![]() |
| ||
| How does IE determine a popup? I'm trying to design a site that makes use of the window.open() javascript method by opening certain links in a new window with a specific pixel size and position onscreen, but Internet Explorer (with default security settings) blocks most attempts...Is there any way around this, to let IE know that its a legitimate site? Or does anyone know exactly what criteria IE looks at in determining popups? All the pages opened are in the same site, under the same domain, and most of them are even served from the same directory. I just need to open them at a certain position on-screen, and have them be a certain size, and window.open() seems like the correct way to do this. |
| ||
| Re: How does IE determine a popup? Using the target _blank attribute on a hyperlinked anchor tag is generally more likely to get past popup blockers... That's not so good because you can't control the spawned window's size directly or open the new window automatically. Some popup blockers would object to this kind of popup aswell O_O |
| ||
| Re: How does IE determine a popup? NO there is no way to do that. If there was, then every site would do it so their popups dont get blocked! |
| ||
| Re: How does IE determine a popup? I'm going to have to agree with Dukane, I looked for information but it looks like all popup windows are blocked. |
| ||
| Re: How does IE determine a popup? i just dont understand why microsoft can't make even a simple web browser that works :( well, the solution ive come up with is to just use target="_blank" links, then resize and relocate the window as it loads. its pretty hacky, but its the only thing that works in IE under default security settings. plus it has a degree of degredation for when javascript is disabled altogether. thanks all, i appreciate the advice! |
| ||
| Re: How does IE determine a popup? Quote:
Thank you. I like your solution by the way. Its creative. |
| ||
| Re: How does IE determine a popup? If I turn the popup blocker on, it's because I don't want popups. |
| ||
| Re: How does IE determine a popup? have you tried this? <script> always better to give folk a choice when it comes to popups if possible imo. :D |
| ||
| Re: How does IE determine a popup? Why not just put an anchor tagged link on the page. If I want the extra page, I will click it. I don't need bamboozlers popping up to attract me to the link. |
| ||
| Re: How does IE determine a popup? Yep thats the idea, it only pops up if the link is clicked (see above) |
| All times are GMT -4. The time now is 3:53 am. |
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC