I tried to post this once but it didn't go through, so I'll try again:
Hello Everyone,
I'm hoping someone has already worked this out or I'm just doing
something stupid. I'm using the sample code and have a drop down form
fieldset. Similar to when you click the search button on the music
demo.
I want this form to open in a new window instead of using an ajax call
and so I put a target="_self" in the form tag. The problem I'm having
is then the buttons at the top of the form don't work, it's the cancel
and submit buttons. Has anyone encountered this and know of a fix?
Here is what the form looks like:
<form action="/actionhere.php" class="dialog" id="loginForm"
method="post" target="_self">
<fieldset>
<h1>User Login</h1>
<a class="button leftButton" type="cancel">Cancel</a>
<a class="button blueButton" type="submit">Login</a>
<label>Username:</label>
<input id="login" name="login" size="9" type="text" value="" />
<label>Password:</label>
<input id="password" name="password" size="9" type="password"
value="" />
</fieldset>
</form>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---