Visualizzazione risultati 1 fino 5 di 5

Discussione: Problema coi pulsanti PHP

  1. #1
    Guest

    Predefinito Problema coi pulsanti PHP

    Salve oggi ho creato un form per un gioco che ho istallato sul mio sito... Ho solamente un problema...

    Questi due pulsantini che dovrebbero spuntarsi (o l'uno o l'altro a seconda della scelta) non si spuntano... č come se sul sito ci fosse solo la loro immagine e non mi permette di interagire con loro.

    <td><label><input class="radio" type="radio" name="kid" value="3" <?php echo $form->getRadio('kid',3); ?>>&nbsp;<?php echo SW; ?> <b>(-|-)</b></label></td>
    <td><label><input class="radio" type="radio" name="kid" value="4" <?php echo $form->getRadio('kid',4); ?>>&nbsp;<?php echo SE; ?> <b>(+|-)</b></label></td>
    Stesso problema per il tasto registrati e annulla.

    <p class="btn">
    <input type="submit" value="Registrati" name="s1" onclick="xy();">&nbsp<input type=reset value="Annulla">
    </p>
    E problema uguale al primo del tik per accettare il regolamento e i termini...

    <p>
    <input class="check" type="checkbox" name="agb" value="1" <?php echo $form->getRadio('agb',1); ?>><?php echo ACCEPT_RULES; ?></p>
    Tutti gli altri pulsanti vanno... Qualcuno są dirmi dove sbaglio?

  2. #2
    L'avatar di saitfainder
    saitfainder non č connesso Sėniör Stäff
    Data registrazione
    06-12-2002
    Residenza
    Torino
    Messaggi
    8,715

    Predefinito

    Visto cosģ sembra tutto a posto. Hai un esempio da mostrarci?


    «Č una mia peculiaritą distorcere la veritą e inventarne di nuove.»
    «I tuoi orientamenti hanno su di me un effetto prossimo allo zero.»


  3. #3
    Guest

    Predefinito

    certo: http://traviate.altervista.org/
    Nella sezione registrati...

    Questo č il codice:
    Codice HTML:
    <?php
    #################################################################################
    ##                                                                             ##
    ##              -= NON RIMUOVERE QUESTA NOTIZIA =-                             ##
    ##                                                                             ##
    ## --------------------------------------------------------------------------- ##
    ##                                                                             ##
    ##  Project:       Traviate                                                    ##
    ##  Version:       TraviateZ                                                   ##
    ##  Filename:      anmelden.php                            		        ##
    ##  Developed by:  MisterX e AlekRudeboy                                       ##
    ##  Reworked by:   MisterX                                                     ##
    ##  Copyright:     Traviate Copyright 2012-2013 Tutti diritti riservati        ##
    ##  URLs:          [url]http://traviate.altervista.org[/url]                              ##
    ##                                                                             ##
    #################################################################################
    
    include('GameEngine/Account.php');
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
        
    <head>
            <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
            <title><?php echo SERVER_NAME; ?></title>
            <link media="all" type="text/css" rel="stylesheet" href="img-index/styleregistrazione.css" />
            <script type="text/javascript" src="img-index/jquery-1.4.4.min.js"></script>
            <script type="text/javascript" src="img-index/carousel.js"></script>
            <script type="text/javascript" src="img-index/css_browser_selector.js"></script>
            <script type="text/javascript" src="img-index/functions.js"></script>
             <script type="text/javascript" src="img-index/custom.js.php"></script>
    
             
             
            <script type="text/javascript">
                $(document).ready(function() {
                    $("#trv_slider_img").carouFredSel({
                        auto : false,
                        
                        items : 3,
                        scroll:1, 
                        
                        prev : {
                            button  : "#trv_slider_img_prev",
                            key     : "left"
    
                        },
                        next : {
                            button  : "#trv_slider_img_next",
                            key     : "right"
                        }
                    });
                });
            </script>
            <link rel="icon" href="img/favicon.ico" type="image/x-icon" />
            <link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" /> 
        </head>
        <body>
            <div id="trv_wrapper">
                <div id="trv_page">
    
    
               <div id="partnerMod"></div>
                    <!--Header-->
                    <div id="trv_header">
                        <div class="trv_header_info">
    
                        </div>
                    </div>
    		
    	<div class="trv_form_news">
                <form name="snd" method="post" action="anmelden.php">
    <input type="hidden" name="invited" value="<?php echo filter_var($_GET['id'], FILTER_SANITIZE_NUMBER_INT); ?>" />
    <input type="hidden" name="ft" value="a1" />
    
    <table cellpadding="1" cellspacing="1" id="sign_input">
    	<tbody>
    		<tr class="top">
    			<th><h3><?php echo NICKNAME; ?>&nbsp</h3></td>
    			<td><input class="text" type="text" name="name" value="<?php echo $form->getValue('name'); ?>" maxlength="15" />
    			<span class="error"><?php echo $form->getError('name'); ?></span>
    			</td>
    		</tr>
    		<tr>
    			<th><h3><?php echo EMAIL; ?></h3></th>
    			<td>
    				<input class="text" type="text" name="email" value="<?php echo stripslashes($form->getValue('email')); ?>" />
    				<span class="error"><?php echo $form->getError('email'); ?></span>
    				</td>
    			</tr><br />
    		<tr class="btm">
    			<th><h3><?php echo PASSWORD; ?></h3></th>
    			<td>
    				<input class="text" type="password" name="pw" value="<?php echo stripslashes($form->getValue('pw')); ?>" maxlength="30" />
    				<span class="error"><?php echo $form->getError('pw'); ?></span>
    			</td>
    		</tr>
    	</tbody>
    </table>
    
    <table cellpadding="1" cellspacing="1" id="sign_select">
    	<tbody>
    		<tr class="top">
    			<th><img src="img/x.gif" class="img_u06" alt="choose tribe"></th>
    			<th colspan="2"><img src="img/x.gif" class="img_u07" alt="starting position"></th>
    		</tr>
    		<tr>
    <td class="nat"><label><input class="radio" type="radio" name="vid" value="1" <?php echo $form->getRadio('vid',1); ?>>&nbsp;<img src="img-index/roemer.png" width="87" height="87" longdesc="img" /></label></td>
    			&nbsp;<td class="pos1"><label><input class="radio" type="radio" name="kid" value="0" checked>&nbsp;<?php echo RANDOM; ?></label></td>
    			<td class="pos2">&nbsp;</td>
    		</tr>
    		<tr>
    <td><label><input class="radio" type="radio" name="vid" value="2" <?php echo $form->getRadio('vid',2); ?>>&nbsp;<img src="img-index/germane.png" width="87" height="87" longdesc="img" /></label></td>
    			<td><label><input class="radio" type="radio" name="kid" value="1" <?php echo $form->getRadio('kid',1); ?>>&nbsp;<?php echo NW; ?> <b>(-|+)</b>&nbsp;</label></td>
    			<td><label><input class="radio" type="radio" name="kid" value="2" <?php echo $form->getRadio('kid',2); ?>>&nbsp;<?php echo NE; ?> <b>(+|+)</b></label></td>
    		</tr>
    		<tr class="btm">
    <td><label><input class="radio" type="radio" name="vid" value="3" <?php echo $form->getRadio('vid',3); ?>>&nbsp;<img src="img-index/gallier.png" width="87" height="87" longdesc="img" /></label></td>
    			<td><label><input class="radio" type="radio" name="kid" value="3" <?php echo $form->getRadio('kid',3); ?>>&nbsp;<?php echo SW; ?> <b>(-|-)</b></label></td>
    			<td><label><input class="radio" type="radio" name="kid" value="4" <?php echo $form->getRadio('kid',4); ?>>&nbsp;<?php echo SE; ?> <b>(+|-)</b></label></td>
    		</tr>
    	</tbody>
    </table>
    
    <ul class="important">
    <?php
    echo $form->getError('tribe');
    echo $form->getError('agree');
    ?>
    		</ul>
    <br>
    <p>
    		<input class="check" type="checkbox" name="agb" value="1" <?php echo $form->getRadio('agb',1); ?>/><?php echo ACCEPT_RULES; ?></p>
    	
    <br><br>
    <p class="btn">
    <input type=submit value="Registrati" name="s1" onclick="xy();">&nbsp<input type=reset value="Annulla">
    </p>
    </form>
    
                              
     <?php // QUI VA IL FORM DI REGISTRAZIONE ?>
                    </div>
    
    				<div class="trv_form_logo">
    					<A HREF="index.php"><IMG SRC="img-index/TraviateZ2.png" BORDER="0"></A>
                    </div>
    								<div class="trv_form_registrazione">
                        <?php
    if(NEWSBOX1) { include("Templates/News/newsbox1.tpl"); } 
    ?>
                    </div>
                    <div class="trv_form_part">
                        <h2>Registrati</h2>
    
                    </div>
    								<div class="trv_form_bottone1">
    					<A HREF="index.php"><IMG SRC="img-index/bottone1.png" BORDER="0"></A>
                    </div>
    												<div class="trv_form_bottone2">
    					<A HREF="anmelden.php"><IMG SRC="img-index/bottone2.png" BORDER="0"></A>
                    </div>
    																<div class="trv_form_bottone3">
    					<A HREF="forum.php"><IMG SRC="img-index/bottone3.png" BORDER="0"></A>
                    </div>
    																				<div class="trv_form_bottone4">
    					<A HREF="login.php"><IMG SRC="img-index/bottone4.png" BORDER="0"></A>
                    </div>
                    <div class="trv_slider_area">
                        <!-- Facebook-Feld-->
                        <div class="trv_fb_field">                    
                        </div>
                        
                        
                        </div>
                    </div>
                    <!-- Footer -->
                    <div id="trv_footer">
                        <div class="trv_footerNavi">
                            
                        </div>
                        <div class="trv_footer_2">&copy; 2012 Traviate-Team</div>
                    </div>
                </div>
            </div>         
            <div style="display:inline;">
            
            </div>
           
            
        </body>
    
    </html>
    Ultima modifica di saitfainder : 31-08-2012 alle ore 11.38.45 Motivo: Tag [html]

  4. #4
    L'avatar di saitfainder
    saitfainder non č connesso Sėniör Stäff
    Data registrazione
    06-12-2002
    Residenza
    Torino
    Messaggi
    8,715

    Predefinito

    Mi sembra che i radio input funzionino normalmente.


    «Č una mia peculiaritą distorcere la veritą e inventarne di nuove.»
    «I tuoi orientamenti hanno su di me un effetto prossimo allo zero.»


  5. #5
    Guest

    Predefinito

    Problema risolto Grazie ;)

Regole di scrittura

  • Non puoi creare nuove discussioni
  • Non puoi rispondere ai messaggi
  • Non puoi inserire allegati.
  • Non puoi modificare i tuoi messaggi
  •