Have you considered using the jQuery UI Dialog plugin?

http://docs.jquery.com/UI/Dialog


On Apr 11, 11:50 am, "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- Hide quoted text -
>
> - Show quoted text -

Reply via email to