Block or allow pop-ups using in Photoshop HTML extension
Hi Everyone,
Is there is possible to Block or allow pop-ups using in Photoshop HTML extension?
I need to open webpage in Inner HTML, If suppose I do It show's Popup blocked.
Please suggest me how do I solve the problem.
Code:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div id="topBar"> <a href ="#" onclick="load_home()"> HOME </a> </div>
<div id ="content"> </div>
<script>
function load_home() {
document.getElementById("content").innerHTML='<object type="text/html" data="http://xxxxxx.yyy.com/zzz/homepage.asp" style="width:300px; height:300px;"></object>';
}
</script>
</body>
</html>
-yajiv
