Ole: Bestimmtes Frame MIT Frameset anlinken

Beitrag lesen

hi bio,

was du brauchst ist ein javascript, das deine url in seinem frameset aufruft.
könnte hiermit klappen:

<!-- TWO STEPS TO INSTALL LOAD IN FRAMES:

1.  Copy the coding into the HEAD of your HTML document
  2.  Change the location to the address of your frameset page  -->

<!-- STEP ONE: Paste this code into the HEAD of your HTML document  -->

<HEAD>

<SCRIPT LANGUAGE="JavaScript">

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
if (window == top) top.location.href = "load-in-frames-frameset.html";
//  End -->
</script>
</HEAD>

<p><center>
<font face="arial, helvetica" size="-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>

<!-- Script Size:  0.57 KB -->

alles liebe
ole
(8-)>