Nont HTML Support in Textbox Control

Pls help. how can i have a text box control with non html support. i
mean. i have a textbox which shud not allow. web links entries.. like
www.aaa.com etc etc
Ahmd [ Do, 05 Juli 2007 10:20 ] [ ID #1760455 ]

Re: Nont HTML Support in Textbox Control

Ahmd wrote on 05 jul 2007 in microsoft.public.inetserver.asp.general:

> Pls help. how can i have a text box control with non html support. i
> mean. i have a textbox which shud not allow. web links entries.. like
> www.aaa.com etc etc

You could write a clientside javascript code,
wich is off topic on this classic-ASP-only NG.

You could ask in an asp.net NG, like
<microsoft.public.dotnet.framework.aspnet>
if your Q is about asp.net

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
exjxw.hannivoort [ Do, 05 Juli 2007 10:32 ] [ ID #1760456 ]

Re: Nont HTML Support in Textbox Control

On Jul 5, 12:32 pm, "Evertjan." <exjxw.hannivo... [at] interxnl.net> wrote:
> Ahmd wrote on 05 jul 2007 in microsoft.public.inetserver.asp.general:
>
> > Pls help. how can i have a text box control with non html support. i
> > mean. i have a textbox which shud not allow. web links entries.. like
> >www.aaa.cometc etc
>
> You could write a clientside javascript code,
> wich is off topic on this classic-ASP-only NG.
>
> You could ask in an asp.net NG, like
> <microsoft.public.dotnet.framework.aspnet>
> if your Q is about asp.net
>
> --
> Evertjan.
> The Netherlands.
> (Please change the x'es to dots in my emailaddress)

I use asp page which has text box that shud be restricted to be text
only.. which group i shud post this ?
Ahmd [ Do, 05 Juli 2007 11:00 ] [ ID #1760458 ]

Re: Nont HTML Support in Textbox Control

Ahmd wrote on 05 jul 2007 in microsoft.public.inetserver.asp.general:

> On Jul 5, 12:32 pm, "Evertjan." <exjxw.hannivo... [at] interxnl.net> wrote:
>> Ahmd wrote on 05 jul 2007 in microsoft.public.inetserver.asp.general:
>>
>> > Pls help. how can i have a text box control with non html support. i
>> > mean. i have a textbox which shud not allow. web links entries.. like
>> >www.aaa.cometc etc
>>
>> You could write a clientside javascript code,
>> wich is off topic on this classic-ASP-only NG.
>>
>> You could ask in an asp.net NG, like
>> <microsoft.public.dotnet.framework.aspnet>
>> if your Q is about asp.net

[please do not quote signatures]

> I use asp page which has text box that shud be restricted to be text
> only.. which group i shud post this ?

No, there are no Aasp pages, you have an asp file that renders a html
stream to the browser.

Since you want to do something on the browser it is not asp related.

If you want to do it in clientside javascript,
I would suggest: comp.lang.javascript

Even so, NGs are not free helpdesks.
Why not first do some study about clientside scripting?

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
exjxw.hannivoort [ Do, 05 Juli 2007 13:39 ] [ ID #1760462 ]
Webserver » microsoft.public.inetserver.asp.general » Nont HTML Support in Textbox Control

Vorheriges Thema: parent.window problem with select list
Nächstes Thema: Can Classic ASP talk to C/C++?