Connecting Tech Pros Worldwide Help | Site Map

search form

Walter
Guest
 
Posts: n/a
#1: Aug 17 '06
I've plucked a script from the web that gives me something like:
<SCRIPT type="text/javascript" language="Javascript">
<!--
function find() {



if (a == "pag1") window.location ="pag1.html";

but when i refer to that pag1 (replaced by my own page) it gives me a 404

does anyone have a simple script that works?

tx




plato
Guest
 
Posts: n/a
#2: Aug 18 '06

re: search form


Walter wrote:
Quote:
but when i refer to that pag1 (replaced by my own page) it gives me a 404
That would mean the page doesn't exist. The fact that you actually
change pages to a 404 means that the script does what it's required to
do.

-plato

Closed Thread