g*****e 发帖数: 6 | 1 I am using frames to build a web page. There are three
frames named topFrame, leftFrame and mainFrame respectively.
I want to make a link in the topFrame, when you click it it
will cause both of the web pages in the leftFrame and
mainFrame to change. How to do it?
I know how to do it for one frame like these:
http://blah.blah.edu/navi.html"
target="leftFrame">click here
it will change the web page in the leftFrame to navi.htm.
But how can I change the web page in the mainFrame at | a*****a 发帖数: 438 | 2 use javascript to write a function?
【在 g*****e 的大作中提到】 : I am using frames to build a web page. There are three : frames named topFrame, leftFrame and mainFrame respectively. : I want to make a link in the topFrame, when you click it it : will cause both of the web pages in the leftFrame and : mainFrame to change. How to do it? : I know how to do it for one frame like these: : http://blah.blah.edu/navi.html" : target="leftFrame">click here : it will change the web page in the leftFrame to navi.htm. : But how can I change the web page in the mainFrame at
|
|