[thelist] test new subject Re Jeff...signup

Russell Griechen russgri at bellsouth.net
Thu Dec 19 01:12:01 CST 2002


Jeff wrote
> russell,
> it's difficult to tell what your question is.  perhaps you could go into
> more detail about the help you need.
> nonetheless, based on code i'm seeing here, i see a definite need for a
particular articl> Links & JavaScript Living Together in Harmony
> http://evolt.org/article/thelist/17/20938/

I read your article...great resource...
Here is a relevant bit of code...and I'm trying to implement it with
my linking to a file in the cgi-bin
the relevant code;
-------
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>
<comment>I could not figure out how to make take advantage of the # value
</comment>
----
The code below worked at some time but in the cut and paste it may be
incomplete...
Here is the basic code from my host.
<a href="#"
onClick="window.open('/cgi-bin/signup.pl','','height=300,width=400,status=no
,scrollbars=no');">
 Join Our Mailing List</a>

I tried...unsuccessfully... http://sportsmenafield.com/    click on
Foxhunting Friends
<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 out what hair is left...






More information about the thelist mailing list