[451] | 1 | function openHelp() {
|
---|
| 2 | window.open("/ip/help.html", "help_window", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=700,height=400")
|
---|
| 3 | }
|
---|
| 4 | function openTables() {
|
---|
| 5 | window.open("/ip/tables.html", "subnet_tables", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=600,height=250")
|
---|
| 6 | }
|
---|
| 7 | function helpAllocTypes() {
|
---|
| 8 | window.open("/ip/alloctypes.html", "alloc_window", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=750,height=550")
|
---|
| 9 | }
|
---|
| 10 | function popNotes(page) {
|
---|
| 11 | window.open(page, "IPDB_notes", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=400,height=300");
|
---|
| 12 | }
|
---|
[459] | 13 | function redoParent() {
|
---|
| 14 | opener.location.reload(true);
|
---|
| 15 | }
|
---|