PDA

View Full Version : how to stop iframes from reloading on the first page view


isubeatle
08-12-2003, 08:34 PM
I currently have 3 iframes(A, B, C) on my page. i am using onLoad to refresh frames B and C after frame A loads:

<body onload="parent.framename1.location.href='www.website.com';parent.framename2.location.href='www.website.com';">

my question is:
How can i get frames B and C to not refresh on the first initial page view?

Shawn