Sunday, March 16, 2014

1 2 3 4 5 6 7 8 9 10


Home Actualits IT Pro ALM Lifecycle UML MERISE Java Platform and Java Language Java Spring Dv ALM software. Eclipse NetBeans Java Web Apps. NET Microsoft. NET Framework Microsoft Visual Studio satnam overseas DotNET ASP.NET C # VB.NET Windows satnam overseas Phone Windows Azure Dv. Web Development and Web Development Web Marketing satnam overseas Web AJAX Apache ASP CSS Flash / Flex JavaScript PHP Ruby & Rails Web semantics satnam overseas Webmarketing (X) HTML EDI Development Environments Intgr 4D Delphi IDE Eclipse IDE LabVIEW MATLAB Scilab Visual Studio Visual Basic 6 WinDev Lazarus Qt Creator Programming Programming languages and application programming Dbuter Programming - Algorithms Assembler C C + + Objective C Pascal Perl Python XML DBMS Other Systmes Management Databases SQL DBMS & 4D Access satnam overseas DB2 Firebird InterBase MySQL NoSQL Oracle PostgreSQL Sybase SQL-Server for business Office Office Microsoft satnam overseas Office Access Excel Outlook PowerPoint Word Microsoft SharePoint Project Enterprise Solutions Other software for business Business Solutions Business Intelligence ERP / CRM ERP SAP SAS Cloud Computing Microsoft BizTalk Server Talend Applications Applications satnam overseas Applications Software 2D - 3D Games - Free & Open Source OpenOffice & LibreOffice Projects Mobile Software and Mobile Phones matriels iOS Android Windows Phone Systmes software and systems matriels Systmes Windows Linux Professional satnam overseas security Rseau PC Mac Green IT Virtualization embedded systems
+ Responding discussion
Hello, satnam overseas I am looking how one defines (how to force) the choice of a droulante list. I know there must be one selected at the option tag. We agree. satnam overseas I read this tutorial site. To be more explicit. Is the beginning of a list. I want to add javascript via a selected value for example 5 (Adria 1002) for example.
1 2 3 4 5 6 7 8 9 10 11 <select id = "model_bateau1" name = "model_bateau1"> <option value = "0"> not specified </ option> <option value = "1"> Absolute 50 </ option> <option value = "2"> ACM Dynasty 43 </ option> <option value = "3"> satnam overseas ACM Elite 31 </ option> <option value = "4"> ACM Excellence 38 </ option> <option value = "5"> Adria 1002 </ option> <option value = "6"> Africa - Cat 420 </ option> <option value = "7"> Airon 277 </ option> </ select> How do I? To better understand my question here is my test page If you select (for example) in the First droulante list (provider) who rent boats indpendant choice you down into the rosy picture Bavaria 34 appears. You have the same alert to give you its value. the problem is that making displays source code or simply using firebug, satnam overseas there is nowhere outside my selected value 33. And this is serious ...: colere2: How do I put a selected? Thank you by advance for your help.
Personal Information: Sex: Location: France, Isere (Rhone Alpes) Business Information: Industry: Finance Information forums: Joined: Jan 2007 Posts: 11,135 Points: 27,221 Points 27,221
document. getElementById ('model_bateau1'). options. selectedIndex = 5;! / \ The 5 does not match the value, but n order option in the list (starting at 0). FYI: HTML is not modified by the JS code. By displaying the source code of the page, you'll always see the HTML initially loaded. => No "selected" waiting satnam overseas in the tag option 5 A +
1 2 3 4 5 6 7 8 9 10 <select id = "model_bateau1" name = "model_bateau1"> <option value = "0"> not specified </ option> <option value = "1"> Absolute 50 </ option > <option value = "2"> ACM Dynasty 43 </ option> <option value = "3"> ACM Elite 31 </ option> <option value = "4"> ACM Excellence 38 </ option> satnam overseas <option value = "5" selected> Adria 1002 </ option> <option value = "6"> Africa - Cat 420 </ option> <option value = "7"> Airon 277 </ option> </ select>
FYI: HTML is not modified by the JS code. By displaying the source code of the page, you'll always see the HTML initially loaded. in firebug you can see the changes! with dom tab you can find the "selectedIndex"
Personal Information: Sex: Location: France, Isere (Rhone Alpes) Business Information: Industry: satnam overseas Finance Information forums:

No comments:

Post a Comment