W
Webnewsreader
Hi,I have a webbrowser object with two frames with similar source
code<frameset cols="230,*">
<frame name="frame1" target="frm1" src="teste1.php?var=123">
<frame name="frame2" target="_blank" src="teste2.php?var=456">
</frameset>now the problem.At frame "frame1" there are several links that I
want to "click" or open in "frame2" using some coding"frame1" source
sample:<a href='pagina1.php?sessao=123' target='frame2'>Pagina1</a><a
href='pagina2.php?sessao=123' target='frame2'>Pagina2</a>
<a href='pagina3.php?sessao=123' target='frame2'>Pagina3</a>... I tried
almost everythingAny help would be preciated
code<frameset cols="230,*">
<frame name="frame1" target="frm1" src="teste1.php?var=123">
<frame name="frame2" target="_blank" src="teste2.php?var=456">
</frameset>now the problem.At frame "frame1" there are several links that I
want to "click" or open in "frame2" using some coding"frame1" source
sample:<a href='pagina1.php?sessao=123' target='frame2'>Pagina1</a><a
href='pagina2.php?sessao=123' target='frame2'>Pagina2</a>
<a href='pagina3.php?sessao=123' target='frame2'>Pagina3</a>... I tried
almost everythingAny help would be preciated