>
> i have my standard default.htm
> with an iFrame in it titled 'MainPage'.
>
> now if i have a splash page called Index.html i want to
> target default.htm & load into the iFrame 'MainPage'
> AfricanAmericanFacts.htm
>
> not sure how?
> been searching, but not sure what the best way to go is.
Like this?
<p>
<a href="" target="mainPage">LOAD YAHOO</a><br><br>
<a href="" target="mainPage">LOAD GOOGLE</a><br><br>
<a href="" target="mainPage">LOAD
ALTAVISTA</a><br><br>
</p>
<p>
<iframe name="mainPage" src="" width="500"
height="500"></iframe>
</p>
Not sure if that's what you are referring to....
Mike
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]
