Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Note that the only changes i made it was to add <code>onChange="storeLocalContent(this.id,this.value);</code></p> <p>and the <code>function initialize();</code> made the rest of the work</p> <pre><code>&lt;form id="suspendedProperties"&gt; &lt;label for="station"&gt;Select Station:&lt;/label&gt; &lt;select name="stationDropdown" id="stationDropdown" onChange="storeLocalContent(this.id,this.value)" &gt; &lt;option value="50028000"&gt;Tanama River&lt;/option&gt; &lt;option value="50010500"&gt;Rio Guajataca, Lares&lt;/option&gt; &lt;option value="60008002"&gt;Example River2&lt;/option&gt; &lt;option value="60008003"&gt;Example River3&lt;/option&gt; &lt;option value="60008004"&gt;Example River4&lt;/option&gt; &lt;/select&gt; &lt;label for="sampleMediumDropdown"&gt;Select Sample Medium:&lt;/label&gt; &lt;select name="sampleMediumDropdown" id="sampleMediumDropdown" onChange="storeLocalContent(this.id,this.value)"&gt; &lt;option value="WS"&gt;WS(Surface Water)&lt;/option&gt; &lt;option value="WSQ"&gt;WSQ(Surface Water QC)&lt;/option&gt; &lt;/select&gt; &lt;label for="date"&gt;Begin Date:&lt;/label&gt; &lt;input naem="date" id="beginDate" type="date" onChange="storeLocalContent(this.id,this.value)" /&gt; &lt;label for="hydroEvent"&gt;Hydrologic Event:&lt;/label&gt; &lt;select name="hydroEvent" id="hydroEvent" onChange="storeLocalContent(this.id,this.value)" &gt; &lt;option value="4"&gt;4- stable, low stage&lt;/option&gt; &lt;option value="5"&gt;5- falling stage&lt;/option&gt; &lt;option value="6"&gt;6- stable, high stage&lt;/option&gt; &lt;option value="7"&gt;7- peakstage&lt;/option&gt; &lt;option value="8"&gt;8- rising state&lt;/option&gt; &lt;option value="9" selected&gt;9- stable, normal stage&lt;/option&gt; &lt;option value="A"&gt;A- Not Determined&lt;/option&gt; &lt;option value="X"&gt;X- Not applicable&lt;/option&gt; &lt;/select&gt; &lt;label for="containerCuantity"&gt;Add: &lt;/label&gt;&lt;input type="number" size="" id="containerCuantity"onChange="storeLocalContent(this.id,this.value)"/&gt; &lt;select id="singleMultiContainer"name="singleMultiContainer" onChange="storeLocalContent(this.id,this.value)"&gt; &lt;option value="single"&gt;Single container sample&lt;/option&gt; &lt;option value="multi"&gt;Multiple sets container&lt;/option&gt; &lt;/select&gt; &lt;label for="analyses"&gt;Analyses Requested:(Applies to all samples)&lt;br/&gt;&lt;/label&gt; &lt;div id="analyses" &gt; &lt;table align="center" cellpadding="10px"&gt; &lt;tr&gt; &lt;td align="left"&gt;&lt;input type="checkbox" name="analysis" id="analysesC" value="C" onChange="isChecked(this.id,this.value)"&gt; Concentration&lt;/input&gt;&lt;/td&gt; &lt;td align="left"&gt;&lt;input type="checkbox" name="analysis" id="analysesSF" value="SF" onChange="isChecked(this.id,this.value)"&gt; Sand-fine break**&lt;/input&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td align="left"&gt;&lt;input type="checkbox" name="analysis" id="analysesSA"value="SA" onChange="isChecked(this.id,this.value)"&gt; Sand analysis**&lt;/input&gt;&lt;/td&gt; &lt;td align="left"&gt;&lt;input type="checkbox" name="analysis" id="analysesT" value="T" onChange="isChecked(this.id,this.value)"&gt; Turbidity&lt;/input&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td align="left"&gt;&lt;input type="checkbox" name="analysis" id="analysesLOI" value="LOI" onChange="isChecked(this.id,this.value)"&gt; Loss-on-ignition**&lt;/input&gt;&lt;/td&gt; &lt;td align="left"&gt;&lt;input type="checkbox" name="analysis" id="analysesDS"value="DS" onChange="isChecked(this.id,this.value)"&gt; Dissolve solids&lt;/input&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td align="left"&gt;&lt;input type="checkbox" name="analysis" id="analysesSC" value="SC" onChange="isChecked(this.id,this.value)"&gt; Specific conductance&lt;/input&gt;&lt;/td&gt; &lt;td align="left"&gt;&lt;input type="checkbox" name="analysis" id="analysesZ"value="Z" on onChange="isChecked(this.id,this.value)"&gt; Full-size fractions**&lt;/input&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;/div&gt; &lt;input type="button" value="Main Menu" onClick="window.location='SED_WE.html'"/&gt; &lt;input id="nextButton" type="button" value="Add Sample info." onClick="setContainers()" /&gt; &lt;/form&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload