Re: Submit Button
From: Tom Lynn (tomlynn97_at_hotmail.com)
Date: 11/23/03
- Next message: Andy Hassall: "Re: Send Email question"
- Previous message: Jeffrey Ellis: "Re: Send Email question"
- In reply to: Kyle Mizell: "Re: Submit Button"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 23 Nov 2003 09:18:53 -0800
On Fri, 21 Nov 2003 08:00:39 GMT, "Kyle Mizell" <kyle@pimpinonline.com>
wrote:
Since PHP is a "server side" scripting language, the page the requestor
will see is completed on the server.
Dynamic real-time changes based upon user input must be accomplished with
"client side" scripting, such as java-script or some other equivalent.
Tom
>this doesn't work?
><?php if($pre_req){ ?>
><input type="Submit" value="Update">
><?php } ?>
>
>
>Kyle Mizell
>http://www.pimpinonline.com
>
>"Jimbo" <Jim@garner21.freeserve.co.uk> wrote in message
>news:bou9pv$ai$1@newsg3.svr.pol.co.uk...
>> I am trying to right a script so that the "submit button" only appears
>when
>> certain criteria has been met. I have tried putting it in an IF statement,
>> without any luck. Maybe a function would allow me to do this?
>>
>> <input type="Submit" value="Update">
>>
>> Any help would be greatly appreciated
>>
>> TIA
>>
>> Jim
>>
>>
>>
>>
>
Tom Lynn
--------
http://www.tomlynn.com
- Next message: Andy Hassall: "Re: Send Email question"
- Previous message: Jeffrey Ellis: "Re: Send Email question"
- In reply to: Kyle Mizell: "Re: Submit Button"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]