Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
166
rated 0 times [  171] [ 5]  / answers: 1 / hits: 20473  / 12 Years ago, tue, february 12, 2013, 12:00:00
onClick=window.open('index.php?option=com_virtuemart&page=shop.cart&product_id=<?php echo $product_id?
>&Itemid=18','mywindow','directories=no,titlebar=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=400,height=350')

More From » popup

 Answers
6

Internet Explorer will always show the address bar, it isn't possible to remove it on a popup. Some browsers will hide the address bar with the location=no flag, but IE doesn't.



From MSDN:




In Internet Explorer 7 and later, you cannot remove the address bar in Internet Zone windows, for security (anti-spoofing) reasons.




Popups should be avoided anyway, many visitors will have popup blocking software or the browser will simply block it. It would be better to consider something like a <div> overlay on the page which you could code manually, or use a ready made plugin such as jQuery UI Dialog or Lightbox.


[#80269] Monday, February 11, 2013, 12 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
aman

Total Points: 341
Total Questions: 92
Total Answers: 92

Location: Papua New Guinea
Member since Thu, Jul 9, 2020
4 Years ago
;