hello...
yup - piece of cake...you can do it one of two ways:
<A HREF="javascript:whateverFunction()">link</A>
or
<A HREF="#" onClick="whateverFunction()">link</A>
i typically use the former, unless i have multiple things i want to do in 1 click and i don't want to create a holding function...by this i mean:
<A HREF="#" onClick="whateverFunction();anotherFunction()">link</A>
here's a link to a previous post that covers a popup window in the center of the screen:
http://www.creativecow.net/rebirth/forum/read_post.php?postid=1003167971379...
sitruc