FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » checkbox and reload a page
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: checkbox and reload a page [message #170854 is a reply to message #170851] Fri, 03 December 2010 14:56 Go to previous messageGo to previous message
Captain Paralytic is currently offline  Captain Paralytic
Messages: 204
Registered: September 2010
Karma:
Senior Member
On Dec 3, 11:36 am, anver <NOSP...@NO.SPAMMS> wrote:
> a page with a checkbox and code:
> in short
>
> function A () {
>     checkbox (default off)
>     check off if {.. code ..)
>
> }
>
> problem:
> when the page is loaded, is applied the ..code..;
> I would like to click on the check and not apply the ..code..;
Well you are in luck then. The box gets clicked on the browser and php
has no idea what is going on at the browser. You can click on the box
to your hearts content. No php code will get executed until the form
is submitted.
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Evaluating an expression
Next Topic: comp.lang.php
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Nov 24 23:36:59 GMT 2024

Total time taken to generate the page: 0.05146 seconds