Search Results

Showing results 1 to 3 of 3
Search took 0.03 seconds.
Search: Posts Made By: dadelsen ; Forum: ASP.NET and child forums
Forum: ASP.NET Jun 13th, 2008
Replies: 2
Views: 1,013
Posted By dadelsen
I solved the problem meanwhile. I replaced

txtMessage.value = sMessage; /* raises Page Error */
by
window.Form1.txtMessage.value = sMessage; /* works */
Forum: ASP.NET Jun 13th, 2008
Replies: 2
Views: 1,013
Posted By dadelsen
I enabled "detect scripterrors" in the browser. The message is:
'txtMessage' is not defined.
I moved the <script> element behind the <body> element. But this page error is still raised.
Forum: ASP.NET Jun 13th, 2008
Replies: 2
Views: 1,013
Posted By dadelsen
The following script function "btnRunScript_onclick" works as long as it does not access the HTML control "txtMessage". If it does, "Page Error" is shown in the statusbar of Internet Explorer (6)....
Showing results 1 to 3 of 3

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC