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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top