Hello.
Can someone tell me how to open this code in a iframe?
When i upload a file and it redirects from mydomain.com to externalDOMAIN.com/processCode:<form name="process" id="process" method="POST" enctype="multipart/form-data" action="http://www.externalDOMAIN.com/process" >
<input type="hidden" name="script_id" value="64"/>
All i want it to open externalDOMAIN.com/process in iframe (so i can add a button "Back" in header of the iframe.
Thank you!!!
