PHP Developer's Network : Network Member Forums

PHP Classes

Subject: How to disable a button image to load the page

Icontem


  Search   All class groups All class groups   Latest entries Latest entries   Top 10 charts Top 10 charts   Newsletter Newsletter   Blog Blog   Forums Forums   Help FAQ Help FAQ  
  Login   Register  
Recommend this page to a friend! Trackback URL: http://www.phpclasses.org/trackback/discuss/package/1/thread/151/

      Forms generation and validation   All threads   How to disable a button image to load the page   (Un) Subscribe thread alerts  
Subject:How to disable a button image to load the page
Summary:How to disable a button image to load the page
Messages:2
Author:Pedro Alcaraz
Date:2008-08-15 11:25:01
Update:2008-08-19 06:10:30
 

  1. How to disable a button image to load the page   Reply  
Picture of Pedro Alcaraz
Pedro Alcaraz
2008-08-15 11:25:02
Hi, congratulations to Manuel for his fantastic work

I'm trying to load a form with the submit button, disabled.

To this end I am using this code:

The button definition is:

$error = $form->AddInput(array(
'TYPE'=>'image',
'NAME' => 'bEnviar',
'ID'=>'bEnviar',
'SRC'=>'button_continue.gif',
'ALT' => 'Alta de socio',
'Accessible' => 1
));

$form->ConnectFormToInput('bEnviar','ONLOAD','Disable',array());

$onload=$form->PageLoad();
?>

<html>
<head>
</head>
<body onload="<?php echo $onload; ?>">

The javascript generated is:

if(document.getElementById('create_account')['bEnviar'].disabled && typeof(document.getElementById('create_account')['bEnviar'].disabled)=='boolean')
document.getElementById('create_account')['bEnviar'].disabled=false;

How can I make the property "disabled" is true?

Thanks
Pedro Alcaraz

  2. Re: How to disable a button image to load the page   Reply  
Picture of Manuel Lemos
Manuel Lemos
2008-08-19 06:10:30
There was a bug in the Javascript generated by the class to disable inputs. A new fixed version was just uploaded. Thank you for reporting.

 
  Advertise on this site Advertise on this site   Site map Site map   Statistics Statistics   Site tips Site tips   Privacy policy Privacy policy   Contact Contact  

For more information send a message to :
info at phpclasses dot org.
Copyright (c) Icontem 1999-2008 PHP Classes - PHP Class Scripts
  PHP Book Reviews - Reviews of books and other products