|
Blue Forest http://www.lslnet.com at 8:28 on August 25, 2006
Select from the list to choose how to read the data in another table and the result will be?
: Confused : : confused : |
To the room and look here
Http://www.51windows.net/myjs/?u=/myjs/JsList.asp |
Thank you, ah. But there will be no ah. |
Option incident
Describing
When dealing with typed or printed page preview onlayoutcomplete complete source files from the current LayoutRect filled trigger target.
Onlosecapture lost when the object trigger when the mouse capture.
Onpropertychange occurred when the objects in the object attribute changes trigger.
Onreadystatechange When triggered when the object state changes.
Onselectstart targets will be selected when the trigger.
Ontimeerror specific time when mistakes occur unconditionally, and usually installed by the attribute values result invalid.
-----------------------
I did not see a useful are trying to come up with
|
If the button to do
Id.value could never have been shown only to the part (id.innerText is access to all the shows)
UP |
[code]
"Select>
"Option value=" http://www.blueidea.com "" blueidea</option>
"Option value=" http://www.chasmal.com "" chasmal</option>
"/select>
[/code]
If the value he can choose to be an option
But blueidea be no way (I can think of anyway)
But if we transform what
[code]
"Select>
"Option value=" blueidea "" blueidea</option>
"Option value=" chasmal "" chasmal</option>
"/select>
[/code]
This means value and then it is good to achieve the same innnerText
UP
|
If the solution can choose the option to choose the id like to know what the solution
UP |
InnerText the value ======
[html]
"Select filled="f"" o "size =" 5 ""
"Option value=" blueidea "" blueidea</option>
"Option value=" chasmal "" chasmal</option>
"/select>
"Input type=" button "value=" "Test" onClick= "add_channel (); ""
"Select name="_ftn1"" n "size =" 5 ""
"/select>
"Script language=" Javascript ""
Add_channel function () (
Var oOption = document.createElement ( "Option");
N.options.add (oOption);
OOption.innerText = o.value;
OOption.value = o.value;
}
"/script>
[/html] |
I also would like to ask you this question :
I use ASP + ACCESS, select the data in the two tables is extracted from a database, linked to, I do not know how to achieve? Table A : If there is data 1, 2, 3, Table B, Table A corresponding data "1" on the A1, A2, A3, the data in Table A "2", B1, B2, then I think the realization is that when a select Table A choice of one of the data, will not select a corresponding Table A Table B shows the relevant content! |
|