Passing Variables Through Html
|
Popularity: (4585)
Tags: html swish variables passing Link: Visit It >> |
Why Use HTML to Pass Variables ? This tutorial shows the methods that can be used and the differences between them. There are a number of reasons why you might want to pass variable data through your HTML source code. For some, it is the only option if PHP or ASP support is not available on a server - or if external .TXT files are not working for some reason. This method is often used by advertisers (Flash banner ads) and is known as "clickTag". Some other people might want an HTML/SWF hybrid website that uses animated buttons in a menu - one could use the methods in this tutorial to create only a single animated button and set its title and link within the HTML source code as demonstrated below.