有大神知道php怎样获取iframe中src的值么?
html代码:<tdheight="25"align="right"class="left">产品类别</td><tdheight="25"align="left"val...
html代码:
<td height="25" align="right" class="left">产品类别</td>
<td height="25" align="left" valign="top" class="right">
<iframe id="menu1" name="menu1" src="menu.php"
width="300" height="22" frameborder="0" scrolling="no"
style=" margin-top:0px; margin-left: 0px; top:0px;"></iframe>
<input id="stype" name="stype" type="hidden" value="" /></td>
menu.php代码:
<?php
echo "<select name=\"username\">";
$sql="select * from category where typeid=0";
$result=mysql_query($sql);
while($row=mysql_fetch_array($result))
{
echo "<option value=\"".$row[catename]."\">".$row[catename]."</option>";
}
echo "</select>";
?>
想在另外一个php文件中获取iframe当前选中的值(类似A,B,C,D,E)。求大神帮忙解答下。 展开
<td height="25" align="right" class="left">产品类别</td>
<td height="25" align="left" valign="top" class="right">
<iframe id="menu1" name="menu1" src="menu.php"
width="300" height="22" frameborder="0" scrolling="no"
style=" margin-top:0px; margin-left: 0px; top:0px;"></iframe>
<input id="stype" name="stype" type="hidden" value="" /></td>
menu.php代码:
<?php
echo "<select name=\"username\">";
$sql="select * from category where typeid=0";
$result=mysql_query($sql);
while($row=mysql_fetch_array($result))
{
echo "<option value=\"".$row[catename]."\">".$row[catename]."</option>";
}
echo "</select>";
?>
想在另外一个php文件中获取iframe当前选中的值(类似A,B,C,D,E)。求大神帮忙解答下。 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询