Click to See Complete Forum and Search --> : possible?


ruir
07-04-2006, 10:59 AM
...

DaveSW
07-04-2006, 11:41 AM
if the word the person types in is the name of the page, then you need to use a script to concatenate the string with the file extension.

You have a choice of client side, e.g. javascript, which relies upon the person having javascript, so it's not the best solution.

Or a server side language, e.g. php or asp, which will always work while your server works.

Depending what you have available, I'd suggest you post in the forum related to what your server supports, as it can't be done with plain html and css.

Dave