Re: [PHP] forms problem

2009-06-04 Thread PJ
Shawn McKenzie wrote: > PJ wrote: > >> AngeloZanetti wrote: >> >>> Shawn McKenzie wrote: >>> >>> PJ wrote: > PROBLEM 1 solved: errant s removed; strange that they were > inhibiting entry of data into form field? > > PROBLEM 2 not resolved: but

Re: [PHP] forms problem

2009-06-04 Thread PJ
Andrew Ballard wrote: > On Wed, Jun 3, 2009 at 7:13 PM, PJ wrote: > >> Tom Chubb wrote: >> >>> 2009/6/3 PJ : >>> >>> The code: ...snip           accès client >>> name="title" value="" size="10" />       mot de passe >>> va

Re: [PHP] forms problem

2009-06-03 Thread Andrew Ballard
On Wed, Jun 3, 2009 at 7:13 PM, PJ wrote: > Tom Chubb wrote: >> 2009/6/3 PJ : >> >>> The code: >>> ...snip >>> >>>         >>>            accès client >> name="title" value="" size="10" /> >>>            mot de passe >>>            >> value="      entrez     " /> >>>             Inscription >>>

Re: [PHP] forms problem

2009-06-03 Thread Shawn McKenzie
PJ wrote: > AngeloZanetti wrote: >> Shawn McKenzie wrote: >> >>> PJ wrote: >>> PROBLEM 1 solved: errant s 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 corn

Re: [PHP] forms problem

2009-06-03 Thread PJ
AngeloZanetti wrote: > > Shawn McKenzie wrote: > >> PJ wrote: >> >>> PROBLEM 1 solved: errant s 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

Re: [PHP] forms problem

2009-06-03 Thread PJ
Tom Chubb wrote: > 2009/6/3 PJ : > >> The code: >> ...snip >> >> >>accès client > name="title" value="" size="10" /> >>mot de passe >>> value=" entrez " /> >> Inscription >> >>> snip... >> >> PROBLEM 1: On Firefox3,

Re: [PHP] forms problem

2009-06-03 Thread AngeloZanetti
Shawn McKenzie wrote: > > PJ wrote: >> PROBLEM 1 solved: errant s 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? >>

Re: [PHP] forms problem

2009-06-03 Thread Tom Chubb
2009/6/3 PJ : > The code: > ...snip > >         >            accès client name="title" value="" size="10" /> >            mot de passe >             value="      entrez     " /> >             Inscription >         >     snip... > > PROBLEM 1: On Firefox3, the first input (accès client) does not

Re: [PHP] forms problem

2009-06-03 Thread Bastien Koert
On Wed, Jun 3, 2009 at 11:55 AM, PJ wrote: > The code: > ...snip > >         >            accès client name="title" value="" size="10" /> >            mot de passe >             value="      entrez     " /> >             Inscription >         >     snip... > > PROBLEM 1: On Firefox3, the first

Re: [PHP] Forms problem?

2002-07-17 Thread Jason Wong
On Wednesday 17 July 2002 19:17, Mark Colvin wrote: Misleading subject. Nothing to do with php or forms. [snip] > mention that when I load this page, I get an IE error 'unterminated string > constant' but the page does load correctly. Obviously there is a problem. What does 'load correctly' m