Dreamwiever behaviors Go to URL (new blank or browser window)
<script type="text/javascript">
function mm_gotourl() { //v3.0
var i, args=mm_gotourl.arguments; document.mm_returnvalue = false;
(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 specify new or blank browser window when usin dreamweaver's "go
to url" behaivour?
help me please !
what showing open 2 windows/tabs example.com in each - intention?
change -
<a href="http://example.com" onmouseover="mm_gotourl('parent','http://example.com');returndocument.mm_returnvalue">insurance</a>
to -
<a href="http://example.com" onmouseover="mm_gotourl('parent','http://example.com');returndocument.mm_returnvalue" target="_blank">insurance</a>
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment