[jQuery] Re: jquery modal form not loading - help!

2007-04-16 Thread abba bryant
I get the spinner and no form in firefox 1.5 According to firebug the get request is made and the returned page looks like it should work. Tetsuo-3 wrote: > > > Hi Rob > > Thanks for your help. I've looked at my scripts and can't see that it > is requesting anything from domain, so I don't

[jQuery] Re: jquery modal form not loading - help!

2007-04-16 Thread Jeff S.
Try what Rob said. From the "form.aspx" you load the "urchin.js" like this: http://www.google-analytics.com/urchin.js"; type="text/ javascript"> Try d/ling the "urchin.js" from google, and keeping it on your server, so you reference it like this: Not sure if this will work or not though.

[jQuery] Re: jquery modal form not loading - help!

2007-04-16 Thread Tetsuo
Dan, your comment helped me sort out the problem - you're a star. When you mentioned that the script is looking for a document fragment and not a complete html page, I went back and took a look at the form.aspx page. As I assumed, the code was fine, the actual problem was that I had recently inse

[jQuery] Re: jquery modal form not loading - help!

2007-04-16 Thread Dan G. Switzer, II
>Thanks >http://www.energy-matters.net/default.aspx > I'd assume you're talking about the "book a consultant" link. I haven't used Thickbox, but looking at the code, it looks like it's expecting a document fragment--not a complete HTML page. You could check the response headers in http://www.en

[jQuery] Re: jquery modal form not loading - help!

2007-04-16 Thread Tetsuo
I should perhaps mention that clicking on "book a consultation" on the top-left activates the pop-up - or rather should do..

[jQuery] Re: jquery modal form not loading - help!

2007-04-16 Thread Tetsuo
Thanks http://www.energy-matters.net/default.aspx

[jQuery] Re: jquery modal form not loading - help!

2007-04-16 Thread Ariel Jakobovits
post the url, I will take a look too. - Original Message From: Tetsuo <[EMAIL PROTECTED]> To: jQuery (English) Sent: Monday, April 16, 2007 2:52:24 AM Subject: [jQuery] Re: jquery modal form not loading - help! Hi Rob Thanks for your help. I've looked at my scripts an

[jQuery] Re: jquery modal form not loading - help!

2007-04-16 Thread Tetsuo
Hi Rob Thanks for your help. I've looked at my scripts and can't see that it is requesting anything from domain, so I don't think that's it. As I mentioned, the window also doesn't load on my local machine, which suggests something more fundamentally wrong with the code. Strangely, I've had this

[jQuery] Re: jquery modal form not loading - help!

2007-04-16 Thread Rob Desbois
It looks like the error received when attempting to use a cross-domain AJAX request - check you're not e.g. requesting for 'domain.com/x' from ' www.domain.com/y' or something similar. rob On 4/16/07, Tetsuo <[EMAIL PROTECTED]> wrote: Hi I've got a modal window that uses the thickbox and jqu