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