Jump to content

HTML Frames

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
fuggles

fuggles

    Newbie

  • Members
  • Pip
  • 4 posts
This is probably a simple question, but how would I have a link in one frame effect the src of another frame?

#2
Orjan

Orjan

    Writes binary right handed and hex left handed

  • Moderators
  • 3,299 posts
you do this:

<a href="page.html" target="framename">link here</a>

__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall

#3
fuggles

fuggles

    Newbie

  • Members
  • Pip
  • 4 posts
Lol, I figured it was simple. Thanks. :D

#4
BlaineSch

BlaineSch

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,448 posts
HTML Frames

If you need anymore help =)