|
Javascript pasuser question for iphone app
This is for an iphone app using html5, css3 and javascript with phonegap to embed. The app runs on mobile safari.
I have a list page [ list.html ] . Clicking on a list item takes the user to a specific page for that item [ e.g. item1.html ].
On item1.html page a question is answered in a form box. This is processed using a simple pasuser script which works fine.
I need to add a script so that when a correct answer is given on item1.html a small graphic appears next to to the item listed on list.html.
Even though item1.html can be accessed again later, the small graphic must always remain next to the listing.
All help much appreciated. I am not a programmer but can understand the arguments. Thanks.
|