I've searched past discussions and can't find it. Is there a way to specify some javascript to run on the loading of a new page?
I used on persons suggestion of searching for child nodes of type script and doing eval on them, but I'd also like to have a simple onload in the top element of the new page loaded by AJAX. Something like: <code> <ul id="newpage" class="panel" onload="someFunction();"> <li>content</li> </ul> </code> Any thoughts? David --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
