Hi group,

I am a newbie in the iphone web dev arena and started by using iWebKit
(which
was a terrific help).

I have a super long list that in other devices (Palm) users can access
either by 1) Browsing through list or 2) Typing in number if known.

I have been able to create these lists on my iphone webpage but cannot
get them to do the search.

Here is the code for doing a browse search:

<div class="row">
                <label>Offense</label>
                <select name="offense" class="offense"
                    <option value="0">4149
                    <option value="1">211
                    <option value="2">288
                    <option value="3">487
                     <option value="4">1192.7
                     <select>
</div>
When the user selects 487, for example,  I would like them to go to
487.html but don't know how to work the <a href>  into this.
======================================================
For the typed in search I have:

 <input type="text" name="offense" id="offense"  maxlength="7"
onclick="this.value = ''" value="" />

<a class="whiteButton" type="submit" href="".html>Search</a>

The text box comes up to type in "487" but again I don't know how to
get to
487.html

Thank you for your help.
Note: The tester webpage can be seen at
 http://promisebabylove.com/OffenseList.html



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"iPhoneWebDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/iphonewebdev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to