Quote:
This is my first ever venture into the web making world so apologies in
advance.. I have a frame set, and I want to link to 2 frames at once |
First, I'd suggest going back and just not using Frames. Frames can cause
all sorts of problems if not used properly and it's really tough to use them
properly if you're a beginner (even as an expert, it can be difficult ;o)
Secondly, to answer your question, to link to two different frames at once,
you need to use javascript
:
http://html.megalink.com/programmer/tips/multilink.html
-Darrel