System COlors in ASP

System COlors in ASP

am 22.05.2007 11:58:17 von Michael

Hi. I need to get in classical ASP page color of < Button Face > object of
MS Windows. Is there any standard function in vbscript?
Please help.
Thanks

Re: System COlors in ASP

am 22.05.2007 13:08:35 von reb01501

Michael wrote:
> Hi. I need to get in classical ASP page color of < Button Face >
> object of MS Windows. Is there any standard function in vbscript?
> Please help.
> Thanks

Not in asp. ASP code runs on the server so has no access to client machine
properties.

I suspect that client-side code will be unable to get at this as well due to
security restrictions, but you should ask in a client-scripting ggroup to be
sure (m.p.scripting.jscript).

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"

Re: System COlors in ASP

am 22.05.2007 17:03:38 von Adrienne Boswell

Gazing into my crystal ball I observed "Michael"
writing in
news:OgQENiFnHHA.4628@TK2MSFTNGP06.phx.gbl:

> Hi. I need to get in classical ASP page color of < Button Face >
> object of MS Windows. Is there any standard function in vbscript?
> Please help.
> Thanks
>
>

You want to look at CSS system colors:
[http://www.w3.org/TR/CSS21/ui.html#system-colors] (note that System colors
are deprecated in CSS3).

--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share