programmatically access Cascading Style sheets file

  • Thread starter Thread starter John
  • Start date Start date
J

John

I want to programmatically read a CSS file into an object model and access
the style class name and style attributes. Anyone can let me know if there
is an open source, or point me the right direction to do that. Thanks a
lot!
 
this is what I did:
Just connect to your database, open datatables etc.
And at the end of your code add:

response.write("<link rel=""stylesheet"" type=""text/css""
href=""/custom_css/" & CurrentRow("cssstylename") & ".css"" />")

It worked for me
Hope this helps
 
oops, didn't see this: "into an object model..." (I read to fast)
sorry, can't help you
 
Back
Top