Re: Problem with reloading the page...

2002-12-17 Thread Adrian Janssen
I don't think the last 3 lines of your JavaScript fucntion will ever run, i.e. those lines after the "document.icareForm.submit();" as this causes a new page to be requested from the server, hence the browser immediately stops processing the JavaScript on the current page. Secondly even if those l

Re: Problem with reloading the page...

2002-12-17 Thread Isidoros
Jayant Kataria Sent: Tuesday, December 17, 2002 7:13 AM To: [EMAIL PROTECTED] Subject: Re: Problem with reloading the page... Sensitivity: Personal Hi, Try this opener.location.reload() ; Jayant -Original Message- From: Mallikarjuna Budur [mailto:[EMAIL PROTECTED]] Sent: Tuesday

Re: Problem with reloading the page...

2002-12-16 Thread Jayant Kataria
Hi, Try this opener.location.reload() ; Jayant -Original Message- From: Mallikarjuna Budur [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 17, 2002 10:59 AM To: [EMAIL PROTECTED] Subject: Problem with reloading the page... Importance: High Sensitivity: Personal Hi, I am facing