[PHP] Re: forms problem

2009-06-04 Thread Al



PJ wrote:

The code:
...snip
div id=loginbox
form name=login method=post action=? echo
$_SERVER['PHP_SELF'] ?
h2accegrave;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
h2a 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



Re: [PHP] Re: forms problem

2009-06-04 Thread Michael A. Peters

Al wrote:


 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.


Hey wow - that's nifty.
I've got some pages that require login to access, so validate by URL 
doesn't work, I have to cut and paste the source.


That extension makes validating those pages a lot easier :)

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



Re: [PHP] Re: forms problem

2009-06-04 Thread Al



Michael A. Peters wrote:

Al wrote:


 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.


Hey wow - that's nifty.
I've got some pages that require login to access, so validate by URL 
doesn't work, I have to cut and paste the source.


That extension makes validating those pages a lot easier :)



Also W3C validate. I've found both miss things the other one finds. E.g., FF 
HTML validate catches irregular fieldset tags that the W3C validator doesn't. 
HTML validate reports warnings for arbitrary, but legit, CSS selectors e.g.,

div status=good.

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



Re: [PHP] Re: forms problem

2009-06-04 Thread Michael A. Peters

Al wrote:



Michael A. Peters wrote:

Al wrote:


 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.


Hey wow - that's nifty.
I've got some pages that require login to access, so validate by URL 
doesn't work, I have to cut and paste the source.


That extension makes validating those pages a lot easier :)



Also W3C validate. I've found both miss things the other one finds. 
E.g., FF HTML validate catches irregular fieldset tags that the W3C 
validator doesn't. HTML validate reports warnings for arbitrary, but 
legit, CSS selectors e.g.,

div status=good.



I'm using the SGML parser since my site sends xhtml to firefox - it 
looks like the SGML parser is same code base as W3C.


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



[PHP] Re: forms problem

2009-06-03 Thread Shawn McKenzie
PJ wrote:
 PROBLEM 1 solved: errant divs removed; strange that they were
 inhibiting entry of data into form field?
 
 PROBLEM 2 not resolved: but the form was off the page and clipped in
 upper right hand corner. What can be done to get it to show correctly?
 

Remove the link to any stylesheets that you're using and see what it
looks like.

-- 
Thanks!
-Shawn
http://www.spidean.com

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



[PHP] Re: Forms problem?

2002-07-18 Thread Richard Lynch

why the images won't display. Any ideas would be helpful and I can post more
code if required.

You're going to have to post all of it, almost for sure...

I'm not seeing a missing  in there, but you surely have one.

Or get an editor that understands PHP and JavaScript that will color-code it
all for you.

-- 
Like Music?  http://l-i-e.com/artists.htm


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