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)
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.