Code Search for Developers
 
 
  

formoptionvalues.html from Jameleon at Krugle


Show formoptionvalues.html syntax highlighted

<html>

<head>
<title>Selct Form Element Testing</title>
</head>
<body bgcolor="#ffffff" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">
<form name="inputOptions" action="formValues.jsp">
    <select name="selectValue">
        <option value="CHK">US Bank Checking</option> 
        <option value="SAV">Credit Union Saving</option> 
        <option value="VIS">Chase Visa</option> 
        <option value="MAS">MBNA Master Card</option> 
        <option value="HOM">Home loan</option> 
        <option value="USD">$ 1,200.54</option> 
        <option value="CAR">New Car</option>
    </select><br/>
    <select name="selectValueNoValues" multiple="true">
        <option>val1</option> 
        <option>val2</option> 
        <option>val3</option> 
    </select><br/>
    <input type="text" name="textField">
    <input type="checkbox" name="checkboxField" value="yes">
    <input type="checkbox" name="checkboxField" value="no">
</form>

</body>
</html>



See more files for this project here

Jameleon

Jameleon is a data-driven automated testing tool that is easily extensible via plug-ins. Features of applications are automated in Java and tied together independently in XML, creating self-documenting automated test cases.

Project homepage: http://sourceforge.net/projects/jameleon
Programming language(s): Java,XML
License: other

  WEB-INF/
    web.xml
  frames/
    frame1.jsp
    header.jsp
    main.jsp
  images/
    jelly.jpg
  test/
    Link4.html
    destination.html
    nested_tables.html
    test.html
  tutorial/
    addPet.jsp
    addPetInfo.jsp
    favoritePet.jsp
    favoritePetInfo.jsp
    footer.jsp
    hackUser.jsp
    header.jsp
    help.jsp
    index.jsp
    invalidUser.jsp
    lockUser.jsp
    nav.jsp
    process.jsp
    validUser.jsp
  Link1.html
  Link10.html
  Link2.html
  Link3.html
  Link4.html
  Link5.html
  Link6.html
  Link7.html
  Link8.html
  Link9.html
  UTF-8.html
  end.jsp
  formValues.jsp
  formoptionvalues.html
  formsubmit.html
  formsubmit.jsp
  frames.html
  getdata.html
  hu_testcase.html
  index.jsp
  javascript.html
  javascript.jsp
  mutliple.jsp
  nested_tables.html
  step2.jsp
  submit.jsp
  tables.html
  xml.jsp