gpalmer711
IS-IT--Management
Hi Guys,
You may feel that this problem is better suited in either an ASP or Javascript forum, if so let me know and i'll move it there.
I have a website that is going to comprise of two asp pages and one access database. main.asp will be the page that loads the main content based on the QueryString. On this page is a search box, which is a simple <Input type=text> situation. Due to the page layout I couldn't enclose it in the <form> tags because of the container that it adds - it really messed up the layout.
What I need to do is when the search button is pressed, two text strings, "search.asp?content=" & text from box, are added together and then the browser redirects to that url.
So anyone have any ideas on how to either have the form tags without the annoying container or to do the above woulf be greatly appreciated.
Greg Palmer
Freeware Utilities for Windows Administrators.
You may feel that this problem is better suited in either an ASP or Javascript forum, if so let me know and i'll move it there.
I have a website that is going to comprise of two asp pages and one access database. main.asp will be the page that loads the main content based on the QueryString. On this page is a search box, which is a simple <Input type=text> situation. Due to the page layout I couldn't enclose it in the <form> tags because of the container that it adds - it really messed up the layout.
What I need to do is when the search button is pressed, two text strings, "search.asp?content=" & text from box, are added together and then the browser redirects to that url.
So anyone have any ideas on how to either have the form tags without the annoying container or to do the above woulf be greatly appreciated.
Greg Palmer
Freeware Utilities for Windows Administrators.