[Proto-Scripty] Re: IE problem - document.getElementById

2010-01-19 Thread Sumit
On Jan 19, 12:41 pm, Sumit skbrnwl-...@yahoo.com wrote: Here is the updated url with sample jshttp://pastebin.com/mb390d36 On Jan 19, 12:40 pm, Sumit skbrnwl-...@yahoo.com wrote: Sorry if this seems to be a wrong forum for this issue. I've been using prototypejs in my project, so thought you

[Proto-Scripty] IE problem - document.getElementById

2010-01-18 Thread Sumit
Sorry if this seems to be a wrong forum for this issue. I've been using prototypejs in my project, so thought you guys may have done some workaround this. My html content looks like this http://pastebin.com/m2af10447 on dom:loaded event, i'm querying the dom for objects with id issues. On FF it

[Proto-Scripty] Re: IE problem - document.getElementById

2010-01-18 Thread Sumit
Here is the updated url with sample js http://pastebin.com/mb390d36 On Jan 19, 12:40 pm, Sumit skbrnwl-...@yahoo.com wrote: Sorry if this seems to be a wrong forum for this issue. I've been using prototypejs in my project, so thought you guys may have done some workaround this. My html

[Proto-Scripty] Event ordering for cross domain frames

2009-12-09 Thread Sumit
in onload listener, but it doesn't). Any idea what could be done? For more reference on crossdomain communication with iframes, please see http://softwareas.com/cross-domain-communication-with-iframes Thanks in advance for any pointers. -Sumit -- You received this message because you

[Proto-Scripty] Re: Custom events with iframes

2009-12-09 Thread Sumit
Hi David, It did work finally though i'm facing a different issue now. Posting a new thread on that problem. Please have a look at http://groups.google.com/group/prototype-scriptaculous/t/e69e90a8b84987f4 Thanks again for your response. -Sumit On Dec 9, 11:49 am, Sumit skbrnwl-...@yahoo.com

[Proto-Scripty] Custom events with iframes

2009-12-08 Thread Sumit
- document.observe(message, function(e){ console.log(11+e); }); In the iframe B (same as domain A), i'm doing- Event.fire(parent.frames[frame11],message,frame12, true); Any idea what i might be doing wrong? Thanks in advance. -Sumit -- You received this message because you are subscribed

[Proto-Scripty] Re: Custom events with iframes

2009-12-08 Thread Sumit
I think i'm having issues with the loading sequence of the javascripts and these iframes. Will report more details once i'm done fixing the issue. Thanks for your response, David! -Sumit On Dec 9, 2:36 am, david david.brill...@gmail.com wrote: Hi sumit, Just a though, I didn't test it. you