i've modified the music example to work for a work shuttle schedule
instead.
the easy part was changing the text from music related to shuttle
related...
i'd like it to be smart enough to get the current time and return the
next 5 arriving shuttles.
-----
....
<ul id="ShuttleOne" title="ShuttleOne">
<li><a href="Shuttle.html#time">building A to building B</a></
li>
<li><a href="Shuttle.html#time">building B to building C</a></
li>
<li><a href="Shuttle.html#time">building C to building A</a></
li>
</ul>
<ul id="time" title="time">
<li>Time 1</li>
<li>Time 2</li>
<li>Time 3</li>
<li>Time 4</li>
<li>Time 5</li>
</ul>
....
-----
i created a second document with:
-----
<ul id="AtoB" title="AtoB">
<li>6:15 AM</li>
<li>6:30 AM</li>
<li>6:50 AM</li>
<li>7:05 AM</li>
<li>7:25 AM</li>
<li>7:40 AM</li>
<li>8:00 AM</li>
<li>8:15 AM</li>
<li>8:35 AM</li>
<li>8:50 AM</li>
<li>9:10 AM</li>
<li>9:25 AM</li>
<li>9:45 AM</li>
...
-----
how can i get the current time, and then display the next 5 shuttle
times?
i realize this may be beyond the scope of this group but thought that
it might be pretty simple. i just don't have much experience with
this stuff.
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
-~----------~----~----~----~------~----~------~--~---