hi i need help ..
how to link the page into the frame tht i wanted
function jumpto2(url){
if (buttontarget=="")
window.location=url
else if (buttontarget=="homepage")
window.open(url)
else
parent[buttontarget].location=url
}
this is rougly the script
Then The Links I Wanna links to the other frame
<form onMouseover="change2(event, 'second.jpg')" onMouseout="change2(event, 'first.jpg')">
<input type="button" value=" Company Background " class="initial" onClick="jumpto2('..\\Other WebPage\\Company Background.htm')"></td></tr>
|
Button Links At Frame A
I Want The Page To Show Up At Frame B
Anyone KNows How To Do?
Need help Thanks



Reply With Quote


Bookmarks