Is there anyway that I can make multiple frames load at a time without using a form, and using just a regular link and using the Voda Host Menu Bar as the base?
i.e.
<.a href="#"
onClick="parent.frame_name1.location='page1.html'; parent.frame_name2.location='page2.html'">Click
Me<./a>
i.e.
<.a href="#"
onClick="parent.frame_name1.location='page1.html'; parent.frame_name2.location='page2.html'">Click
Me<./a>