I'm building a webpage and using <input text> and <select> to show some data. I'm also using cold fusion but have a problem I wan't to pass the data from the text field or the list box to a CF variable in the same webpage is there anyway just to access the value and what is the instruction to do that. I'm not using forms, will I need to???<br>Example of my problem below:<br><br><!-- samefile.html --><br><cf set cad=""><br><input type="text" name="Data" size="10" maxlength="10" message="Data"><br><br>How do I pass the value from input to cad(e.g cad=input.text) <br>