Page 1 of 1

How to disable close button in php

Posted: Thu Apr 23, 2009 12:39 am
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...

Re: How to disable close button in php

Posted: Thu Apr 23, 2009 12:52 am
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

Re: How to disable close button in php

Posted: Thu Apr 23, 2009 3:35 am
by kushaljutta
i want to disable the browser close button