Scott Finkelstein wrote: > Now I'm not looking to replicate the > transitions, but is it possible to have the new page load within the > same full-screen browser window, Yes. Use target="_webapp" There's an example, here: http://iui-js.appspot.com/test/link-types.html
> and in addition, have the new page > display a back button to the main page? > That's a little trickier. You'll have to disable the JavaScript (by not including iui.js, perhaps) and adjust the HTML and CSS so that back button links to the previous page. Or something like that... -- Sean -- 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.
