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 small window. For some reason, I cannot get the code to work in a view action. I don't get a code 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 small window. For some reason, I cannot get the code to work in a view action. I don't get a code error message, but nothing happens!