Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CI101Week56Lab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gdb53
CI101Week56Lab
Commits
289ebc51
Commit
289ebc51
authored
5 years ago
by
SirMathhman
Browse files
Options
Downloads
Patches
Plain Diff
Set implementation of JS button
parent
ff98040b
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
index.html
+1
-1
1 addition, 1 deletion
index.html
index.js
+3
-3
3 additions, 3 deletions
index.js
with
4 additions
and
4 deletions
index.html
+
1
−
1
View file @
289ebc51
...
...
@@ -68,6 +68,6 @@
</tr>
</table>
<!--Question 6-->
<button
onclick=
"
#
"
>
Click me
</button>
<button
onclick=
"
goToCCI()
"
>
Click me
</button>
</body>
</html>
This diff is collapsed.
Click to expand it.
index.js
+
3
−
3
View file @
289ebc51
function
goToCCI
()
{
//
window.
open
('https://drexel.edu/cci/')
;
window
.
location
.
replace
(
'
https://drexel.edu/cci/
'
)
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment