View Single Post
Old 09-30-2004, 05:20 AM  
Mutt
Too lazy to set a custom title
 
Mutt's Avatar
 
Industry Role:
Join Date: Sep 2002
Posts: 34,431
Javascript Problem - Help

i'm using this popup code, opens a popup window that holds a portfolio - i'm using this same code in the portfolio window - the code won't work in the child window. any ideas how to get it to work?

thanks


PHP Code:
<SCRIPT LANGUAGE="JavaScript"
<!-- 
function 
windowOpen(image,width,height

myWindow window.open("","popWin","width=" width ",height=" 

height+",top=0,left=0,left=0,top=0,toolbar=No,menubar=No,location=No,scrollbars=No,resizable=No

,status=No,"
); 
myWindow.location.href image
if (!
myWindow.openermyWindow.opener self

//--> 
</SCRIPT> 
Mutt is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote