Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Question about iframe
Old 12-01-2004, 05:40 PM Question about iframe
wvmlt's Avatar
Experienced Talker

Posts: 46
Trades: 0
I have a users profile page that shows an image of their avatar. I have an upload button for a new avatar to be uploaded on the same page contained in an iframe. When a new avatar is uploaded, the refresh button must be clicked to display the new avatar. Is there a way to automatically refresh the page when the new image is uploaded?
wvmlt is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 12-02-2004, 03:12 AM
Ultra Talker

Posts: 377
Trades: 0
Redirect user to the same page, when image is loaded It would be better to do redirect using JavaScript in order not to get a problems with sending headers (that is how redirect could be done with PHP). Redirect may be done by the following code:
location.href='yourlocation.htm'
or
document.location='yourlocation.htm'
__________________
andrews_john

Please login or register to view this content. Registration is FREE
andrews_john is offline
Reply With Quote
View Public Profile Visit andrews_john's homepage!
 
Old 12-02-2004, 04:59 AM
wvmlt's Avatar
Experienced Talker

Posts: 46
Trades: 0
This is the code for the upload

PHP Code:
<form name="uploader" method="post" action="<? echo $PHP_SELF?>" enctype="multipart/form-data">
<input type="file" name="image" value="Browse">
<input type="submit" name="upload" value="Upload Image">
</form>

Where do I put

PHP Code:
location.href='yourlocation.htm'
or
document.location='yourlocation.htm' 
wvmlt is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Question about iframe
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.70226 seconds with 12 queries