站内搜索
广告
跨框架下拉菜单
作者:    来源:    点击:    日期:2007-7-1 0:48:51   

 

<HTML XMLNS:myMenu>
<?IMPORT namespace="myMenu" implementation="study/menu1.htc" />
<HEAD></HEAD>
<SCRIPT>
function doFunction(){
    // Retrieve the result from the event object created in menu.htc.
    var x = event.result;
    // Switch the result value.
    switch(x){
        case "picimage":
            document.all.oFrame.src = "http://www.smallrain.net/javascript.asp?type=图形图像";
            break;
        case "mouseevent":
            document.all.oFrame.src = "http://www.smallrain.net/javascript.asp?type=鼠标事件";
            break;
        case "timedate":
            document.all.oFrame.src = "http://www.smallrain.net/javascript.asp?type=时间日期";
            break;
        case "photoshopplug":
            document.all.oFrame.src = "http://www.smallrain.net/plug.asp?type=PhotoShop插件";
            break;
        case "webmake":
            document.all.oFrame.src = "http://www.smallrain.net/study.asp?type=网页制作";
            break;
        case "webProcedure":
            document.all.oFrame.src = "http://www.smallrain.net/study.asp?type=网络编程";
            break;
        case "aspcode":
            document.all.oFrame.src = "http://www.smallrain.net/download.asp?type=ASP源码下载";
            break;
        case "flashcode":

相关软件
相关文章
跨框架下拉菜单 评论