You need to sign in to do that
Don't have an account?
Unable to Submit HTML Form in Inline Frames in IE, Works fine with Mozilla Firefox
Note : Same Post can be found in VisualForce Category too, Apologies for Duplicate Post
http://community.salesforce.com/sforce/board/message?board.id=Visualforce&thread.id=7900
Hi Friends,
I need to submit HTML Form's in Inline Frame(which are hidden). The forms are submitted programatically using form.submit() syntax.
Before submitting the forms I set the form target to be the inline frame, so when the submit is triggered the forms get posted in the hidden iframes. This entire process is working **bleep** fine with firefox, but the same is not working in IE as desired.
Instead of posting data in those inline frames, IE opens a new window where in it submits or posts the form.
Would really appreciate any help or light on above stated issue.
http://community.salesforce.com/sforce/board/message?board.id=Visualforce&thread.id=7900
Hi Friends,
I need to submit HTML Form's in Inline Frame(which are hidden). The forms are submitted programatically using form.submit() syntax.
Before submitting the forms I set the form target to be the inline frame, so when the submit is triggered the forms get posted in the hidden iframes. This entire process is working **bleep** fine with firefox, but the same is not working in IE as desired.
Instead of posting data in those inline frames, IE opens a new window where in it submits or posts the form.
Would really appreciate any help or light on above stated issue.
I hope this will give you a working direction
Please find solution to my query at following URL
http://community.salesforce.com/sforce/board/message?board.id=Visualforce&view=by_date_descending&message.id=7908#M7908
Message Edited by Chirag Mehta on 01-03-2009 09:49 AM