Hi Nobody answered (big deal!) so I'll tell you guys & gals what I've found out (since I've received important help from this forum) - one module (not two) - at the beginning of the module you place something like
*if (loggedIn()) window.location='index.html#_LOGIN'; else window.location='index.html#_MAIN'* You should be able to make the* function loggedIn()* And then you need to use *window.location.hash* in some places and * window.location* in others. This seems to work. Probobly there are neater sollutions out there though Rune -- You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/iphonewebdev?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
