<script type="text/javascript">
function MM_goToURL() { //v3.0
var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
</script>
<a href="http://example.com" onmouseover="MM_goToURL('parent','http://example.com');return document.MM_returnValue">insurance</a>
Hello,
I cant I specify a new or blank browser window when usin dreamweaver's "Go
To URL" behaivour?
Help me please !
What you are showing us will open TWO windows/tabs with example.com in each - is that your intention?
Change this -
<a href="http://example.com" onmouseover="MM_goToURL('parent','http://example.com');returndocument.MM_returnValue">insurance</a>
to this -
<a href="http://example.com" onmouseover="MM_goToURL('parent','http://example.com');returndocument.MM_returnValue" target="_blank">insurance</a>
<a href="http://example.com" target="_blank" onclick="MM_goToURL('parent','http://example.com');return document.MM_returnValue">insurance</a>
if I use the oneclick still the same problem.
Whats wrong here?
North America
Europe, Middle East and Africa
Asia Pacific