Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Javascript problem with IE


Message #1 by "Ravi B" <ravi2212@y...> on Mon, 26 Aug 2002 15:34:11
Hi,

I have a wierd problem with IE5.5 with the javascript events.
I have a form in a html page whose action parameter is assigned to a
servlet. The form has checkboxes which calls a javascript function
when onClick events.
The form also has a link which points to a download servlet (different
servlet) which will be downloading a text/excel file.
The problem is here...The checkboxes are calling the javascript
functions when onclick event occurs initially. But when I click on the
download file link, it goes to the download servlet and gets me a file
save dialog. After saving the file to the local drive, the onClick
events are not working on the checkboxes. It gives a javascript error
called "Access is denied" in IE5.5 with SP2.
It works fine with Netscape 6.2
Is it a bug with IE5.5? Are there any workaround for this problem?
Please anyone help me......

Thanks in advance,
Ravi

  Return to Index