Hi, I am using the following code to force removal of surrounding frames on page load: onLoad="if(parent.frames.length!=0)top.location='pagename.html';"
I'm wondering if I can combine this with a post request (I have an iFrame that submits that won't work with target="_top", so I'm redirecting to an intermediary page, and want to remove the frames with above code but keep the data sending through to the final page).