Curtis360it
IS-IT--Management
This currently is located in one html doc and is triggered at the OnLoad event. Is there anyway to make this load in the same browser window?
<script type="text/javascript">
function openWebRepairWindow() {
var win = window.open("/web_repair/fwc_ocrepair.php?rslvr_subclass=*", "fwc_ocrepair_win", "status=1,scrollbars=1");
if (win) {
win.moveTo(0,0);
win.resizeTo(screen.width, screen.availHeight);
}
}
</script>
<script type="text/javascript">
function openWebRepairWindow() {
var win = window.open("/web_repair/fwc_ocrepair.php?rslvr_subclass=*", "fwc_ocrepair_win", "status=1,scrollbars=1");
if (win) {
win.moveTo(0,0);
win.resizeTo(screen.width, screen.availHeight);
}
}
</script>