I just want a Textfield and a submit button. When a URL is entered into the Textfield and submit is pressed it goes to the URL. So far I have the following to work with :)
[code=html]<FORM METHOD="LINK" ACTION="page1.h tm">
<input type="text" name="thelink" id="thelink" />
<INPUT TYPE="submit" VALUE="Clickabl e Button">
</FORM>[/code]
So how do I make form action become "thelink"?
[code=html]<FORM METHOD="LINK" ACTION="page1.h tm">
<input type="text" name="thelink" id="thelink" />
<INPUT TYPE="submit" VALUE="Clickabl e Button">
</FORM>[/code]
So how do I make form action become "thelink"?
Comment