View Single Post
  #2 (permalink)  
Old 07-17-2007, 07:25 PM
curtiss's Avatar
curtiss curtiss is offline
Moderator
 
Join Date: May 2003
Posts: 1,468
You need to use javascript to do this.

You should code your links like this:
Code:
<a href="http://www.yourdomain.com/yourpage.htm" target="myWindow" onclick="return window.open(this.href, this.target, 'width=600, height=400');">My link</a>
That should do it. That link will open a window that is 600x400 if the user has javascript enabled. If javascript is disabled, it will just open the link in a new window.
__________________
I hate Internet Explorer! Anyone with me?
Reply With Quote