How can I coordinat the textbox's width

J

Jack

Hello
I wrote this VBScript code:

Response.Write ""

But the width can't be coordinated.The width=1000px and width=10000px is the
same.
Can you help me.
 
J

Jack

It's me.I'm sorry.
I wrote this VBScript code:

Response.Write "<INPUT width=1000px type=""text"" id=text1 name=text1 value
=" & ab & ">"

But the width can't be coordinated.The width=1000px and width=10000px is
the same.
Can you help me.
 
H

Harag

It's me.I'm sorry.
I wrote this VBScript code:

Response.Write "<INPUT width=1000px type=""text"" id=text1 name=text1 value
=" & ab & ">"

But the width can't be coordinated.The width=1000px and width=10000px is
the same.
Can you help me.

this should really be asked in a "client-side" group. but try either
of the 2 following:

Response.Write "<INPUT size=""30"" type=""text"" id=""text1""
name=""text1"" value=""" & ab & ">"""

or

Response.Write "<INPUT style=""width:500px; "" type=""text""
id=""text1"" name=""text1"" value=""" & ab & """>"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top