script33

msg:3675986 | 3:08 pm on Jun 16, 2008 (gmt 0) |
If its open in background tab so its very nice !
|
StoutFiles

msg:3675992 | 3:13 pm on Jun 16, 2008 (gmt 0) |
I'm kinda confused about what you're asking...you want a popup but you also acknowledge that most people have popup blockers.
|
piatkow

msg:3676596 | 12:23 pm on Jun 17, 2008 (gmt 0) |
If you just want a new window to open on a link then use the target attribute either through html or javascript. I haven't come across a pop-up blocker so far that stops you opening a link in a new window.
|
rocknbil

msg:3676868 | 5:48 pm on Jun 17, 2008 (gmt 0) |
| when a user click on the page (anywhere) |
| For starters, you could try <body onClick="newWin();"> Where newWin() is a Javascript function that opens a new window. I don't know if this qualifies as "anywhere" so you might have to apply the same to your links. Add a generic unobtrusive function that applies to both body and all links. Not a great idea for your end users, but if you must, you must.
|
poppyrich

msg:3677921 | 7:36 pm on Jun 18, 2008 (gmt 0) |
@script33: Are you looking for a pop-up that will work even if Pop-Up blocking is enabled? If so you are looking for what is often called a DHTML popup. It uses javascript to manipulate the DOM to produce a pop-up effect that can't be blocked. I this what you're looking for?
|
|