-2
我有一個表單中的iframe這樣iframe中的內容是一種形式
<iframe id="iframeid" style="display: none;height: 46px;width: 100px;" srcdoc="<html><body>
<form action='https://localhost/lms/public/user/edit' method='POST'>
<input type='hidden' name='Username' id='Username' value='[email protected]' />
<input type='submit' value='Edit Profile' /><
</form></body></html>"></iframe>
但在表單提交,它不重定向到我的表單提交的服務器。 iframe中可能嗎?
你爲什麼在Iframe中創建表單,它有跨域問題?什麼是要求? –
客戶端要求我這樣做「您可能可以通過iFrame編輯配置文件按鈕,並使用jquery只顯示彈出警報附加圖像。」 –
標題不是問題...只是一個模糊的聲明 – vsync