[jQuery] Re: JavaScript in loaded page with .load() & init order

2007-05-06 Thread ATom
Simpler question: I load page with .load() function which contains external

[jQuery] Re: $().load() and redirect

2007-05-04 Thread ATom
Problem was in external javascript which was in loaded page. Thanks all for reply.

[jQuery] Re: $().load() and redirect

2007-05-03 Thread ATom
Try the same here: http://seznamka.sms.cz/index.php?P_id_kategorie=8202&P_soubor=%2Fseznamka%2Fmain.php%3Fimg_num%3D4%26m_xmlform_idg%3Dfotos%26m_ido%3Dpsv%26m_uid%3D13967%26img_oid%3Dview%26d_portal_key%3Dfotogal_13967_89%26d_akce%3Dforum_read%26d_forum_all%3D1 now this is the same domain sezna

[jQuery] Re: $().load() and redirect

2007-05-03 Thread ATom
So, what must fit redirected page to pass javascript security?

[jQuery] Re: $().load() and redirect

2007-05-02 Thread ATom
But this is the same site :-( Original and redirected page is seznamka.sms.cz

[jQuery] Re: $().load() and redirect

2007-05-02 Thread ATom
You can try it here: http://moje.sms.cz/t.prochazka/obr/758 Click ont the letter under big picure. Without http redirect it working.

[jQuery] Re: $().load() and redirect

2007-05-02 Thread ATom
You can't read anything. Content of this page is not important. My problem is only HTTP redirect. I can load this URL: http://seznamka.sms.cz/kategorie/seznamka/main_rpc.php?m_ido=sendlink&js=1 and this page is redirected here http://seznamka.sms.cz/index.php?P_id_kategorie=8202&P_soubor=seznam

[jQuery] Re: $().load() and redirect

2007-05-02 Thread ATom
I need load this page: http://seznamka.sms.cz/kategorie/seznamka/main_rpc.php?m_ido=sendlink&js=1

[jQuery] Re: $().load() and redirect

2007-05-01 Thread ATom
Nobody know it?

[jQuery] $().load() and redirect

2007-04-30 Thread ATom
I need load external page with AJAX, I used JQuery $().load(url) syntax, but external page sometimes use HTTP redirect to another location (in the same domain). Exist any way, how I can force Jquery to follow redirect?