Oh yes, there will be another place. I am also working on a client
side storage of a "Notes" section on each of the second level pages.
So, the app will be:
First page--Long list of drug names.
Tap on one of these and it goes to a document fragment for that
particular drug. This "page" or div section rather, has a list for
the user to choose to go to the information section about the drug or
to choose a section to perform a calculation about the drug or a 3rd
section that has a place for the user to enter notes about the drug.
For the calculation section, I will need to perform a calculation
after the OnClick of a calculate button. I will also have a clear
button. I want to preload some images that will be used for this
section as well.
For the Notes section, I am working on a client side storage of data
that the user enters about that particular drug.
So, my question is if I am using iUI, I need to know where I put a
reference to the javascript for the calculations, preloading images
and for the client side storage of the notes since there is no <head>
section in the 2nd level pages (the ones specific to a particular
drug).
Linda