Thanks for all replys. iui.showPageById(pageID); does the work :-)
Stephan On Jun 7, 10:08 am, Remi Grumeau <[email protected]> wrote: > depends of what you need to do man. > > if all you do is changing one or two text / elements, then you can put > id=pagenameElement1 and change them with innerHTML. > > if you change pretty much everything, just get the id of your page and change > all of it with an innerHTML in it. > > Once done, load your page with > iui.showPageById(pageID); > > Loading from a server DB or from local storages ? > > Remi > > On 7 juin 2012, at 07:55 AM, Giacomo Balli <[email protected]> wrote: > > > > > > > > > what are the "pages"? > > need some context in order to help. > > > On Jun 7, 12:06 am, Musicman75 <[email protected]> wrote: > >> Hello, > > >> is there a documentation available how to change pages with > >> javascript? > > >> I need to fill the pages with data before loading them. > > >> Thanks > >> Stephan > > > -- > > 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 > > athttp://groups.google.com/group/iphonewebdev?hl=en. -- 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.
