Hi, I am trying to get new windows to open when the content in my iframes is accessed. From what I read, it has to be done in Javascript. Any ideas on how to do this? Here is the code as it stands:
<!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=utf-8” />
<title>Untitled Document</title>
</head>
<body>
<div style=“background: rgb(255, 255, 255) none repeat scroll 0% 0%; position: relative; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;”>
<iframe width=“925” scrolling=“yes” height=“600” frameborder=“no” src=“http://marketing.hostanalytics.com/WS_landingpage_TryNBuy.html” marginwidth=“0” marginheight=“0” style=“border: 0px solid rgb(238, 239, 239); background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;”></iframe></div>
<br />
<br />
<br />
</body>
</html>
There are two follow up pages that open up in the iframe. Right now I have them with scroll bars, which looks awful. Any thoughts? Thanks.