Click to See Complete Forum and Search --> : site search


tane
07-04-2004, 02:52 AM
Hi i have recentlly use search maker pro 2.5 to create some javascript(as i am only a beginner at learning javascript) for me to use on my site so i could have a site search engine but i have noticed that when using netscape the search does not seem to work here is the search part of my site http://www.48records.com/search.html

Just wondering if there was a way of making it work with netscape or maybe i have done something wrong that you can tell me about ....thanks in advance

Pittimann
07-04-2004, 03:15 AM
Hi!

I got the stuff working in Mozilla by simply adding 'var ' to the first line of the script:

Instead of 'a=new Array();' it has to be 'var a=new Array();'

Cheers - Pit

tane
07-04-2004, 05:01 AM
thanks Pittimann I made that change but its still not working in netscape

Pittimann
07-04-2004, 05:06 AM
Hi!

You're welcome! :)

Cheers - Pit