Hi .
I want to know is their any way to disable the maximize button by using javascript or php.
Thankz in Advanz
Manuz 2 Junior Poster
Recommended Answers
Jump to Posttry this or post your code...
window.open("","newWin","toolbar=no,location=no,resizable=no, width=200,height=200,left=100,top=100")
Jump to PostSetting the resizable argument to no disables the maximize button.
[B]resizable=no[/B]
Jump to Postcheck this for reference:
https://developer.mozilla.org/En/DOM:window.open
All 9 Replies
Shanti C 106 Posting Virtuoso
star-whiz 4 Light Poster
Shanti C commented: correct!!!uqick respone lol! +2
Manuz 2 Junior Poster
star-whiz 4 Light Poster
Manuz 2 Junior Poster
star-whiz 4 Light Poster
Manuz 2 Junior Poster
Shanti C 106 Posting Virtuoso
Manuz 2 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.