2 questions about frame's

liunx

Guest
1) i have 2 frames in the first 1 i have a button!<br />
i want when i click it that in the second frame will be loaded a page that i wil tell it using javascript if possible!!!<br />
how to do that?<br />
2)if i make a frame of 100*100 pixel<br />
and i load into it a page that exceed's 100*100 will i get scroll bars?<br />
10X:) in advance<br />
peleg<!--content-->Hello Pelegk1,<br />
<br />
Q1.<br />
in the onclick event call of the button use this code<br />
<br />
onclick="parent.frameName.location.href='http://www.webdeveloper.com/forum/archive/index.php/pageUrl.html'"<br />
<br />
Q2.<br />
Yes unless u add this attribute to frame<br />
<br />
scrolling="no"<!--content-->!)X:) alot<!--content-->you are welcome...:p<!--content-->
 
Back
Top