Home All Groups Group Topic Archive Search About
Author
15 Apr 2005 6:02 PM
Mary Valles
I am not sure if this can be done or not. I want to create a custom meta
tag in the <HEAD> section, like <meta name="myCustomTag" content="Custom
tag content">. Then in code I want to retrieve the content value of that
tag. Can this be done?


*** Sent via Developersdex http://www.developersdex.com ***

Author
15 Apr 2005 6:09 PM
Herfried K. Wagner [MVP]
"Mary Valles" <mar***@irmi.com> schrieb:
> I am not sure if this can be done or not. I want to create a custom meta
> tag in the <HEAD> section, like <meta name="myCustomTag" content="Custom
> tag content">. Then in code I want to retrieve the content value of that
> tag. Can this be done?

Document Object Model (DOM)
<URL:http://www.w3.org/DOM/>

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
16 Apr 2005 8:14 AM
Cor Ligthert
Mary,

I  have no answer, however in my opinion is the least you should tell where
you use that when you want an real answer.

It can be in an aspx application, with or without VBNet DLL
It can be in a word document.
It can be in an html file you sent with http

Etc.

Cor