Fadshop.net
A website for better software and better life in Internet!
   MY WEB

   Chinese URLs

   Greeting Creator

   Input Tips Everyday

   Source Code
Java Applet Games
Visit webpage in VC
M3U Music List Editor
Input Tips everyday
Combox in HTML
Self-made Screen Saver
Model of Neural Network
Display Chinese Characters
Mouse in Maze, a classic game in math
Serial Port Communication

Source Code -> combox in html file
 
A Combox in VC is a box that you can both select and input.

There's no such a box in HTML, but we can realize it with HTML.
Using these codes you can do that.

<select NAME="TEMP" onchange="KK.innerText =this.options[this.selectedIndex].value">

<option value></option>

<option value="AAAAAA">AAAAAA</option>

<option value="BBBBBB">BBBBBB</option>

<option value="CCCCCC">CCCCCC</option>

<option value="DDDDDD">DDDDDD</option>

<option value="EEEEEE">EEEEEE</option>

</select>

<input TYPE="TEXT" NAME="TT" ID="KK">


When you select anyitem in the Select Box, the value is transfered to the Edit Box
user can also input in the Edit Box.

   Contact Info
  User Support Sales Question Webmaster

Copyright 1998-2002 Fadshop.net, Inc. All rights reserved.