Re: forms problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





PJ wrote:
The code:
...snip
<div id="loginbox">
        <form name="login" method="post" action="<? echo
$_SERVER['PHP_SELF'] ?>">
            <h2>acc&egrave;s client <br /><input type="text"
name="title" value="<? echo $user; ?>" size="10" /><br />
            mot de passe <br /><input type="text" name="title" value="<?
echo $passwd; ?>" size="10" /><br />
            <input class="submit" name="submit" type="submit"
value="      entrez     " /><br /></h2>
            <h2><a href="inscription.php"> Inscription </a></h2>
        </form>
    </div
snip...

PROBLEM 1: On Firefox3, the first input (accès client) does not accept
any input, does not show the cursor; the second input (mot de passe)
works fine.

PROBLEM 2: The form does not appear on IE 6

Running FreeBSD 7.1, apache22, php 5, using sessions, CSS

Am I doing something wrong?



Always W3C validate html and CSS .

Use Firefox's "Web Developer" extension. It's super. It would have shown you the problems in minutes, see the "forms" selections. I also use the "HTML Validator" extension. Leave it active and as you develop and test your resultant html code, it'll check your pages on the fly. When you see the red circle, with a cross, click the circle and get an error report in detail.





--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux