Update to the Generic Ajax Library
Just making notice that the Generic AJAX Library I wrote has now been documented more properly. Maybe it will make some more sense to a few folks now.
1 Comment
RSS feed for comments on this post. TrackBack URI
Sorry, the comment form is closed at this time.
July 18th, 2006 @ 3:58 pm
Hi,
Actually i am looking to implement AJAX into my applications, mean time i found some seviour showstopper to start the AJAX Implementation.
Cause is: my application bounded with Siteminder authentication device.. this proxy authenticator keeps the digital cookie into browser cache once authenticed to access my app. so, the problem is if i invoke ajax request then thsi xmlhttp request is not sending the header or digital cookie info with the request. If i am able to pass the digital cookie then my problem will be solved.. Please help me out how can we do this.