我一个页面中
<form action="index.php?action=AlexaNum" method="post">
请输入您要查询的网址: http:// <input type="text" style="width:200px" name="url" value="www.">
<input type="submit" value="查 询">
</form>
<form action="alexamap.html" method="GET">
<iframe id= "frm " name= "url" src= "alexamap.html" width="960" height="1200" scrolling="No" frameborder="0" ></iframe> 
</form>我想在iframe中把 文本框里的 url值 传到 alexamap.html中去   如何传 ? 我这么写传不过去