forward parameter in iframe

Upload core product.
Post Reply
jitinj
Posts: 4
Joined: Fri Jul 11, 2008 12:25 am

forward parameter in iframe

Post by jitinj »

I want my JFileUpload applete to load in iframe and on successful file upload I want to forward to a different url and it should load new page in the iframe but it is redirecting browser to new page instead on only iframe.

How can I avoid this?

Thanks

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: forward parameter in iframe

Post by support »

Try:
<PARAM NAME="forward" VALUE="http://yourserver.com/page.html">
<PARAM NAME="forwardtarget" VALUE="youriframename">

Does it help ?

Post Reply