System COlors in ASP
am 22.05.2007 11:58:17 von MichaelHi. 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
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
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"
Gazing into my crystal ball I observed "Michael"
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