I have got 2 frames in my page 'frame1' and 'frame2'. Frame 2 is displaying a html page called 'rightpage.html'. So when I click the rightpage.html on frame2 it needs to change the URL of frame 1 url to 'toppage.html'
<html>
<frameset cols='45%,55%'>
<frame src='leftpage.html' name='frame1' id='frame1' frameborder='0'>
<frame src='rightpage.html' name='frame2' id='frame2' frameborder='0'>
Could you please help?
Thanks in advance
Aucun commentaire:
Enregistrer un commentaire