July 13, 201115 yr I have set up my website and have pages of photoso which when clicked on I want a popup to be opened with a larger picture in. The script I am using is <script language="javascript"> <!--// function myPopup(url,windowname,w,h,x,y){ window.open(url,windowname,"resizable=no,toolbar=no,scrollbars=no,menubar=no,status=no,directories=no,width="+w+",height="+h+",left="+x+",top="+y+""); } //--> </SCRIPT> This however does not seen to work on the newer versions of IE but it does work on safari. Is there any simple change I can make to it so it will work on IE? An example of one of my pages is: http://www.jackhelliarphotography.co.uk/DartTotness.html Many thanks, Jack
Create an account or sign in to comment