I'm having a problem with the iUI samples and the form tag.
If you take the iUI sample file "samples/music.html" and wrap opening
and closing form tags around the HTML the page doesn't load anymore.
(Using IE, FireFox or Safari on a Windows XP)
Like starting with the Music list near the top, wrap the form around
the tags like this:
<form action="music.html">
<ul id="home" title="Music" selected="true">
<li><a href="#artists">Artists</a></li>
<li><a href="#settings">Settings</a></li>
<li><a href="stats.php">Stats</a></li>
<li><a href="http://code.google.com/p/iui/"
target="_self">About</a></li>
<li>Nothing</li>
</ul>
</form>
For some reason that totally kills the whole page and the UI doesn't
load.
Take out the form tags and all is well again.
Any ideas?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---