javascript question
javascript question
- Started
- Last post
- 2 Responses
- navitronic
window.open(this.href,'mailwin... false;
what would I have to change about that to make the window appear with a scrollbar?
cheers
- connerd0
scrollbars=yes.
window.open(this.href,'ma
ilwin','width=400,height=
280,resizable=no,scrollbars=yes... false;
- navitronic0
thankyou very much