Don't know what you mean by "time of loading only". To prevent the page from displaying directly you can hide the content with css using display:none Then you can use the onload event to define a callback to transform your content and then diplay it.
On Sep 9, 10:53 am, aryan <[EMAIL PROTECTED]> wrote: > Thanks for ur reply chrilith > > Actually i have to do this on client side only and one more thing how > can i add my javascript to any html page at the time of loading only. > > When we fire a any url particular page is going to be load on client > side. i dont want this page to be displayed directly but i want some > transformation to be applied on it and then i want to display it to > the client. > > can you give some more description on that. > > how is it posible to execute my javascript on any url request. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
