The "t0" in #_t0 is simply the id of the div returned by theater.php. iUI itself isn't doing any parsing of that link.
theater.php is probably set up with something like this to put that variable in the id: <div id='<?php echo "t" . $_GET['t']; ?>'> On Jul 30, 9:30 am, Rob <[EMAIL PROTECTED]> wrote: > In the moviesapp.com site, when I do a theatres search, the results > come up as expected, but the links are using GET variables like so: > <li><a href="theater.php?z=68506&d=0&t=0">Edgewood Cinema</ > a></ > li> > > When the link is clicked, then the page goes to moviesapp.com/#_t0. > So its taking the t variable and converting it to the hash link. How > is this done? location.href? This is exactly what I need for my > script but I am not sure how its done. > > Thanks > Rob --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
