[jQuery] Re: Load external content into popup

2009-09-21 Thread MorningZ
Guessing by his usage of a and a ".load()" call, his intent most definitely is not to call a separate browser window Back to the original code, what kind of object is ".Id_Field" ? seems like it's a hyperlink since you are "return false"-ing at the end, but if that's the case then ".va()" isn't

[jQuery] Re: Load external content into popup

2009-09-21 Thread Mike McNally
If by "popup page" you mean "separate browser window", then it's somewhat easier. You can have your server-side code return a complete HTML page instead of just a fragment, and then use "window.open()" to load that URL. On Mon, Sep 21, 2009 at 1:29 PM, evanbu...@gmail.com wrote: > > My function