Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to change the lenght!

Status
Not open for further replies.

choohean

Technical User
Jan 15, 2002
57
0
0
MY
I got a code like this! How do I change the width for the textbox? Please...

Response.Write &quot;<td><input name=service_id value=&quot;&rs(&quot;service_id&quot;)&&quot; readonly></td>&quot; & vbCrLf

Thanks in advance!!!
 
I tried like this:

Response.Write &quot;<td><input name=service_id width=20px value=&quot;&rs(&quot;service_id&quot;)&&quot; readonly></td>&quot; & vbCrLf

it didn't work!

I tried :
Response.Write &quot;<td><input name=service_id style=&quot;HEIGHT: 22px; WIDTH: 79px&quot; value=&quot;&rs(&quot;service_id&quot;)&&quot; readonly></td>&quot; & vbCrLf

got error come out!

Can you help me to fix me coding! Please....
 
Response.Write &quot;<td><input name=service_id size=20 value=&quot;&quot;&quot;&rs(&quot;service_id&quot;)&&quot;&quot;&quot; readonly></td>&quot; & vbCrLf Mighty :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top