Can anybody tell me how to get the javascript im using to open the requested page in an iframe? heres a section of the code:
help would be greatly appreciated.Code:if (e == null) e = event; var response=window.confirm("Clicking this link will leave the game and take you to the News Page.\nPlease log out of the game before exiting for your safety.\nClick the OK button if you have safely logged out."); if (response) document.location.href=menulink1; if (e.cancelable) e.preventDefault(); return false;



Reply With Quote

Bookmarks