[Proto-Scripty] Document.domainName issue

2008-10-30 Thread pradeep
Hi, i am using prototype js , i have become fan of it after using it extensively, i had one request for you. while communicating in between the same domain from parent to window...i face some problems example: i have abc.pradeep.com in window, inside an iframe i am calling xyz.pradeep.com when

[Proto-Scripty] upload progress bar....(feature request)

2008-10-30 Thread pradeep
Hai, i am doing multiple file upload, however i have planned to show...upload progress bar...(i,e the amount of file uploaded in sync with client sice progress bar)... Do you have any solution ..how to do this using prototype and struts & jsp's any example along with the solution will be very

[Proto-Scripty] element.hasClassName(className) is not working in IE6

2008-11-11 Thread pradeep
I am using prototype 1.6.0, when i tried to use element.hasClassName(className); method .as a part of my development .it is working fine in firefox...but it sucks in ie6...(nothing is working here...) is this a known issue... --~--~-~--~~~---~--~~ You received

[Proto-Scripty] Re: prototype Light window close

2008-11-29 Thread pradeep
w object... ---> if the window is made up wit a div or span...declare id for the div... use $(divid).style.display="none"; OR declare a class name for the div or span ... use $$(div.className).style.display="

[Proto-Scripty] Re: Prototype with XML/XSLT, working in FF not in IE

2008-11-29 Thread pradeep
response very easily Hope this may help...because personally i replaced my all xml responses with json and made the code handling lot easier Regards pradeep --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[Proto-Scripty] Re: Can't stop and start Ajax.PeriodicalUpdater

2009-03-13 Thread pradeep
Dear Walter , I am also facing the same problem. Ajax Periodical updater stop() function is not working properly.but it is very incosistent..certain number of times it works fine..but most of the times it does not work.,... could u please explain liveStream = undefined; ??? about the abo

[Proto-Scripty] Re: Issue with Safari and IFrame

2009-03-25 Thread pradeep
Dear Samyem, include the following script inside the iframe...

[Proto-Scripty] Re: Submit a form using enter

2008-12-10 Thread pradeep saraswati
> hai u are using $('form_submit') does form_submit is the id of the form then it will surely does not gonna work in I.E so you specify a name to the formand access the form document.form.formname.onkeydown> this will work in ie... i too faced this issuejust