<form name=GoTo>
<form action= // I don't know what to put here
method= // I don't know what to put here
>
<input type=text size=25 value=http://>
<input type= // button or submit.. hmmm
// onClick or onSubmit.. hmmm
// =window.confirm(" Go To : "+ url +" ");
I am unsure where to set the
var url= // the input from the text box
I want the address that the user enters into the text box to be entered as a var so that it can be set on confimation to be opened..
let's say that I type in http://geocities.com
the confirmation opens and asks me, Go To : http://geocities.com ?.. I click ok
then a new widnow opens and http://geocities.com is opened in that second window
Any help would be appreciated
<form action= // I don't know what to put here
method= // I don't know what to put here
>
<input type=text size=25 value=http://>
<input type= // button or submit.. hmmm
// onClick or onSubmit.. hmmm
// =window.confirm(" Go To : "+ url +" ");
I am unsure where to set the
var url= // the input from the text box
I want the address that the user enters into the text box to be entered as a var so that it can be set on confimation to be opened..
let's say that I type in http://geocities.com
the confirmation opens and asks me, Go To : http://geocities.com ?.. I click ok
then a new widnow opens and http://geocities.com is opened in that second window
Any help would be appreciated

Comment