Posted By:
ish_fady
Posted On:
Tuesday, October 13, 2009 11:40 AM
Hi I have three html pages. -index page -- A -Header page -- B -Contain page -- C Page A contain Page B and Page C inside div. This page is place inside iframe. using javascript, when link is click in page B, I would like to open this new page inside iframe, with id="22". eg I tryed using document.getElementById(22).src = 'testpage.html'; It is not finding a iframe. Please can you help. many thank
More>>
Hi
I have three html pages.
-index page -- A
-Header page -- B
-Contain page -- C
Page A contain Page B and Page C inside div. This page is place inside iframe.
using javascript, when link is click in page B, I would like to open this new page inside iframe, with id="22".
eg I tryed using
document.getElementById(22).src = 'testpage.html';
It is not finding a iframe.
Please can you help.
many thank
<<Less