ASP Include Files

if it's possible to have a select tag in an include file which is to be included into an ASP page?I have an include file which renders a popup screen. The screen has text
fields i.e <input type="text"> fields which gets input from the user. I want to change one of the fields to a ddl and the field will not show up.code:

<select> <option value="">Choose One</select>

As you can see its the most basic of code, but it doesn't show up on the screen. When I change the code to a text field it does.

View Replies




Copyrights 2005-15 www.BigResource.com, All rights reserved