0
我試圖將一些參數傳遞給iframe,並且在除IE之外的所有瀏覽器中都能正常工作。將URL參數傳遞給Internet Explorer上的iframe
我找不到任何其他的解決方案,我想要做的,但也許IE不接受參數發送到iframe?
這是我有:
<iframe src="https://portal.maxistore.com.br/dologin.php?
email=<?php echo urlencode($user_info->user_login) ?>×tamp=<?php echo urlencode($timestamp) ?>&hash=<?php echo $hash ?>&goto=<?php echo urlencode($goto_invoices) ?>" name="iframeTarget" id="iframeTarget" width="100%" height="1200px"></iframe>
謝謝。
u能構建和PHP'echo'整個iframe的代碼? – 2013-05-07 18:23:31