> I am working on the main cgi for Perl2000.com and I am having a bit of a
> pondering
> as to why a javascript I am using is not working within the CGI
> script it's
> self.
>
> Using the javascript code in the html pages .. it works fine. But within
> the cgi .. well the
> <option> tags turn into regular text.
>
> You can see this at http://www.perl2000.com/cgi-bin/perl-search.pl Any
> ideas to fix this setback would be helpful ... if anyone wants to see the
> code, let me know
Hi Chad,
I see this for your select:
<SELECT NAME="select1">
<OPTION SELECTED>Select your destination
<OPTION VALUE="/cgi-addition.html">Add A CGI Resource
<OPTION VALUE="/Tutorials">Perl Tutorials
<OPTION VALUE="/Job_Board">Job Board
<OPTION VALUE="/Bookstore">Bookstore
<OPTION VALUE="/cgi-bin/Perl/Board/list.cgi">PerlBoard
<OPTION VALUE="/cgi-bin/Vote/vcenter.cgi">Voting Booth
<OPTION VALUE="/Search.html">Search PSA
<OPTION VALUE="/Contact.html">Contact PSA
<OPTION VALUE="/New.html">What's New
<OPTION VALUE="/index.htm">Search Again
</SELECT>
so your option's seem to be OK. I get an error saying there is no
document.selecter.select1 . What if you just used
document.select1.(property goes here) instead? Is the document name
"selecter" left over from a framed page that the script came from?
Jack
____________________________________________________________________
--------------------------------------------------------------------
Join The Web Consultants Association : Register on our web site Now
Web Consultants Web Site : http://just4u.com/webconsultants
If you lose the instructions All subscription/unsubscribing can be done
directly from our website for all our lists.
---------------------------------------------------------------------