How would I change the below code, to load the source into a window (new window) rather than the iFrame that it is doing now.
'website' has been defined earlier in the code as www.google.com, it currently works loading into iFrame.
{
document.getElementById("iframe").src = website;
}



Reply With Quote

Bookmarks