Basic Search Issues

0 views
Skip to first unread message

oaklandgrrl

unread,
Nov 17, 2008, 12:38:54 PM11/17/08
to iWebKit
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 on other devices (Palm/Windows Mobile)
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 appears on the webpage for the user 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
Reply all
Reply to author
Forward
0 new messages