I have a simple frame set up. With a header box containing the logo, and two columns underneath, the working part.
In the left side there is a form box to enter request into.
The request will be names of colors like; red, purple, yellow, blue and others.
Once the name of the color is entered into the box, and enter is hit, the desired color is shown in the 2nd column.
The entered word will need to be combined into a URL statement like this.
http://www.server.com/%REPLACETHIS%.h tml
With %REPLACETHIS% being replace by the entry word from the client.
The files stating colors are single files and are located on the server.
http://www.server.com/red.html
http://www.server.com/purple.html
http://www.server.com/yellow.html
http://www.server.com/blue.html
I don't want to set up a CGI-BIN search or Google search added to the site.
Thank you for any help!
Also posted in:
Community > Developer Groups > HTML / CSS > HTML / CSS Forum
In the left side there is a form box to enter request into.
The request will be names of colors like; red, purple, yellow, blue and others.
Once the name of the color is entered into the box, and enter is hit, the desired color is shown in the 2nd column.
The entered word will need to be combined into a URL statement like this.
http://www.server.com/%REPLACETHIS%.h tml
With %REPLACETHIS% being replace by the entry word from the client.
The files stating colors are single files and are located on the server.
http://www.server.com/red.html
http://www.server.com/purple.html
http://www.server.com/yellow.html
http://www.server.com/blue.html
I don't want to set up a CGI-BIN search or Google search added to the site.
Thank you for any help!
Also posted in:
Community > Developer Groups > HTML / CSS > HTML / CSS Forum
Comment