搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Why is Firefox 8 returning (undefined) for a Response.write Request.cookies query in JavaScript?

  • 1 个回答
  • 3 人有此问题
  • 6 次查看
  • 最后回复者为 cor-el

more options

I am an IT student. In my classic asp course I was tasked with creating, and then displaying the contents of a cookie in javascript. I use the server-side code Response.Cookies("registration")("UserName") = Request.Form("txtUserName"); to set the cookie name, key, and value. Then Response.write (Request.cookies("registration")("UserName")); to display it. This works fine in other browsers, even the previous versions of Firefox installed on the computers at school, but returns "undefined" on my home machine (Windows 7 - 64bit). I just updated to ver 9.0.1, allow all cookies, allow javascript. This is the first time in two years of school that I have found IE would do something I wanted and Firefox wouldn't. Any suggestions? Thanks. Matt

I am an IT student. In my classic asp course I was tasked with creating, and then displaying the contents of a cookie in javascript. I use the server-side code '''Response.Cookies("registration")("UserName") = Request.Form("txtUserName");''' to set the cookie name, key, and value. Then '''Response.write (Request.cookies("registration")("UserName"));''' to display it. This works fine in other browsers, even the previous versions of Firefox installed on the computers at school, but returns "undefined" on my home machine (Windows 7 - 64bit). I just updated to ver 9.0.1, allow all cookies, allow javascript. This is the first time in two years of school that I have found IE would do something I wanted and Firefox wouldn't. Any suggestions? Thanks. Matt

所有回复 (1)

more options

A good place to ask advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.
The helpers at that forum are more knowledgeable about web development issues.
You need to register at the mozillaZine forum site in order to post at that forum.

See http://forums.mozillazine.org/viewforum.php?f=25