Dynamic Meta Tags

You can make ur web page more attractive by adding Dynamic Meta Tags inside ur Head Tag

<!--Use of Meta Tag for Dynamic Web Page Filters & Transitions//-->
<Html>
<Head>
<Title>Dynamic Meta Tags</Title>
<META http-equiv="Page-Enter" content="revealTrans(Duration=3.0)">
<META http-equiv="Page-Exit" content="revealTrans(transition=12)">
</Head>
<Body><p>Test transition page</p>
</Body>
</Html>

You might also like...

Comments

Peeyush Nigam More than 3yrs of practical and job experience in IT Industry. Currently running own ASP center in city KANPUR - INDIA [url="www2.domaindlx.com/pari"]PARI WEB SERVICES™[/url] U may [email="webmaste...

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Any fool can write code that a computer can understand. Good programmers write code that humans can understand.” - Martin Fowler