Hi Guest:
Welcome to TRIBE, the online home of TRIBE MAGAZINE. If you'd like to post here, or reply to existing posts on TRIBE, you first have to register. Join us!
In dreamweaver I have an image map that when clicked opens up a separate window but it is full screen and covers the current window... How do I get it to open into a sepaarte indo of a specific size - say 600x400 pixels in XHTML...?
<a href="http://url to page as normal for non-javascript-enabled browsers"
onclick="window.open('http://url to page as normal', '_blank', 'width=600, height=400'); return false">Link</a>
<a href="http://url to page as normal for non-javascript-enabled browsers"
onclick="window.open('http://url to page as normal', '_blank', 'width=600, height=400'); return false">Link</a>