Erik sorry if any of that seems a bit rudimentary, it's not entirely clear what you actually want. stick some more details up and i'm sure we'll be able to provide you with a more detailed breakdown.
( last time i underestimated the level of technical detail a poster wanted on here, some weirdo emailed me to tell me i 'had issues' so i'll try and pre-empt that this time :D ) On Sep 22, 7:59 pm, "ryan.j" <ryan.joyce...@googlemail.com> wrote: > 'popup windows' in the true sense of the word - a new browser window > being opened - are simple enough to do with javascript with > window.open (http://www.w3schools.com/HTMLDOM/met_win_open.asp) but if > you want a dialog-type element displayed on screen i'd suggest the > popular thickbox (http://jquery.com/demo/thickbox/) plugin. > > window.open isn't a brilliant solution in a public-facing site for a > number of reasons, but if you're working on an internal project you > may have more control over the environment and it's browser config. a > thickbox-esque interface replicating the open-window look and feel > wouldn't be very hard to write either as jquery UI has all the > draggable stuff in. > > On Sep 22, 4:58 pm, "Erik R. Peterson" <eriks...@mac.com> wrote: > > > Can anyone suggest to me a good jquery pop up window script. > > > Thanks. > > > Erik