Hi, I created a cookie through php setcookie command. I want read this cookie name in Visual Basic using InternetGetCookie command. is it possible?
Anil
Hi,
yes you can but the only way would be unsecure, by putting in a <script> tag. Like:
<script language='VBScript'>
your vbscript code here
</script>