PLEASE HELP! WINDOW.OPEN NOT WORKING IN VIEW ACTION!
PLEASE HELP! WINDOW.OPEN NOT WORKING IN VIEW ACTION!
(OP)
cdb = "/TTUKInvoice.nsf"
whattodo = '/Maintenance?OpenFrameset'
cURL = cdb+whattodo
eURL = 'width=659,height=400,screenX=75,screenY=75'
newwin = window.open(cURL,'',eURL)
The code above is used in a form action, to open a frameset in a pop-up window. For some reason, I cannot get the same code to work in a view action. I don't get any error message, but nothing happens!
whattodo = '/Maintenance?OpenFrameset'
cURL = cdb+whattodo
eURL = 'width=659,height=400,screenX=75,screenY=75'
newwin = window.open(cURL,'',eURL)
The code above is used in a form action, to open a frameset in a pop-up window. For some reason, I cannot get the same code to work in a view action. I don't get any error message, but nothing happens!