|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
open new windowHi, i am wondering if it is possible to open a new window without a the browsers pop-up blocker stopping it from opening
the code i am using is as follows: window.open('newWindow.cfm'); but the pop-up blocker stops it from opening i would appreciate any help thanks ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/Javascript/message.cfm/messageid:3239 Subscription: http://www.houseoffusion.com/groups/Javascript/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.33 |
|
|
Re: open new windowBut the whole point of pop-up blockers is to prevent you doing that.
(because even if you have only good uses for them, there'll be evil people wanting to throw adverts at people using the same technique) The easiest solution is probably to ask/tell users to add your website as an exception (which most if not all popup-blockers will allow) and then you can pop away to your hearts content. :) On 10/3/06, Richard White <rwhite@...> wrote: > Hi, i am wondering if it is possible to open a new window without a the browsers pop-up blocker stopping it from opening > > the code i am using is as follows: > > window.open('newWindow.cfm'); > > but the pop-up blocker stops it from opening > > i would appreciate any help > > thanks > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/Javascript/message.cfm/messageid:3241 Subscription: http://www.houseoffusion.com/groups/Javascript/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.33 |
|
|
Re: open new windowOne way I've found to get a similar effect without having to open a new window is
to use an animated layer. If you're using Dreamweaver, it will walk you though how to use an animated layer. The layer would move onto the screen, over your current page and you could put anything in it, HTML, video, flash movie and place a close button to remove/hide the layer. It gives you a window over your Web page like a popup without triggering the popup detector. I love it. Best thing about it is, you're keeping the user on your browser/site instead of sending them off to another browser where they could forget they were evey on your site. Hope this helps. D > Hi, i am wondering if it is possible to open a new window without a > the browsers pop-up blocker stopping it from opening > > the code i am using is as follows: > > window.open('newWindow.cfm'); > > but the pop-up blocker stops it from opening > > i would appreciate any help > > thanks ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/Javascript/message.cfm/messageid:3281 Subscription: http://www.houseoffusion.com/groups/Javascript/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.33 |
| Free Forum Powered by Nabble | Forum Help |