ThatRickGuy
Programmer
Hi Guys and Gals,
I have a page with some iFrames. In one of those frames is a page with a submit button. When the user clicks that button I need another frame on the parent to redirect. I had been using this:
and it works fine in IE7, but when I checked the page out in FF, when I clicked the button, the other frame failed to change.
Thoughts?
-Rick
VB.Net Forum forum796 forum855 ASP.NET Forum
I believe in killer coding ninja monkeys.
I have a page with some iFrames. In one of those frames is a page with a submit button. When the user clicks that button I need another frame on the parent to redirect. I had been using this:
Code:
<input type="submit" id="btnSubmit" value="Upload" onclick="self.parent.frames['Display'].location='Display.aspx?Enabled=True';"/>
and it works fine in IE7, but when I checked the page out in FF, when I clicked the button, the other frame failed to change.
Thoughts?
-Rick
VB.Net Forum forum796 forum855 ASP.NET Forum
I believe in killer coding ninja monkeys.