4 messages in com.canoo.lists.webtest[Webtest] How to get a region selected?| From | Sent On | Attachments |
|---|---|---|
| Cail...@kp.org | 19 Dec 2005 15:46 | |
| Cail...@kp.org | 20 Dec 2005 09:26 | |
| Cail...@kp.org | 20 Dec 2005 13:21 | |
| Paul King | 20 Dec 2005 21:08 |
| Subject: | [Webtest] How to get a region selected?![]() |
|---|---|
| From: | Cail...@kp.org (Cail...@kp.org) |
| Date: | 12/19/2005 03:46:24 PM |
| List: | com.canoo.lists.webtest |
I'm calling for help. If you enter Kaiser Permanente's website from http://www.kaiserpermanente.org/, and click the image link "A Member of Kaiser Permanente", you'll get the "Select your region" page from which a pull-down table will allow you to select a region such as Northern California or Southern California. The html source for that table is shown below. Which XML steps and settings should I use to get those regions selected? I'm new to Canoo WebTest and was recommended to look it into. Thank you in advance for any helps.
<table cellspacing="0" cellpadding="0" border="0" width="397" class="bodybgcolor"> <form name="SelectRegionForm" method="post" action="/selectregion1.do">
<input type="hidden" name="returnurl" value="null"> <input type="hidden" name="altreturnurl" value="null"> <tr> <td width="20"><img src="/kpweb/image/common/spacer.gif" alt="" width="20" height="1" border="0" /></td> <td width="367" valign="top"> Please select a geographic area so that we can provide you with information customized for that region.<br /> <br /> </td> <td width="10"><img src="/kpweb/image/common/spacer.gif" alt="" width="10" height="1" border="0" /></td> </tr> <tr> <td width="20"><img src="/kpweb/image/common/spacer.gif" alt="" width="20" height="1" border="0" /></td> <td width="367" class="errorMsg"></td> <td width="10"><img src="/kpweb/image/common/spacer.gif" alt="" width="10" height="1" border="0" /></td> </tr> <tr> <td width="20"><img src="/kpweb/image/common/spacer.gif" alt="" width="20" height="1" border="0" /></td> <td width="367"> <table border="0" cellspacing="0" cellpadding="0">
<tr> <td> <SELECT id = "regionNames" NAME="regionId" onchange="this.form.altreturnurl.value = document.location.pathname;"> <Option value = NONE Selected>Select an area</Option>
<option value=MRN>California - Northern</Option><option value=SCA>California - Southern</Option><option value=CS>Colorado - Colorado Springs</Option><option value=DB>Colorado - Denver/Boulder</Option><option value=GGA>Georgia</Option><option value=HAW>Hawaii</Option><option value=MID>Maryland/Virginia/Washington D.C.</Option><option value=OHI>Ohio</Option><option value=KNW>Oregon/Washington</Option>
</SELECT> </td> <td width="18"><img src="/kpweb/image/common/spacer.gif" alt="" width="10" height="1" border="0" /></td> <td width="68"><a href="javascript:submitForm('SelectRegionForm')" onmouseover="swapImg('cont0','/kpweb/image/segment/forms/continue_c_1.gif')" onmouseout="swapImg('cont0','/kpweb/image/segment/forms/continue_c_0.gif')"><img src="/kpweb/image/segment/forms/continue_c_0.gif" width="79" height="20" alt="Continue" border="0" name="cont0" id="cont0" /></a></td> </tr> </table> </td> <td width="10"><img src="/kpweb/image/common/spacer.gif" alt="" width="10" height="1" border="0" /></td> </tr> <tr> <td width="20"><img src="/kpweb/image/common/spacer.gif" alt="" width="20" height="12" border="0" /></td> <td width="367"><img src="/kpweb/image/common/spacer.gif" alt="" width="367" height="1" border="0" /></td> <td width="10"><img src="/kpweb/image/common/spacer.gif" alt="" width="10" height="1" border="0" /></td> </tr> <tr> <td width="20"><img src="/kpweb/image/common/spacer.gif" alt="" width="20" height="1" border="0" /></td> <td width="367"> <input type="checkbox" name="persistcookie" id="persistcookie" value="persist"><label for="Rememberregion">Remember my region</label><br /> <br /> Check this box to have us automatically provide information customized for the area you selected every time you visit our Web site.<br /> <br /> </td> <td width="10"><img src="/kpweb/image/common/spacer.gif" alt="" width="10" height="1" border="0" /></td> </tr> <tr> <td width="20"><img src="/kpweb/image/common/spacer.gif" alt="" width="20" height="1" border="0" /></td> <td width="367" valign="top"> <img src="/kpweb/image/common/spacer.gif" alt="" width="1" height="12" border="0" /><br /> <span class="footerText">To view information for a different geographic area, click on "Change your region," located just under our logo.</span><br /> <br />
<a
href="http://members.kaiserpermanente.org/kpweb/helpselectregion.do?gt=/kpweb/membershome/entrypage.do&search=true"
class="BodyLink">Need help selecting your region?</a><br />
<img src="/kpweb/image/common/spacer.gif" alt="" width="1" height="12" border="0" /><br /> </td> <td width="10"><img src="/kpweb/image/common/spacer.gif" alt="" width="10" height="1" border="0" /></td> </tr> </form> </table>
Cailong




