Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PLEASE HELP! WINDOW.OPEN NOT WORKING IN VIEW ACTION!

Status
Not open for further replies.

edove

Programmer
Nov 5, 2001
48
GB
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!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top