![]() |
| ||||||||||
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Javascript Need help with the (primarily) client-side programming language? This is the place. Includes discussion on AJAX (Asynchronous JavaScript and XML). |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| <meta name="Keywords" content="some keywords"/> Using javascript how to i get the content attribute value from the meta tag? |
| |||
| insofar as I know this is not possible. There is no js for this. For kicks you could try to add an ID to the meta tag (ie <meta name=Keywords" content="some keywords" id="myMeta">) and then try a document.getElementById('myMeta"), but I am about 99% sure that won't work, and about 100% sure it won't work cross browser. |