Frame name?

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

you name the frame in the frameset page.


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

Eureka…I try this way …thanx…Jubba

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