Welcome Guest, Not a member yet? Register   Sign In
How can i open popup window from controller
#20

[eluser]slowgary[/eluser]
Because they're PURE candy! I don't think popunders are any different than popups, I believe that the parent window just calls a window.focus() or something. I too have noticed a few sites that seem to get by popup blockers, IMDB for one. But this is a different topic.

So for the original poster, if you're just trying to make a link open in a new window you can use the target attribute, like this:
Code:
<a href='page.html' target='_blank'>click here</a>

This will not validate as XHTML strict (and probably other doctypes as well) because it's not a valid attribute (it may have been deprecated or proprietary all along, I'm not sure). It's also not considered very good practice as you should allow your user to decide which links to open in a new tab/window. Not only are many users annoyed by links breaking out of the window, some users are confused by it as it kills the browser's back button.

If your intentions are to redirect a user, and have the new page open in a new window, it won't really work. You can use javascript and call the window.open(url, window name, options) method.


Messages In This Thread
How can i open popup window from controller - by El Forum - 04-28-2009, 01:19 AM
How can i open popup window from controller - by El Forum - 04-28-2009, 01:26 AM
How can i open popup window from controller - by El Forum - 04-28-2009, 05:59 AM
How can i open popup window from controller - by El Forum - 04-28-2009, 06:56 AM
How can i open popup window from controller - by El Forum - 04-28-2009, 07:01 AM
How can i open popup window from controller - by El Forum - 04-28-2009, 07:43 AM
How can i open popup window from controller - by El Forum - 04-28-2009, 07:47 AM
How can i open popup window from controller - by El Forum - 04-28-2009, 07:54 AM
How can i open popup window from controller - by El Forum - 04-28-2009, 07:55 AM
How can i open popup window from controller - by El Forum - 04-28-2009, 08:10 AM
How can i open popup window from controller - by El Forum - 04-28-2009, 08:48 AM
How can i open popup window from controller - by El Forum - 04-28-2009, 08:51 AM
How can i open popup window from controller - by El Forum - 04-28-2009, 09:05 AM
How can i open popup window from controller - by El Forum - 04-28-2009, 09:10 AM
How can i open popup window from controller - by El Forum - 04-28-2009, 09:21 AM
How can i open popup window from controller - by El Forum - 04-28-2009, 09:25 AM
How can i open popup window from controller - by El Forum - 04-28-2009, 09:28 AM
How can i open popup window from controller - by El Forum - 04-28-2009, 09:35 AM
How can i open popup window from controller - by El Forum - 04-28-2009, 09:44 AM
How can i open popup window from controller - by El Forum - 04-28-2009, 09:51 AM



Theme © iAndrew 2016 - Forum software by © MyBB