Okay, I'm in a pickle.
I've tried my best for what seems like days to get this thing to work, and it appears that only html will handle it. I'm not as familiar with JS as most of you, so I'm hoping this will be a quick fix.
The Problem:
I have an series of iframes within an iframe (i'm doing some windowing stuff, so i need it structured like this). Anyhow, to control src of the iframes within the the iframe from the outter window, it appears that only a straight shot link like "<a href="blahblah" target="insidewindowname">link</a>" will work.
I've tried up and down the river with getElementByID and it just ain't happening. I've even tried document.getElementByID['outerIFrame'].frames['innerIFrame'].src = blah. Its not recognizing the object.
So.... from the outter window, an html link like the one posted above works great. Is there a function I can use in JS to mimic the behavior of the html link?
I have qwerty/asdf/zxcv imprinted on my forehead from so much banging. Very much appreciated for any and all help.
I've tried my best for what seems like days to get this thing to work, and it appears that only html will handle it. I'm not as familiar with JS as most of you, so I'm hoping this will be a quick fix.
The Problem:
I have an series of iframes within an iframe (i'm doing some windowing stuff, so i need it structured like this). Anyhow, to control src of the iframes within the the iframe from the outter window, it appears that only a straight shot link like "<a href="blahblah" target="insidewindowname">link</a>" will work.
I've tried up and down the river with getElementByID and it just ain't happening. I've even tried document.getElementByID['outerIFrame'].frames['innerIFrame'].src = blah. Its not recognizing the object.
So.... from the outter window, an html link like the one posted above works great. Is there a function I can use in JS to mimic the behavior of the html link?
I have qwerty/asdf/zxcv imprinted on my forehead from so much banging. Very much appreciated for any and all help.