I have a web app i'm working on (using IUI) that needs to link to external pages... According to IUI "the pages you link to should not be complete HTML documents, but rather only the fragment you wish to insert."... My pages contain javascript and css calls in the <head> section... How can I include the <head> section of these pages so that the javascript will execute?... I tried placing them in the <head> section of the main document, but they don't seem to execute...
I know I can use target="_self", but then the new page opens in Safari and the back button breaks (in fullscreen mode on iPhones) and the web app gets stuck... the user must then close Safari (the new page) to get back to the web app... I know there's a way to do it, i just need to figure out how... Any help would be greatly appreciated... Bill -- 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.
