View Single Post
Old 04-04-2008, 16:04   #2 (permalink)
Zygote76
Senior Member
 
Zygote76's Avatar
 
Join Date: Oct 2007
Location: Ohio
Posts: 199
Its a basic popup javascript.

Code:
<script type="text/javascript"> <!-- function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } //--> </script>

There are lots of newer and more sophisticated methods out there now. Try googling popup javascripts. One in particular that I have been seeing a lot lately is called lightbox 2.0

Best of luck,
Zygote
  Reply With Quote