[NEED] Simple Java Job

Discussion in 'Programming' started by domainloco.net, May 20, 2008.

  1. #1
    Hi,
    Please see AmericanLifePolicy.Com to see what I need.

    The exact same thing needs to be done for my site.

    Please send me prices and how quickly it can be done.

    This is what I found in the source files of the site:
    
    /* Change Row Background Color When Moused over or clicked*/
    function HighlightRow(ID, clsn) {
    	if (document.getElementById(ID).className != 'clicked')
    	 {
    	 document.getElementById(ID).className = clsn;
    	 }	
    } 
    
    function PopWin(URL,windowName, properties) 
    {
      trainingWindow = window.open
      window.open(URL, windowName, properties);
    
    }
    
    function popwindow(URL,windowName, properties) 
    {
    	popupWin = window.open(URL, windowName, properties);
    	window.top.name = 'opener';
    }
    
    function checkform()
    {
    	var err = "";
    	if(Form1.state.value == "")
    	{
    		err += "Please select your State \n";
    	}
    	if(!Form1.genderF.checked && !Form1.genderM.checked) 
    	{
    		err += "Please select your Gender \n";
    	}
    	if(Form1.dobMM.value == "")
    	{
    		err += "Please select your DOB Month \n";
    	}			
    	if(Form1.dobDD.value == "")
    	{
    		err += "Please select your DOB Day \n";
    	}
    	if(Form1.dobYYYY.value == "")
    	{
    		err += "Please select your DOB Year \n";
    	}
    	if(Form1.coverageAmount.value == "")
    	{
    		err += "Please select a Coverage Length \n"
    	}
    	if(Form1.coverageTerm.value == "")
    	{
    		err += "Please select a Coverage Term \n"
    	}
    	if(!Form1.TobaccoN.checked && !Form1.TobaccoY.checked) 
    	{
    		err += "Please select your Tobacco Status \n";
    	}
    
    	
    	if(err != "")
    	{
    		alert(err);
    		return false;
    	}
    	else
    	{
    		//alert("Good");
    		return true;
    	}
    }
    
    Code (markup):

     
    domainloco.net, May 20, 2008 IP
  2. domainloco.net

    domainloco.net Notable Member

    Messages:
    3,085
    Likes Received:
    59
    Best Answers:
    1
    Trophy Points:
    225
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    wow not even one person. Okay job is off. I will see another solution to my problem.
     
    domainloco.net, May 20, 2008 IP
  3. Arkserver

    Arkserver Banned

    Messages:
    2,533
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    Well, just to let u know, thats javascript NOT java
     
    Arkserver, May 20, 2008 IP
  4. stuffradio

    stuffradio Peon

    Messages:
    279
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    Also you waited 2 hours for a response.
     
    stuffradio, May 20, 2008 IP
  5. domainloco.net

    domainloco.net Notable Member

    Messages:
    3,085
    Likes Received:
    59
    Best Answers:
    1
    Trophy Points:
    225
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    Yeah sorry I am in a hurry. lol that just shows you how much I don't know about this programing stuff.
     
    domainloco.net, May 21, 2008 IP
  6. kmap

    kmap Well-Known Member

    Messages:
    2,215
    Likes Received:
    29
    Best Answers:
    2
    Trophy Points:
    135
    As Seller:
    100% - 0
    As Buyer:
    100% - 1
    #6
    so what feature you exactly need

    Kindly Ellabrorate more

    Regards

    Alex
     
    kmap, May 21, 2008 IP
  7. domainloco.net

    domainloco.net Notable Member

    Messages:
    3,085
    Likes Received:
    59
    Best Answers:
    1
    Trophy Points:
    225
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #7
    I need the exact same form located here : AmericaLifePolicy.Com
    Same function, same information, same everything but on my site.
     
    domainloco.net, May 21, 2008 IP