Movie Buttons and HTML Frames
Thanks for your reply. Do you mean _blank, _top, etc. This does not serve the purpose. I want to keep the navigation frame where the buttons are intact and change the content of another frame. I am trying to achieve the equivalent effect of the following code,
<a href=**.html target="serviceframe" ....>Link</a>
Clicking the link will change the content of the serviceframe. In other words how do i specify my own frame names instead of _blank, _top etc.
[Edited by Knockknock on 09-26-2000 at 12:43 AM]