将选定的下拉框值传递给下一个html页面 [英] passing the selected value of dropdown box to the next html page

查看:276
本文介绍了将选定的下拉框值传递给下一个html页面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好acoder。我想知道页面之间的另一种传递值


我有三个框架

frame1用于主水平菜单

第2帧对于垂直子菜单

第3帧是基于第2帧子菜单选项加载的


现在我希望在基于第3帧的页面之间传递值第2帧中的子菜单选择


frame2的子菜单如下所示

表格中有两张图片基于这些i'的选择加载第3帧


[HTML]< td>< a onmouseover =" swapImage()"的onmouseout = QUOT; swapImgRestore()"目标= QUOT; RIGHT_BOTTOM" HREF =" page1.html" >

< img id =" img" src =" Images.jpg" ALT =" IMG"命名= QUOT; IMG" border =" 0" />

< / a>

< / td>

< td>< a的onmouseover = QUOT; swapImage()"的onmouseout = QUOT; swapImgRestore()"目标= QUOT; RIGHT_BOTTOM" HREF =" page2.html" >

< img id =" img2" src =" Images2.jpg" ALT =" IMG"名称= QUOT; IMG2" border =" 0" />

< / a>

< / td>

[/ HTML]

现在我想将值从第1页传递到第2页

请给我一些想法

谢谢

Hello acoder. I want to know another type of passing values between pages

I have three frames
frame1 for main horizontal menu
frame 2 for vertical submenu
frame 3 which is is loaded based on frame 2 submenu seletion

now i want to have value to be passed between the pages on frame3 based on submenu selection in frame 2


the frame2 has submenu as below
in a table there are two images based on selection of these i''m loading frame3

[HTML]<td><a onmouseover="swapImage()" onmouseout="swapImgRestore()" target="right_bottom" href="page1.html" >
<img id="img" src= "Images.jpg" alt="img" name="img" border="0"/>
</a>
</td>
<td><a onmouseover="swapImage()" onmouseout="swapImgRestore()" target="right_bottom" href="page2.html" >
<img id="img2" src= "Images2.jpg" alt="img" name="img2" border="0"/>
</a>
</td>
[/HTML]
now i want to pass value from page1 to page 2
please give me some idea
thanks

推荐答案

你好伙计

。我想知道页面之间的另一种传递值


我有三个框架

frame1用于主水平菜单

第2帧对于垂直子菜单

第3帧是基于第2帧子菜单选项加载的


现在我希望在基于第3帧的页面之间传递值第2帧中的子菜单选择


frame2的子菜单如下所示

表格中有两张图片基于这些i'的选择加载第3帧


[HTML]< td>< a onmouseover =" swapImage()"的onmouseout = QUOT; swapImgRestore()"目标= QUOT; RIGHT_BOTTOM" HREF =" page1.html" >

< img id =" img" src =" Images.jpg" ALT =" IMG"命名= QUOT; IMG" border =" 0" />

< / a>

< / td>

< td>< a的onmouseover = QUOT; swapImage()"的onmouseout = QUOT; swapImgRestore()"目标= QUOT; RIGHT_BOTTOM" HREF =" page2.html" >

< img id =" img2" src =" Images2.jpg" ALT =" IMG"名称= QUOT; IMG2" border =" 0" />

< / a>

< / td> [/ HTML]


现在我想将值从第1页传递到第2页

请给我一些想法

谢谢
Hello folks
. I want to know another type of passing values between pages

I have three frames
frame1 for main horizontal menu
frame 2 for vertical submenu
frame 3 which is is loaded based on frame 2 submenu seletion

now i want to have value to be passed between the pages on frame3 based on submenu selection in frame 2


the frame2 has submenu as below
in a table there are two images based on selection of these i''m loading frame3

[HTML]<td><a onmouseover="swapImage()" onmouseout="swapImgRestore()" target="right_bottom" href="page1.html" >
<img id="img" src= "Images.jpg" alt="img" name="img" border="0"/>
</a>
</td>
<td><a onmouseover="swapImage()" onmouseout="swapImgRestore()" target="right_bottom" href="page2.html" >
<img id="img2" src= "Images2.jpg" alt="img" name="img2" border="0"/>
</a>
</td>[/HTML]

now i want to pass value from page1 to page 2
please give me some idea
thanks


你想要哪个值传递?


你好,

我想根据相同框架集中菜单的选择将下拉列表的选定值传递给下一页


请帮帮我
Hello,
I want to pass the selected value of dropdown list to next page based on the selction of a menu in the same frameset

Please help me out


这篇关于将选定的下拉框值传递给下一个html页面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆