|
Posted by JDS on 07/13/06 13:16
On Thu, 13 Jul 2006 00:23:26 -0700, Mike wrote:
> I've thought about a java popup but I'm concerned that if the user has
> a popup blocker, it will never appear.
>
> I've also though about using target="_blank" but I'm not sure if the
> screen size can be set prior to opening it or if a popup blocker would
> block it.
>
> My site is coded in PHP. Does anyone have any suggestions?
I imagine you mean a "javaSCRIPT" popup. (Not Java. Not being nitpicky --
Java and JavaScript are entirely different from one another, and any web
developer, even an amateur one, ought to know that!)
In any case, you might want to consider an AJAX-y/DHTML-y style popup
whereby a previously hidden <DIV> is brought to the forefront in an
onClick event. You will need a "Close me" link+event to close that, but
that type of "popup" is typically not blocked by popup blockers, and does
not open a real window, so does not affect the current state of the form,
or the forward/back buttons.
This really has nothing whatsoever to do with PHP, of course. Try a
Javascript or general web design/development group for more insight.
Mostly, though, I expect to see responses along the lines of "don't use
popups". This case, though, IMO, is a good candidate for a popup.
--
JDS
Navigation:
[Reply to this message]
|