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

adding scrollbars to an window.open event 1

Status
Not open for further replies.

ropey

MIS
Jun 8, 2001
12
0
0
CA
Does anyone know how I can complete this function to allow the window to have scrollbars. For some reason it opens the window without scrollbars. Any ideas

"javascript:window.open('the link shows the problem with the scrollbars (or lack therof)
thanks in advance
ropey
 
u shuld go on developer (see my posts in owr prev tread) and look for wiondow.open features

for scrollbars u shuld write:
window.open(url,window_name,features)
where features='width=...., scrollbars=1,menubar=0,...'
window_name allow u 2 choose: 2 open each window in new window or in the same.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top