Re: 'Require' and 'Select' lists

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

 



That might be it ( a browser issue) since the behavior seems to occur most in 
Opera. I shudder to think what IE must be doing with it. And blush . . . I 
didn't have that declaration on the required page (since the page only 
contains that code snippet and I thought it unnecessary - guess I was wrong).

I'll give it whirl, and take it out for a test-drive.

Thanks,
Andre

On Friday 13 May 2005 10:51 am, you wrote:
> Sounds like it might be a browser behavior issue. I've seen some really
> weird behavior in browsers when a DOCTYPE is not declared at the start
> of the web page. The doctype declaration and the version declared in it
> are actually very important to the rendering and behavior of a web
> page. Over the years, browser behavior has changed and will render code
> and perform actions differently. The doctype declaration allows specify
> which version behavior you are targeting.
>
> So, is the first line of your web page something like:
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
>          "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd";>
>
> On May 13, 2005, at 8:59 AM, Andre Dubuc wrote:
> > Thanks for the info, Richard.
> >
> > The errant behavior is intermittent and hard to replicate, but it has
> > forced
> > me to recode this part completly. [This code was my first attempt at
> > PHP two
> > years ago, and it's a bad mix of html/php - I certainly wouldn't do it
> > that
> > way again.]
> >
> > I've replaced the 'In USA/Canada' with 'In USA or Canada' eliminating
> > the
> > possibility of the slash causing problems.
> >
> > However, the behavior continues intermittently. I've duplicated it one
> > time.
> > If I click on the 'State' dropdown list, allow the mouse to scan
> > through it,
> > but do not choose a value, and then immediately go to the previous or
> > next
> > field and click on it, the box where 'USA or Canada' appears will be
> > blank
> > (despite '<option selected value="In USA or Canada">In USA or
> > Canada</option>'). For the life of me, I cannot figure why it's doing
> > that.
> >
> > As a hack, I've included a new routine checking for blank or null
> > value for
> > $selstate that snags problems before they hit the database. However,
> > I'd
> > rather know why this is happening.
> >
> > Logging it - $_POST['selstate'] is blank (after it messes up as above)
> > -- no
> > surprise, since that is what the browser displays.
> >
> > Any other ideas?
> >
> > Regards,
> > Andre

-- 
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