Skip to content
Snippets Groups Projects
Commit 289ebc51 authored by SirMathhman's avatar SirMathhman
Browse files

Set implementation of JS button

parent ff98040b
Branches
No related tags found
No related merge requests found
......@@ -68,6 +68,6 @@
</tr>
</table>
<!--Question 6-->
<button onclick="#">Click me</button>
<button onclick="goToCCI()">Click me</button>
</body>
</html>
function goToCCI() {
//window.open('https://drexel.edu/cci/');
window.location.replace('https://drexel.edu/cci/')
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment