Hyperlink question
hi all
i know if @ possible have hyperlink 2 actions 1 click.
i want open page in same window , open different page in new window @ same time?
any thoughts, ideas?
regards
stephen
with pure html, no.
you can, however, achieve javascript.
<a href="main.html" onclick="window.open('other.html', 'newwin')">open 2 windows</a>
if javascript disabled in browser, main.html open.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment