Break out of iframe w/ Flash
Break out of iframe w/ Flash
Out of context: Reply #1
- Started
- Last post
- 3 Responses
- lyrek0
sorry, this is the javascript:
function openNewWindow(URLtoOpen, windowName, windowFeatures) {
newWindow=window.open(URLtoOpen, windowName, windowFeatures);
}