Javascripts > Misc Javascripts > GotoWebsite V. 1.0
Script Title: GotoWebsite V. 1.0
Description: A popup that asks the user what URL they would like to visit.
Example: AvailableGotoWebsite V. 1.0
Copy the following code into your <HEAD></HEAD> tags.<SCRIPT language="JavaScript"> function GotoWebsite() { var webadderrss = prompt("Where would you like to goto?", "http://www."); if (webadderrss) { this.location.href = webadderrss; }} </SCRIPT>
Copy the following code between the <BODY></BODY> tags of your html page.<A HREF="javascript:{;}" onClick="GotoWebsite(); return false">GotoWebsite V. 1.0</A>
Enter your name and email address to have this script sent right to your Inbox for later viewing. First Name Last Name Email