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 Link to comment https://forums.phpfreaks.com/topic/170403-change-iframe-form-action/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.