I want to create a window to open and be constrained to
500×300 but I don’t want it to be a pop up window so it wont
be blocked.
I did create a window using behaviors —-> open browser
window,
This window is being blocked and if not blocked it is going
behind the main window.
thanks
|||
eegan_110 wrote:
> I want to create a window to open and be constrained to
500×300 but I don?t
> want it to be a pop up window so it wont be blocked.
>
> I did create a window using behaviors —-> open
browser window,
> This window is being blocked and if not blocked it is
going behind the main
> window.
>
> thanks
>
if you open the window with an onLoad event it will be
blocked.
But if you use an onClick event, it won’t be blocked. So you
need to make a link and rely on your
visitors to click the link to open the window. The reason
it’s not blocked is precisely that the
visitor has made the action himself (clicked on the link),
while an onLoad event forces something on
the visitor that he didn’t act upon, and gives no warning nor
choice.
–
seb (@webtrans1.com)
high-end web design:
http://webtrans1.com
Sign-up for a free beta test of SiteLander, an ingenious
website-builder:
http://webtrans1.com/sitelander/
music:
http://myspace.com/popmodelberlin
|||
thanks that solved the problem
I was going about it all wrong
Related posts:
- How do you create PopUp Layer Window?
- Adjust IE window to fit flash size?
- Open Browser Window JS no longer avail off of CD?
- Converted RH6 to RH7 – TOC problem–Advance option New Window not opening in a separate window
- popup window causes parent window to scroll to top
Related posts brought to you by Yet Another Related Posts Plugin.