Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error in generated postback code
Message
General information
Forum:
ASP.NET
Category:
Other
Title:
Error in generated postback code
Miscellaneous
Thread ID:
00921368
Message ID:
00921368
Views:
68
I have a bunch of websites at a host company that all have the same error. It only happens on this one web server. The postback script that is generated has a gliche in it. You can see that a - (hyphen) is inserted after the else {.

Does anyone have any idea why the postback is generated incorrectly?

function __doPostBack(eventTarget, eventArgument) {
var theform;
if (window.navigator.appName.toLowerCase().indexOf("netscape") > -1) {
theform = document.forms["Form1"];
}
else {-
theform = document.Form1;
}
theform.__EVENTTARGET.value = eventTarget.split("$").join(":");
theform.__EVENTARGUMENT.value = eventArgument;
theform.submit();
Best Regards,

Dave VanderWekke
President / Chief Software Architect
GRS Technologies, Inc.

Toll Free: (877) 890-5457
Phone: (973) 794-0067
Fax: (973) 828-0275
Email: Dave@GRSTech.com
Web: www.GRSTech.com
IM: dvanderwekke@msn.com
Reply
Map
View

Click here to load this message in the networking platform