User Profile

Collapse

Profile Sidebar

Collapse
Jeff Kurzner
Jeff Kurzner
Last Activity: Feb 23 '12, 09:09 PM
Joined: Sep 20 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Jeff Kurzner
    replied to If statement doesn't work
    Sorry, the cut and paste was not working properly. Will try to repost
    See more | Go to post

    Leave a comment:


  • Jeff Kurzner
    started a topic If statement doesn't work

    If statement doesn't work

    Code:
    var showMessageResponse = function (oXML) { 
        
        // get the response text, into a variable
        var response = oXML.responseText;
    
        // update the Div to show the result from the server
    	document.getElementById("responseDiv").innerHTML = response;
    	if 1==1 {
          document.form1.Email.style.backgroundColor="#FF9F9F";
    	};
    };
    In the above example if I remove...
    See more | Go to post
    Last edited by Niheel; Sep 20 '11, 10:35 PM.
No activity results to display
Show More
Working...