John,
  You have the links pointing to a bookmark (ie "#pubs?
rsCountry=XXX ). if there is a page called pubs, then you would need
to change those links to "pubs?rsCountry=XXX".  The use of the
bookmark is to indicate that the link is to take the user to a page
already existing on the current HTML document.  For example, if you
had a list that corresponded to each of your initial lists and were
tagged with an id, you could do the following:

 <ul title="county" id="county" selected="true">
  <li><a href="#EastSussex" class="digg-count">265</a></li>
  <li><a href="#EastSussex">East Sussex</a></li>
  <li><a href="#London" class="digg-count">445</a></li>
  <li><a href="#London">London</a></li>
  <li><a href="#Surrey" class="digg-count">86</a></li>
  <li><a href="#Surrey">Surrey</a></li>
  <li><a href="#WestSussex" class="digg-count">85</a></li>
  <li><a href="#WestSussex">West Sussex</a></li>
 </ul>

 <ul title="London" id="London" >
   <li>Stuff about London </li>
   ...
  </ul>
 <ul title="Surrey" id="Surrey" >
   <li>Stuff about Surrey </li>
   ...
  </ul>
 <ul title="WestSussex" id="West Sussex">
   <li>Stuff about West Sussex </li>
   ...
  </ul>


I hope this makes sense,

Michael



On Jul 25, 3:58 am, "[email protected]"
<[email protected]> wrote:
> http://www.jbiddulph.com/iphone/pubs/default.php
>
> user: test
> pass: test
>
> as you can see when logged into my pubs list, you see 4 counties, but
> the styling is messed up. why?
> when you view source, you see the list of pubs?! how can I link to the
> pubs using WHERE rsCounty = request querystring County... and get to
> that UL?
>
> also, my search doesn't work?!
> thanks

-- 
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