Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Javascript and Links

Quote Reply
Javascript and Links
I'm looking to use a javascript to filter a large list of categories.
Users can search and choose the categories of choice on the add.html page.
Then send it to Links SQL for addition to the database.

The problem is that this script calls the FORM and SELECT list like:
var filter = new filterlist(document.usersform.usersselect);

Form name is no problem, but I need it to call the select list punctuated with a full stop "CatLinks.CategoryID" so it sends it correctly to the database like the following:

var filter = new filterlist(document.usersform.CatLinks.CategoryID);

( If I put a full stop in the SELECT list it comes up with an error.)

Any help appreciated.

Thanks

Regards

minesite
Subject Author Views Date
Thread Javascript and Links minesite 2429 Mar 1, 2004, 8:28 AM
Thread Re: [minesite] Javascript and Links
Andy 2365 Mar 1, 2004, 8:55 AM
Thread Re: [Andy] Javascript and Links
minesite 2348 Mar 1, 2004, 7:18 PM
Thread Re: [minesite] Javascript and Links
Gypsypup 2342 Mar 1, 2004, 8:11 PM
Post Re: [Gypsypup] Javascript and Links
minesite 2336 Mar 1, 2004, 9:14 PM