Thanks, bcastner, for the reply. Perhaps I didn't explain well. With the default setting (Content Advisor being disbaled), there is no problem using the site. The problem occurs only when the Content Advisor is enabled.
Can you explain a little more "PICS self-label"? Thanks.
Recently I came across an issue that seems to have been caused by the Content Advisor being anabled in IE browsers. Our site has nothing whatsoever that should be blocked by the Advisor (no foul language, objectionable images, etc.) but when a form is submitted (with Content Advisor enabled)...
Thanks for your posts. Request.Form("cmbCCM") is not empty (value comes from a dropdown menu). I think it's the logic that is wrong. When the month is December,
MonthName(cint(Request.Form("cmbCCM"))+1)
fails because MonthName(13) is invalid.
I am using the following code for collecting a date from a form and then inserting it in SQL. Most of the users are able to use it without any problem, but recently some users have received the following error upon submitting the form:
Microsoft VBScript runtime error '800a0005'
Invalid...
Is there a way to keep the dynamically generated fields with the data entered by the user if the user submits the form and comes back by clicking Back button in the browser? These fields/data seem to go away when the user comes back to the page (even if I use the onload method to trigger the...
Thanks a lot, tsuji and theniteowl. Your solutions are great and have helped me understand the script better. I am using onclick="temp.style.display=(this.checked)?'block':'none';". Works great in IE, Opera and FireFox.
I need to display an extra field dynamically upon checking a checkbx on the page. I am using the following script and have got it to work fine. However, once the extra field is displayed, it does not disappear even if the checkbox is unchecked. I need to display an extra field only when the box...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.