RE: Session & Cookies Advice
From: Pravin Patil [MVP] (pravintp_at_mastek.com)
Date: 03/01/04
- Next message: Robert Mark Bram: "Re: Cannot find the p node with selectNodes"
- Previous message: Curt_C [MVP]: "Re: Cannot find DWG files"
- In reply to: Don Grover: "Session & Cookies Advice"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 1 Mar 2004 11:36:05 -0800
Hi,
This error occurs when javascript code tries to handle cookies at client side.
1. In Browser, go to view -> View source
2. Goto page number 298.
Find out the line where it is giving error.
Try to write that code in try.. catch... block
You can also check within a code like
if(document.cookie)
{
//take some action
}
- Next message: Robert Mark Bram: "Re: Cannot find the p node with selectNodes"
- Previous message: Curt_C [MVP]: "Re: Cannot find DWG files"
- In reply to: Don Grover: "Session & Cookies Advice"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|