simple HTML question (first to answer will get 10 points)?

jman

New member
i got an html web that i divided it into three part (three HTML pages) one of them is for links and the
two other is A.html and B.html
my aim is when i press a certain link (single link) two of these pages replaced by another two
i use
<a href=A1.html target=A.html> link1 </a>
<a href=B1.html target=B.html> link1 </a>
and its not working
i just want when i press "link1"
A replaced by A1
B replaced by B1
 
Back
Top