|
-
November 13th, 2007, 10:15 PM
#1
Reload image without whole page refrest
Hi,
I have a homepage to show a image and a program to download new image. After program downloads a new image, I just want to reload the new image without refreshing whole page. What shall I do? Thank you.
-
November 13th, 2007, 10:26 PM
#2
Re: Reload image without whole page refrest
Well, there is no such thing as "refreshing" only part of a page. You can however, dynamically re-write page contents. That would be for JavaScript.
I would suggest using a <div> and re-write the innerHTML. Your problem is that you cannot detect the completion of a download. That is beyond scripting ability.
If the post was helpful...Rate it! Remember to use [code] or [php] tags.
-
November 13th, 2007, 10:26 PM
#3
Re: Reload image without whole page refrest
If the post was helpful...Rate it! Remember to use [code] or [php] tags.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|