opstabom Posted August 15, 2009 Share Posted August 15, 2009 I have to change iframe form action from javascript I load iframe and then write javascipt var page=window.frames['page']; alert(page); var form=page.document.getElementById(id); form.action="<?php echo HOST."save.php"; ?>"; When i move alert script don't work with alert works fine How to change iframe form action method when iframe loads from javascript Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.