Einzelnen Beitrag anzeigen

Dax
(Gast)

n/a Beiträge
 
#4

Re: [HTML] In 2 Frames gleichzeitig laden

  Alt 1. Nov 2004, 14:49
Der Code könnte so aussehen:
Code:
<html>

<script type="JavaScript">
<!--
  function ChangeLocation(Site1, Site2)
  {
    top.LeftFrame.location.href = Site1;
    top.RightFrame.location.href = Site2;
  }
-->

[url="ChangeLocation('mypage.html', 'index.html')"]Click here[/url]

</html>
  Mit Zitat antworten Zitat