Hello;
I never coded in javascript but I taught myself perl through books and tutorials and found many similarities.
This helped me modify a free downloadable javascript snippet of code from a website and do the nessessary changes to adapt it to my needs.
http://javascript.inte rnet.com/forms/country-state-drop-down.html
I need a drop down menu for a registration form where people select...
Search Result
Collapse
7 results in 0.0041 seconds.
Keywords
Members
Tags
-
Passing Variables to Drop Down Menu
-
How to insert one item from PHP drop down?
Hey,
I need to insert a an item from my drop down into MySQL. However at the moment i am getting all the values and i need to know if theres a way to submit the values individually.
Code:<?php $sql="SELECT name, no FROM test"; echo "<select name=\"name\">"; echo "<option size=75>name | no</option>"; if ($result=mysql_query($sql)) {
-
Looking for ways to improve our drop down menu
This question is in reference to the drop down menu on Bytes.
I don't like the fact that our menu isn't ordered alphabetically in top down approach.
One of the reasons we had to go with the current approach is to make sure that the drop down box doesn't exceed the vertical window size on most computers, pcs, tablets, phones.
I'd like any suggestions you might have on how to improve our menu. How would... -
Form drop down box
I am new to Access. When I create a drop down box on a form is there a way to have more than one field from a table appear in the result. Without writing any code I would like 3 columns from the table to appear on my form when I make the appropriate selection. -
How to change the content in the table cell
I've a situation where upon selecting a month in a drop down the value in the <td> cell should change. It is a table oriented UI where it shows values
_______________ ______________
| Lable: | Value1 | Value2 | Value3 |
---------------------------------------------------
Value1, value2 value3 are different values and once I select a different month only the values should change not the lable. Like Value1 changes... -
Cannot post a Drop Down value...
Hi, I'm sure there is a simple solution for this but I've been trailing the net for hours trying to find one with no avail. I have an ASP page with a standard html form. On submit the values are loaded into an array and I call an ASP file that emails the values to me. Everything works but it seems to skip the drop down value. Please help....
Code:<form action="deliver.asp" method="post"> <p>First
-
Combo Box to List all Future Dates
How Do,
Is there any way to get a drop down menu to show all dates into the future, without entering them into a table beforehand?
I really don't want to use the calendar control, but I need to be able to enter any date in the future.
Cheers,
NDayave