D
David
I am using a process to warn users when they leave a page that there have
been changes made. I took the example directly from Microsoft example I
found in searching for help on the event onbeforeunload. I have the event
inside the BODY element in my aspx page and it seems to work just fine.
However, I still get a flash of a page error in the lower left corner of my
browser and the Visual Studio 2005 "souce" page shows the event name
underlined with mouseover message "Validation (XHTML 1.0 Transitional):
Attribute 'onbeforeunload' is not a valid attribute of element 'body'."
Is there anything I can do to get rid of this error? Thanks.
David
been changes made. I took the example directly from Microsoft example I
found in searching for help on the event onbeforeunload. I have the event
inside the BODY element in my aspx page and it seems to work just fine.
However, I still get a flash of a page error in the lower left corner of my
browser and the Visual Studio 2005 "souce" page shows the event name
underlined with mouseover message "Validation (XHTML 1.0 Transitional):
Attribute 'onbeforeunload' is not a valid attribute of element 'body'."
Is there anything I can do to get rid of this error? Thanks.
David