[thelist] a href call for signup.pl

Ken Schaefer ken at adOpenStatic.com
Thu Dec 19 01:17:02 CST 2002


I looked at that page, and when you click on the link that opens the new
window, you are getting an Internal Server Error on the '/cgi-bin/signup.pl'
resource. This indicates that there is a problem with the Perl script - eg
it is expecting arguments, but isn't receiving them. Or perhaps it expects a
POST request, not a GET request.

There doesn't seem to be a problem with the client-side javascript per se.

Cheers
Ken

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
----- Original Message -----
From: "Russell Griechen" <russgri at sportsmenafield.com>
To: <thelist at lists.evolt.org>
Sent: Thursday, December 19, 2002 3:00 PM
Subject: Re: [thelist] a href call for signup.pl


: jeff" <jeff at members.evolt.org>wrote
: > > <a href="#"
: > > onClick="window.open('/cgi-bin/signup.pl',''
: > > ,'height=300,width=400,status=no,scrollbars=no');"
: > > > Mailing List</> nonetheless, based on code i'm seeing here, i see a
: definite need for a
: > particular article:
: > Links & JavaScript Living Together in Harmony
: > http://evolt.org/article/thelist/17/20938/
:
: That bit about:
: Executing JavaScript from the onclick event handler and setting the href
: attribute value to "#".
: <a
:  href="#"
:  onclick="window.open('somedoc.html', 'newWindow')"
: >click here</a>
: ....strike a chord here.
: I've tried several variations...trying to stumble on to a fix...none
: successful
:
: <h4>Subscribe to:</h4>
: <a href="#"
:
onClick="window.open('/cgi-bin/Sportsmen.pl','','height=300,width=400,status
: =no,scrollbars=no');"> Mailing List</a>
: <br>
: <a href="sportsmenafield.com"
:
onClick="window.open('/cgi-bin/Sportsmen.pl','','height=300,width=400,status
: =no,scrollbars=no');"> Mailing List</a>
: <br>
: <a href="#"
:
onClick="window.open('/home/russgri/sportsmenafield/cgi-bin/Sportsmen.pl',''
: ,'height=300,width=400,status=no,scrollbars=no');"> Mailing List</a>
:
: <br>
: <a href="http://sportsmenafield.com
: onClick="window.open('/cgi-bin/Sportsmen.pl','"','height=300,width=400');
: return false"> Foxhunting Friends</a>
:
: Russell Griechen .....tearing what is left of his hair...




More information about the thelist mailing list