Here's my code:
<select id="fruit" name="fruit" onfocus="this.style.backgroundColor='rgb(255,253,216)';" onblur="this.style.backgroundColor='';">
<option>apple</option>
<option>orange</option>
</select>
When a user clicks on the Drop Down List, here are the results:
In Mozilla: The box...
Easier to show than explain.
I've got an HTML page with a bunch of drop-down lists (<SELECT> tags). There's a dropdown for each state. Each drop down contains <OPTION> for each county within that sate.
<SELECT NAME="county[AK]" ID="county[AK]">
<OPTION>Alaska county 1</OPTION>...
Jim...
Thanks for the offer to help. I just figured out what I wanted:
UPDATE log
SET fodler_reset = 1
WHERE order_id = 2000
AND folder_id IN
(
SELECT folder_id
FROM log_reset
WHERE button_id = 300
)
Hope this helps someone else in the future.
Thanks all!
-Jeff
"Grace... She...
I have a LOG table that has a filed named "folder_reset". If it's equal to 1, then the folder has been reset.
A folder gets reset when a user clicks a button (button_id). A reset button can reset multiple folder_id's.
I built a refernce table named "folder_reset" that links button_ids with...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.