[jQuery] Re: too much recursion (sound PopUp)

2007-07-12 Thread tlob
anyone? On 11 Jul., 09:26, tlob [EMAIL PROTECTED] wrote: I just found out, that it is not working in IE7 I dont know where the problem is, FF seems ok THX in advance! tom On 10 Jul., 17:21, tlob [EMAIL PROTECTED] wrote: Hello I finaly managed to finish my job. Only with your

[jQuery] Re: too much recursion (sound PopUp)

2007-07-12 Thread Sean Catchpole
The problem is with this line: sound=window.open(url,'soundbumbam','height=50,width=150'); Try declaring sound at the top of the script var sound; ~Sean

[jQuery] Re: too much recursion (sound PopUp)

2007-07-11 Thread tlob
anyone? On 10 Jul., 17:21, tlob [EMAIL PROTECTED] wrote: Hello I finaly managed to finish my job. Only with your help. http://siggibucher.com/preview/soundtest.html But when I click the sound on link, Firebug is complaining about too much recursion window.focus(); I have no idea, was

[jQuery] Re: too much recursion (sound PopUp)

2007-07-11 Thread tlob
I just found out, that it is not working in IE7 I dont know where the problem is, FF seems ok THX in advance! tom On 10 Jul., 17:21, tlob [EMAIL PROTECTED] wrote: Hello I finaly managed to finish my job. Only with your help. http://siggibucher.com/preview/soundtest.html But when