|
hi,
ive got a javascript for a button and two frames on my site. link works fine if it changes the actual frame (window.location ...)
i can open a new window as well (window.open ...)
but how do i get to load the URL in the other frame?
here is the code:
<input type="button" name="button" value="The Team" style="background-repeat:no-repeat;border-width:0px;background-color:transparent;height:25px;width:90px;cursor:ha nd;font-weight:;font-size:;font-family:;color:;background-image:url('DOrange.gif')" onClick="window.open('test.htm'))">
|