PDA

View Full Version : frame name ?



vendi
May 21st, 2003, 01:21 PM
Hi.......what is mean by "frame name"? I got 2 frames on page........I have in one button.......on press I want to load another frame to load another htm document.......In GetURL("lalala/", frame name......??????? where I find out a frame name???? sos sos............thanx

Jubba
May 21st, 2003, 01:30 PM
you name the frame in the frameset page.


<frameset cols="1">
<frame src="somepage.html" name="name">
</frameset>

vendi
May 21st, 2003, 02:22 PM
Eureka.....I try this way ..thanx....Jubba

Sykull
May 21st, 2003, 07:14 PM
you just make any name up, and if you want an iframe, and then links that load in the iframe, make sure you keep the same name.. or else they wont work