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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

javascript window.open and view actions!!

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 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!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top