On Jan 16, 3:56 pm, Thrakazog <[EMAIL PROTECTED]> wrote:
> With this in mind, has anyone figured out how to link directly to an
> iUI sub-page?

The part of the URL after the # is referred to as the hash.  You
should be able to get it's value with this bit of Javascript:

var myHash = location.hash

I use jQuery so I don't know if there is an analog in iUI.  However,
with jQuery you could check the value of any hash on body load and
perform a whatever function is needed to take your application to the
correct sub page.  If a click is required the code would be:

$('#elementId').click();

- John Kramlich
http://www.Manifestinteractive.com

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