[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 Olaf Bosch
ATom schrieb: 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 s

[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 Ⓙⓐⓚⓔ
http://moje.sms.cz vs http://seznamka.sms.cz they may be the same server, but that doesn't count in javascript security. On 5/2/07, ATom <[EMAIL PROTECTED]> wrote: But this is the same site :-( Original and redirected page is seznamka.sms.cz -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[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 Ⓙⓐⓚⓔ
oops, that's lower case 'content-type' On 5/2/07, Ⓙⓐⓚⓔ <[EMAIL PROTECTED]> wrote: if the second page does not require cookies from the client machine, and doesn't care what useragent gets it, you can use a small perl (or other language) program to fetch the page from the other site, then serve

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

2007-05-02 Thread Ⓙⓐⓚⓔ
if the second page does not require cookies from the client machine, and doesn't care what useragent gets it, you can use a small perl (or other language) program to fetch the page from the other site, then serve it as a locally produced page. #!/usr/bin/perl use LWP::UserAgent; use CGI; $ua = LW

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

2007-05-02 Thread Ⓙⓐⓚⓔ
GET http://moje.sms.cz/kategorie/seznamka/main_rpc.php?width=450&m_ido=sendlink&link=http%3A%2F%2Fmoje.sms.cz%2Ft.prochazka%2Fobr%2F758&js=1(591ms)jquery.js (line 1) uncaught exception: Security Error: Content at http://moje.sms.cz/t.prochazka/obr/758 may not load data from http://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 Ⓙⓐⓚⓔ
Do you have an example that just shows the problem without much text ? JÁ činit ne mluvit Čech! On 5/2/07, ATom <[EMAIL PROTECTED]> wrote: 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-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 Ⓙⓐⓚⓔ
it depends on how it's done! if it's in the header, any ajax call should follow it before jQuery gets involved. If you forward to a differently named server on the same machine, it would croak before jQuery sees it! If it's in the javascript... you'll probably see problems like this! Do you hav

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

2007-05-01 Thread ATom
Nobody know it?