Or in order to solve two problems at once - am I better sending this to a page that doesn't load by ajax. That would allow me to set the back button to whatever I want, and also work if I use a "submit" button, is that correct?
On 12 July 2010 15:51, Andrew Myers <[email protected]> wrote: > Actually it doesn't work as well as I had hoped. I can click it on > the desktop browser, but on my iPod touch the button is not > "clickable". > > Is there anything else I need to do? > > On 12 July 2010 15:29, Andrew Myers <[email protected]> wrote: >> Thank you. That worked great. >> >> The next thing I'd like to do is to determine where the "back" button >> goes to on certain pages. >> >> I've found this thread: >> >> http://groups.google.com/group/iphonewebdev/browse_thread/thread/916f1ddd0dc1fb99/f345862717d1609b?hl=en&lnk=gst&q=back+button#f345862717d1609b >> >> But I noticed someone's comment on the end that it didn't work for >> them. Is this still the best way to achieve this? >> >> Best regards, >> Andrew. >> >> On 12 July 2010 14:47, Alex Zylka <[email protected]> wrote: >>> Instead of using the <input type="submit"> try using the iUI version of a >>> submit button: <a type="submit" class="whiteButton">Go</a>. Of course the >>> class can be removed or changed to a gray or red button >>> (grayButton/redButton). >>> >>> Alex >>> http://www.zylka.us/ >> > -- 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.
