Showing posts with label htmlltbody. Show all posts
Showing posts with label htmlltbody. Show all posts

Saturday, March 31, 2012

Text Box and URL

it's not an asp issue, that's html
<body link=blue vlink=blue
and as for yout textbox/dropdown list question...It's unclear to me what you
are asking?

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com

"Hong" <anonymous@dotnet.itags.org.discussions.microsoft.com> wrote in message
news:DC295FB3-91C8-44E3-B002-8CFA3C31AF6C@dotnet.itags.org.microsoft.com...
> Once I click on the url, it will change to purple color permanetly even i
stop the program and run it again. How to change the url color back to blue
color ?
> For text box, how to remove the dropdown list ??You can turn off autocomplete for the form or for individual text boxes.
See this article:

http://msdn.microsoft.com/workshop/...omplete_ovr.asp

-Jason

Curt_C [MVP] wrote:

> it's not an asp issue, that's html
> <body link=blue vlink=blue>
> and as for yout textbox/dropdown list question...It's unclear to me what you
> are asking?