leefrank
(leefrank)
新手上路

初级会员
UID 67199
精华
0
积分 10
帖子 10
金钱 10 喜悦币
威望 0
人脉 0
阅读权限 10
注册 2005-12-15
状态 离线
|
ifframe中的表單值怎樣取
我在一個表單<form>嵌入了一個<iffram>, 想在<form>提交中後可以得到<ifframe>中頁面表單aaa的值. 謝謝幫助, 具體如下:
<form>
<iffram scr='001.php'>
001.php頁面中有一個
<form name='01' action='_self' modth='post'>
<input type='text' name='aaa' >
</form>
</iffram>
</from>
|
|