User Profile

Collapse

Profile Sidebar

Collapse
nazojan
nazojan
Last Activity: Nov 5 '08, 08:44 PM
Joined: Jan 6 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • nazojan
    replied to Ajax with ASP.NET
    in .NET
    buy the way this is my js code:

    Code:
    function getContent(link){
    	 // The variable that makes Ajax possible!
    	 var	ajaxReq;
    	
    	try{
    		// Opera 8.0+, Firefox, Safari
    	ajaxReq = new XMLHttpRequest();
    	} catch (e){
    		// Internet Explorer Browsers
    		try{
    			ajaxReq = new ActiveXObject("Msxml2.XMLHTTP");
    		} catch (e) {
    			try{
    				ajaxReq = new
    ...
    See more | Go to post

    Leave a comment:


  • nazojan
    started a topic Ajax with ASP.NET
    in .NET

    Ajax with ASP.NET

    HI every one Happy New Year
    I have a problem using XMLHTTPRequest object in IE
    its only showing in FF but its not working in IE
    is Ajax works fine with aspx pages?
    do any one know what can be the problem
    Thanks
    See more | Go to post
No activity results to display
Show More
Working...