[thelist] a href call for signup

Russell Griechen russgri at bellsouth.net
Sat Dec 21 22:29:01 CST 2002


Thanks Jeff,
That was the answer to my long-run problems.
There was a little problem with permissions...755 works...banging myself on
the head.
But that script to get away from javascript was a great help to me.

I will allude to it here:
>
> <a href="/cgi-bin/signup.pl"
>    target="_blank"
>    onclick="window.open(this.href, ''
>  , 'height=300,width=400'); return false"
> >Join Our Mailing Lists</a>

I have a similar javascript for changing more that two frames at one
time...Please look over my shoulder...
              <!--old script here-->
<a href="javascript:onClick=parent.frames[5].location='05.html';
parent.frames[3].location='03toc.html';
parent.frames[5].location='05nav.html';
parent.frames[7].location='07.html';"></a>
<!-- This line below is my solution-------------------------frames 3 is the
frame the call is made -->

<a href="onClick=parent.frames[5].location='05.html';
parent.frames[3].location='03toc.html';
parent.frames[5].location='05nav.html';
parent.frames[7].location='07.html';">Change Three Frames</a>

Does this have a chance? No...but maybe I am missing a tick.

Russell Griechen...who is going to use it on:
http://sportsmenafield.com/






More information about the thelist mailing list