[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 script with initialisation variable var SmileySupport = ... after it is inlince script which use SmileySupport, but FF show this: SmileySupport is not defined. Why? Here is example:

[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
But this is the same site :-( Original and redirected page is seznamka.sms.cz

[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
I need load this page: http://seznamka.sms.cz/kategorie/seznamka/main_rpc.php?m_ido=sendlinkjs=1

[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=sendlinkjs=1 and this page is redirected here

[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-01 Thread ATom
Nobody know it?