Quantcast
Viewing all articles
Browse latest Browse all 3978

difficult time in capturing a value using web_reg_save_param.

All,

 

I am having a difficult time in capturing a value.  This value may be null and it could have 1 to 10 rows.  I have pasted the source code below. I have  the value I am looking for.  Each row is labeled with a selectedkey input.  In order for me to script this correctly I need to find if any of the selectedkey rows have null values.  I will need to do a loop until all null selectedkey values are populated.  The value could be different  (approved, working, initiated, ...)  Any assistance is greatly appreciated.

 

 

<input id="selectedKey1" name="selectedKey" type="radio" value="23456.4"/><label for="selectedKey1" class="offscreen">Select a Production History</label>
                                                                                                                     
                                                       </td>
                                                       <td class="nameLeft">     
                                                              FOREST LAWN
                                                       </td>
                                                       <td class="numberRight">
                                                              1234
                                                        </td>
                                                       <td class="numberRight">
                                                              123
                                                       </td>
                                                       <td class="nameLeft">
                                                              FOREST LAWN
                                                       </td>
                                                       <td class="numberRight">
                                                             
                                                                     89,032
                                                             
                                                       </td>
                                                       <td class="nameLeft">
                                                             
                                                                     Approved
                                                             
                                                       </td>
                                                </tr>
                                         
                                                                                                
                                                <tr bgcolor="#B8C9B9">

                                                       <td style="padding-left: 1.1em;">
                                                              
                                                                     
                                                                           <input id="selectedKey2" name="selectedKey" type="radio" value="12345.1"/><label for="selectedKey2" class="offscreen">Select a Produciton History</label>
                                                                    
                                                             
                                                       </td>
                                                       <td class="nameLeft">     
                                                             FOREST LAWN
                                                       </td>
                                                       <td class="numberRight">
                                                              2345
                                                        </td>
                                                       <td class="numberRight">
                                                              12345
                                                       </td>
                                                       <td class="nameLeft">
                                                              FOREST LAWN
                                                       </td>
                                                       <td class="numberRight">
                                                             
                                                       </td>
                                                       <td class="nameLeft">
                                                             
                                                       </td>
                                                </tr>
                                        
                                               
                                               
                                                <tr bgcolor="">

                                                       <td style="padding-left: 1.1em;">
                                                              
                                                              <input id="selectedKey3" name="selectedKey" type="radio" value="98765.1"/><label for="selectedKey3" class="offscreen">Select a Produciton History</label>
                                                                    
                                                             
                                                       </td>
                                                       <td class="nameLeft">     
                                                              FOREST LAWN
                                                       </td>
                                                       <td class="numberRight">
                                                              3456
                                                        </td>
                                                       <td class="numberRight">
                                                              45678 
                                                       </td>
                                                       <td class="nameLeft">
                                                              FOREST LAWN
                                                       </td>
                                                       <td class="numberRight">
                                                             
                                                       </td>
                                                       <td class="nameLeft">
                                                             
                                                       </td>
                                                </tr>
                                         
                                             
                                                <tr bgcolor="#B8C9B9">

                                                       <td style="padding-left: 1.1em;">


Viewing all articles
Browse latest Browse all 3978

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>