This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / 昨天问了个js的问题。多谢各位,搞定了。再问一个关于frame的菜鸟问题。有一个frame,分为左右,左边为main,所有link的target指向frame的右边。但现在想再在左边加一个link,一点击就进入另外一个frame。这个target怎么设啊?现在是一点就在右边里面显示了个frame。
试来试去也不成。我只好把target设成_blank了。但要打开一个新的window,感觉不是很好。
多谢了先。
-johnnyhatesjazz(Rock and Roll);
2004-7-28
{202}
(#1820679@0)
-
use top.location=URL
-schen(糊涂阿福);
2004-7-28
(#1821138@0)
-
name the frame, and set the target to the frame name. Or use JS: top.leftFrameName.location = URL
-mutantx(阿吉);
2004-7-28
(#1821313@0)
-
这招好像不灵
-johnnyhatesjazz(Rock and Roll);
2004-7-29
(#1822423@0)
-
应该没有问题。
-canadiantire(八卦轮胎);
2004-7-29
{1028}
(#1822426@0)