Forum Moderators: open

Message Too Old, No Replies

create internet search box

         

Geoffrey james

10:57 pm on Oct 18, 2006 (gmt 0)

10+ Year Member



hi all,

i want to place a text feild within a form where a user enters a URL they will be given into the text feild and once button is clicked on it will display the URL in a new page.

can I do this and how.

geoff

tedster

11:55 pm on Oct 21, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You can do this, but it is beyond the scope of HTML. You should probably use server side scripting, whatever type you are comfortable with or have available. You could also accomplish the purpose on the client-side with javascript, but that would fail for anyone with js turned off in their browser.