View Single Post
Old Apr 25th, 2005, 11:14 AM   #6
MonkeyRevolution
Programmer
 
MonkeyRevolution's Avatar
 
Join Date: Apr 2005
Location: In the toaster. Shh!
Posts: 57
Rep Power: 4 MonkeyRevolution is on a distinguished road
Send a message via AIM to MonkeyRevolution Send a message via MSN to MonkeyRevolution Send a message via Yahoo to MonkeyRevolution
Dunno if you've figured this out yourself, but this is one of the few things I can answer! WHEE!!

This goes up in the header section:
<SCRIPT LANGUAGE="JavaScript">

        function myvoid()
        {}
function CreateChild(CoverLocation)
        {
                window.open (CoverLocation, 'newWin', 'scrollbars=yes,status=yes,width=600,height=500,resizable=yes');
                return false;
        }

</SCRIPT>

And this is what your link to your new window should look like:
<a href="javascript:myvoid()" onClick="CreateChild('gallery/fullcircle.html');" onMouseOver= 
   "window.status='Full Circle'; return true"><img src="gallery/thumbnails/fc-tn.jpg"></a>

(I'm just copying/pasting from my website, so I hope it's legible...if not, I'll be happy to clarify)

I think that's all you need...
__________________
I had a dream that Triumph the Insult Dog owned Microsoft...

How...appropriate.

Last edited by MonkeyRevolution; Apr 25th, 2005 at 11:18 AM.
MonkeyRevolution is offline   Reply With Quote