Re: [PHP] Re: Some kind of Popup

2009-02-07 Thread Ashley Sheridan
On Sat, 2009-02-07 at 09:43 -0500, Patrick Moloney wrote: > Phpster wrote: > > No, it's a generic solution, should be pretty much the same across > > browsers. Why not download more browsers and test? > > > > Thanks all, I thought this might get lost in history here. > It's not just different br

Re: [PHP] Re: Some kind of Popup

2009-02-07 Thread Patrick Moloney
Phpster wrote: No, it's a generic solution, should be pretty much the same across browsers. Why not download more browsers and test? Thanks all, I thought this might get lost in history here. It's not just different browsers, it's different operating systems - Apple, Linux, more. I can't dow

Re: [PHP] Re: Some kind of Popup

2009-02-07 Thread Phpster
No, it's a generic solution, should be pretty much the same across browsers. Why not download more browsers and test? I would also add a window.focus() to the body tag in the popup to bring the window back on top when the user reclocks the link Bastien Sent from my iPod On Feb 7, 2009,

Re: [PHP] Re: Some kind of Popup

2009-02-07 Thread Ashley Sheridan
On Sat, 2009-02-07 at 09:06 -0500, Patrick Moloney wrote: > Ashley Sheridan wrote: > > On Sat, 2008-11-22 at 12:32 -0500, Patrick Moloney wrote: > >> Yeti wrote: > >>> Another JavaScript method would be to load the content in a hidden div > >>> with position: absolute. > >> I think that's what I wa

Re: [PHP] Re: Some kind of Popup

2009-02-07 Thread Patrick Moloney
Ashley Sheridan wrote: On Sat, 2008-11-22 at 12:32 -0500, Patrick Moloney wrote: Yeti wrote: Another JavaScript method would be to load the content in a hidden div with position: absolute. I think that's what I was considering doing with CSS except it would be labels only in the content. I onl

Re: [PHP] Re: Some kind of Popup

2008-11-22 Thread Yeti
> One issue is I don't want to leave the space available on my regular web > page and would like to try not to overwrite something there - I'd rather > have a separate window of some sort that sort of floats over the web page. Well, since Javascript does the Job anyways you don't have to load it w

Re: [PHP] Re: Some kind of Popup

2008-11-22 Thread Ashley Sheridan
On Sat, 2008-11-22 at 12:32 -0500, Patrick Moloney wrote: > Yeti wrote: > > Another JavaScript method would be to load the content in a hidden div > > with position: absolute. > > I think that's what I was considering doing with CSS except it would be > labels only in the content. I only wanted t

Re: [PHP] Re: Some kind of Popup

2008-11-22 Thread Patrick Moloney
Yeti wrote: Another JavaScript method would be to load the content in a hidden div with position: absolute. I think that's what I was considering doing with CSS except it would be labels only in the content. I only wanted to retrieve the data record from mysql if the user asked for the specs.

Re: [PHP] Re: Some kind of Popup

2008-11-22 Thread Yeti
Another JavaScript method would be to load the content in a hidden div with position: absolute. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Some kind of Popup

2008-11-22 Thread Shawn McKenzie
Patrick Moloney wrote: > > Would #2 be blocked by user popup blocker? I guess it depends on the popup blocker, but I would say no since it requires user action to open the window. I think most popup blockers block automatic popups. This popup technique works for me with firefox when I have it s

[PHP] Re: Some kind of Popup

2008-11-22 Thread Patrick Moloney
Would #2 be blocked by user popup blocker? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Some kind of Popup

2008-11-22 Thread Shawn McKenzie
Patrick Moloney wrote: > I have web pages that display multiple physical products. I'd like to be > able to include a button near each one to display certain > characteristics (eg: height, length, depth, weight etc). > These characteristics will be in a single table record in Mysql for each > produ