I am writing a search for a page with elements :

    <input type="hidden" name="0" value="" />
    <input type="hidden" name="1" value="" />
    <input type="hidden" name="3" value="" />

in the standard switch( args.switches[j].name ) block
            switch( args.switches[j].name )
the line
            case "from": document.mysearchf.0.value = "value"; break;
gives an error expected ';'. I can change the 0 to another field with a
sensible name and it loads fine. Is this a limitation of the parser?

Thanks, Tom.





-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601

Reply via email to