Hi,
I'm trying to develop an aplication with iUI framework,
i simply want to request something and read the answear in the same
page...and i didn't understand how to ask the iUI to load again the
same pagebyid beacause this list is like
imicro.html#_connection and when i click on the link i drive me t the
first list(#_home) that is the one with selected="true" argument:
<!-- imicro.php -->
<ul id="home" title="iMicro" selected="true">
<li><a href="#connection">Microscope Connection</a></li>
</ul>
<ul id="connection" title="Connection">
<li><a href="imicro.php?selection=Connect" target="_self">Connect</a></
li>
<li><?php doConnect($selection,$serverResponse) ?></li>
</ul>
In less words i need afther the click on connect to go again to
#_conection and not to #_home like now appen.
Sorry for my english.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---