Skip to content

Commit

Permalink
πŸ“„ New Window
Browse files Browse the repository at this point in the history
  • Loading branch information
404reese committed Sep 26, 2024
1 parent 34de895 commit 9d26614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DOM/dom4.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<button onclick="arya()">Click me!</button>
<script type="text/javascript">
function arya(){
window.open("https://kjsitcc.vercel.app/","ClassConnect","height=600px, width=600px");
window.open("https://kjsitcc.vercel.app/","ClassConnect","height=700px, width=700px");
}
</script>
</body>
Expand Down

0 comments on commit 9d26614

Please sign in to comment.