marisbag Posted April 21, 2008 Report Share Posted April 21, 2008 Sveiki! Es veelos izveidot update formu kuraa galvenaas lietas jaanoraada ar checkboxiem. Jautaajums: Kaa vareetu panaakt lai chekbox no datubaazes ieguust savu veertiibu 1:checked 0:uncheked. Uz doto briidi katru reizi atverot formu visi chekboxi ir unchecked. Quote Link to comment Share on other sites More sharing options...
andrisp Posted April 21, 2008 Report Share Posted April 21, 2008 checked="checked" atribūts: <input <?php echo ($bla == 1) ? 'checked="checked"' : ''; type="checkbox" /> Quote Link to comment Share on other sites More sharing options...
marisbag Posted April 21, 2008 Author Report Share Posted April 21, 2008 paldies :) briinos kappec pats neiedomaajos :) Quote Link to comment Share on other sites More sharing options...
brachux Posted April 22, 2009 Report Share Posted April 22, 2009 netaisot jaunu topiku gribeju pasmelties info par checkbox un javascript pielietojamiibu.. ir sekojoshs kods, kas pie checkboxa aizpildiishanas uztaisa submit formai.. <input type="checkbox" name="name" value="value" onclick="if(this.checked) this.form.submit();" > kas jāpievieno klāt lai notiktu submit formai arī pie ķekša izņemšanas? paldies par atsauciibu Quote Link to comment Share on other sites More sharing options...
Aleksejs Posted April 22, 2009 Report Share Posted April 22, 2009 Jāizņem pārbaude, tam vai ir ieķeksēts: onclick="this.form.submit()" Quote Link to comment Share on other sites More sharing options...
brachux Posted April 22, 2009 Report Share Posted April 22, 2009 Jāizņem pārbaude, tam vai ir ieķeksēts:onclick="this.form.submit()" tagad kad salidzina abus kodus kauns ashs paliek par jautajumu, bet paldies! Quote Link to comment Share on other sites More sharing options...
Kemito Posted August 30, 2009 Report Share Posted August 30, 2009 andrip - nerādi kodu, ja tajā ir kļūdas! :) Vismaz attiecībā uz to kad PAMĀCĪ kādu! Quote Link to comment Share on other sites More sharing options...
bubu Posted August 30, 2009 Report Share Posted August 30, 2009 Kemito - nevajag piestrādāt par topiku kapraci. Iegādājies kalendāru un paskaties, kurš šodien datums. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.