How to disable close button in php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kushaljutta
Forum Commoner
Posts: 50
Joined: Fri Dec 26, 2008 11:05 am

How to disable close button in php

Post by kushaljutta »

Hi Guys...

I need some information about

1.How to disable close button for a window in php or java script...

2.How to integrate Paypal to my website...

Please help me...
irshad_sheikh
Forum Newbie
Posts: 7
Joined: Mon Jan 19, 2009 1:57 am

Re: How to disable close button in php

Post by irshad_sheikh »

1.How to disable close button for a window in php or java script...

using javascript

document.getElementById("button_id").disabled = true;

:D
kushaljutta
Forum Commoner
Posts: 50
Joined: Fri Dec 26, 2008 11:05 am

Re: How to disable close button in php

Post by kushaljutta »

i want to disable the browser close button
Post Reply