I
iPRO Mike
I have done a search and haven't been able to find the answer... perhaps due
to inexperience with group search tools.
For my index.html (home page) I require a one line text box/submit to
function as follows:
I require the submit button to be a gif image. I need a client to have the
ability to type a word or words into a one line text box and press the
submit button(myimage.gif). The word(s) typed into the box is the VARIABLE
that needs to be inserted into the url string. The url variable is the only
thing that changes.
Example: if the word CAR is typed into the box and the myimage.gif (button)
is clicked a new page loads in the same window with the following url:
www.myweb.com/search.php?search_desc=1&keywords=CAR&x=0&y=0
Example: if the word RED CAR is typed into the box and the myimage.gif
(button) is clicked a new page loads in the same window with the following
url:
www.myweb.com/search.php?search_desc=1&keywords=RED+CAR&x=0&y=0
Example: if the word BIG RED CAR is typed into the box and the myimage.gif
(button) is clicked a new page loads in the same window with the following
url:
www.myweb.com/search.php?search_desc=1&keywords=BIG+RED+CAR&x=0&y=0
In this case I am not able to use .asp , .php, .pl file extensions?
Does anyone have suggestions as to how this can be accomplished.
to inexperience with group search tools.
For my index.html (home page) I require a one line text box/submit to
function as follows:
I require the submit button to be a gif image. I need a client to have the
ability to type a word or words into a one line text box and press the
submit button(myimage.gif). The word(s) typed into the box is the VARIABLE
that needs to be inserted into the url string. The url variable is the only
thing that changes.
Example: if the word CAR is typed into the box and the myimage.gif (button)
is clicked a new page loads in the same window with the following url:
www.myweb.com/search.php?search_desc=1&keywords=CAR&x=0&y=0
Example: if the word RED CAR is typed into the box and the myimage.gif
(button) is clicked a new page loads in the same window with the following
url:
www.myweb.com/search.php?search_desc=1&keywords=RED+CAR&x=0&y=0
Example: if the word BIG RED CAR is typed into the box and the myimage.gif
(button) is clicked a new page loads in the same window with the following
url:
www.myweb.com/search.php?search_desc=1&keywords=BIG+RED+CAR&x=0&y=0
In this case I am not able to use .asp , .php, .pl file extensions?
Does anyone have suggestions as to how this can be accomplished.