dark_mode

How to open URL in a New Window


Open Link in new Window


Click the button to open a website/webpage in a new window.

Try it



                                                              
<!By GadTool><!DOCTYPE html>
<html>
<body>
<head>
<script>
function myGadTool() {
window.open("", "", "width=, height=");
}
</script>
<style>
#normal{
cursor: default;
}
</style>
</head>
<p>Click the button to open a website/webpage in a new window.</p>
<span style="color:#0088ff;" id="normal" onclick="myGadTool()">Try it</span>
</body>
</html>

➡️ Enter the URL(Uniform Resource Locator) of the website or webpage you want to open in a new window.

➡️ Enter the same URL that you have entered before.

➡️ Enter the desired width of the window.

➡️ Enter the desired width of the window.




Post a Comment

0 Comments

Translate