lixtifur
01-28-2008, 08:25 PM
Hello,
I have a web page and it has a link to another page. I want the new page to open in a window with a fixed height and width. I also do not want the window to be re-sized. This I can do with:
<a href="tradeshowevents.html" onClick="return popup(this,'DETAILS','width=700,height=635,screenLeft=1,screenTop=1, toolbar=no,directories=no, status=no,menubar=no,scrollbars=no,copyhistory=no, resizable=no')"><img src="images/Details.jpg" border="0" width="41" height="17" alt="">
Then I want this 2nd window to have another link that open a new window
This can be done with:
<a href="http://www.loewshotel.com" class="eventslink" TARGET="_blank">www.loewshotels.com</a> is located at 1601 Collins Avenue, Miami Beach, Florida, 33139.<p>
This works great in IE. But, In Firefox, there is no new window created. with "TARGET="_blank". it just displays the website, http://www.loewshotel.com, in the same fixed window.
I would appreciate any help.
I have a web page and it has a link to another page. I want the new page to open in a window with a fixed height and width. I also do not want the window to be re-sized. This I can do with:
<a href="tradeshowevents.html" onClick="return popup(this,'DETAILS','width=700,height=635,screenLeft=1,screenTop=1, toolbar=no,directories=no, status=no,menubar=no,scrollbars=no,copyhistory=no, resizable=no')"><img src="images/Details.jpg" border="0" width="41" height="17" alt="">
Then I want this 2nd window to have another link that open a new window
This can be done with:
<a href="http://www.loewshotel.com" class="eventslink" TARGET="_blank">www.loewshotels.com</a> is located at 1601 Collins Avenue, Miami Beach, Florida, 33139.<p>
This works great in IE. But, In Firefox, there is no new window created. with "TARGET="_blank". it just displays the website, http://www.loewshotel.com, in the same fixed window.
I would appreciate any help.