Thanks for getting back so fast Josh, that'll do the trick. Suprising that there isn't much JQuery code for this. Maybe it's too easy!
Thanks again for your help. Paul On 11/04/2008, Josh Nathanson <[EMAIL PROTECTED]> wrote: > > Hey Paul, > > There isn't really any jQuery code that helps with this, but I've got a > little plugin "jqURL" that can make it a bit easier: > > http://www.oakcitygraphics.com/jquery/jqURL/jqURLdemo.html > > It has a function "loc" so if you want to popup a window you can do this: > > $.jqURL("myfile.html", {w:400,h:400,wintype:'_blank'}); > > This will pop open a new window that is 400x400 containing "myfile.html". > > -- Josh > > > ----- Original Message ----- From: "Paul Collins" <[EMAIL PROTECTED]> > To: <jquery-en@googlegroups.com> > Sent: Thursday, April 10, 2008 4:12 PM > Subject: [jQuery] Popup window > > > > > > > > Hi all, > > > > I have been searching for some code to create a popup using JQuery. > > Surprisingly, I am having a hard time. I want to create one where you > > can specify size and not have the standard search bar, etc. > > > > Would appreciate any help. > > Cheers > > Paul > > > >