hi,
I am downloading dll using <object tag> in Asp.net.
I wanna to place preload images fot this page.After dll installed in users system,the preload images should be stopped.
how to do that
Pleas help me
sangeet
hi,
I am downloading dll using <object tag> in Asp.net.
I wanna to place preload images fot this page.After dll installed in users system,the preload images should be stopped.
how to do that
Pleas help me
sangeet
"stopped"? loading? dissapear?the preload images should be stopped.
the dll will be hard to track... I mean... it's the server sending data to the client, but you'll need something checking if the download has finished for the browser. Seems like it needs to be serverside code, but I'm not sure how security will deal with that.
there was a question like this recently in another thread. I can't recall if it was you or not, but there is more information in there if not, and, if it was you as well, then the question has already been explained pretty well...
Maybe someone will know, though.
One random thought:
<object .... onLoad="stoploadingimages()">, or something. Maybe?!
Bookmarks