Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Javascript Error 'Expected ) in line 209 ' in V 9.2.17.1
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post will appear after it is approved by moderators
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
prabu  
View profile  
 More options Sep 6, 9:43 pm
From: prabu <mandapr...@gmail.com>
Date: Sun, 6 Sep 2009 18:43:56 -0700 (PDT)
Local: Sun, Sep 6 2009 9:43 pm
Subject: Javascript Error 'Expected ) in line 209 ' in V 9.2.17.1
I  was using the Older version 6.7.20.1. I am trying to use the new
version 9.2.17.1.  But always getting the java script  error "
Expected ')'  in  line 209 "   in client side only in our apllication.

However while using the version 9.2.17.1 in a new solution, it is
working fine. I have figured out  when this error is coming.

We are handling the events in global.asax to track the server response
time using the code below
    /// <summary>Set the End Time as the Application Request Ends and
Write out the Total Request Time Elapsed</summary>
        protected void Application_EndRequest(object sender,
System.EventArgs e)
        {
            endTime = DateTime.Now;
            TimeSpan time = new TimeSpan(endTime.Ticks -
startTime.Ticks);
            HttpApplication httpApplication = (HttpApplication)sender;
            HttpContext httpContext = httpApplication.Context;

           httpContext.Response.Output.WriteLine("<!-- Server Response
Time : {0} seconds -->", time.TotalSeconds.ToString("###,##0.0##"));
           httpContext.Response.Output.WriteLine("<!-- Current Server
Time : {0} -->", endTime.ToString("ddd dd MMM, yyyy HH:mm:ss"));
        }
At that  time , the  javascript error is coming. The response is
received successfully. However , while proccessing the response some
issue is there. So all the Ajax functions are failing


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google