I have 2 frames on my page; upper.htm and lower.htm.
Using the following code in upper.htm, I use a button as a link, but I cant get it to link to lower.htm.
<input type=button value="Click me" onclick="document.location=page2.htm'">
(I want page2.htm to replace lower.htm, and upper.htm to remain the same.)
I know this can be done with the <a href...> method, but I don't want to do it that way.
Is this possible?
Using the following code in upper.htm, I use a button as a link, but I cant get it to link to lower.htm.
<input type=button value="Click me" onclick="document.location=page2.htm'">
(I want page2.htm to replace lower.htm, and upper.htm to remain the same.)
I know this can be done with the <a href...> method, but I don't want to do it that way.
Is this possible?