Author |
Topic |
|
wii
Free ASP Hosts Moderator
Denmark
2632 Posts |
Posted - 24 April 2008 : 04:50:26
|
Hi, Iīm using a quite simple code to create a popup window:
<script type="text/javascript"> <!-- function popwindow() { window.open('URL link insert here','width=770,height=540,menubar=no,scrollbars=no,toolbar=no,location=no,directories=no,resizable=yes,top=50,left=50'); } //-->
Is there anyway I can remove the address bar, so that the URL canīt be seen ?
Thanks </script> |
Edited by - wii on 24 April 2008 04:51:18 |
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 24 April 2008 : 05:36:38
|
can you post an image of what your window looks like ? menubar=no should remove the address bar |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 24 April 2008 : 05:38:10
|
actually, try location=no |
|
|
AnonJr
Moderator
United States
5768 Posts |
Posted - 24 April 2008 : 06:27:16
|
Won't IE7 always show the address bar as an anti-phishing measure? |
|
|
wii
Free ASP Hosts Moderator
Denmark
2632 Posts |
Posted - 24 April 2008 : 06:34:12
|
Do you want to see an image ? Itīs just a standard popup - both IE 7, Firefox 2, Opera 9 show the address bar. I have all these set to no:
menubar=no, scrollbars=no, toolbar=no, location=no, directories=no |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 24 April 2008 : 07:51:42
|
quote: Originally posted by AnonJr
Won't IE7 always show the address bar as an anti-phishing measure?
no, it shouldn't |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
|
wii
Free ASP Hosts Moderator
Denmark
2632 Posts |
Posted - 24 April 2008 : 08:07:20
|
I just realized, my code doesnīt show the address bar in Firefox, but IE 7 does show it. Same with the URL you show Huw, none of them completely removed the address bar in IE 7.
Hmm....this may not be so simple. |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 24 April 2008 : 09:09:32
|
apparently as anonjr suggested it is an IE7 feature that only the user can disable in their browser, it can not be done in code. |
|
|
wii
Free ASP Hosts Moderator
Denmark
2632 Posts |
Posted - 24 April 2008 : 09:51:37
|
Ok, thanks anyway. |
|
|
|
Topic |
|