Hi guys.
Just a quick question.
Works fine but when i test it off line i get a security error. It's something i have also put up with but client is asking what it's about.Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Some title</title> <script src="pop.js" type="text/javascript"></script> </head> <body> <p align="center"><a href="javascript: var a = root.browser.openPopup('swf.html',root.browser.getScreenWidth(),root.browser.getScreenHeight(),'nameWin',null,null,null);"><img src="Dreams_comp.jpg" alt="click me" width="992" height="532" border="0" /></a></p> </body> </html>




Reply With Quote