Forum Moderators: open
How can I get it to go and check the cookie in the main domain instead of the iframe domain and then go back and verify it with the chat?
Your help is appreciated :)
Here is the coding used by the chat to recognise the cookie:
<%
'/// Get Nick Name
nick=request("nick")
xlaSBnick=request.cookies("xlaSBnick")"
if nick<>"" then
response.cookies("xlaSBnick")=nick
xlaSBnick=nick
end if
if xlaSBnick="" then
formproperties="action=bottomframe.asp onsubmit='return validatenick();'"
else
formproperties="action=receiveframe.asp target=xlaSBreceive onsubmit='return shout();'"
end if
%>