Nov 16, 2002 #1 sharifsucks MIS Joined Dec 18, 2001 Messages 74 Location NL yeah, how can i do that? for one button to target 2 frames? i'm using iframes. thank you very much. sharifsucks http://www.afterglowvisuals.socm
yeah, how can i do that? for one button to target 2 frames? i'm using iframes. thank you very much. sharifsucks http://www.afterglowvisuals.socm
Nov 16, 2002 #2 RISTMO Programmer Joined Nov 16, 2001 Messages 1,259 Location US Try this: <a href="page.html" target="frame1" onClick="window.document.frame2.location.href='page.html';">Click Me!</a> Rick Upvote 0 Downvote
Try this: <a href="page.html" target="frame1" onClick="window.document.frame2.location.href='page.html';">Click Me!</a> Rick