I read about this and have tried setting the variable to a different value, erasing it, and erasing all. Nothing is working.
I am getting an error message on this page (object expected line 16)
I appreciate any help,
Keith
I am getting an error message on this page (object expected line 16)
I appreciate any help,
Keith
Code:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[URL unfurl="true"]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">[/URL]
<html xmlns="[URL unfurl="true"]http://www.w3.org/1999/xhtml">[/URL]
[b]<%
Sub ResetMeetingID()
Session.Contents.Remove "sMeetingID"
End Sub
%>[/b]
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="refresh" content="3;URL=index.asp" />
<title>Untitled Document</title>
</head>
[b]<body onLoad="ResetMeetingID()">[/b]
</body>
</html>