Posted by Bob on 02/14/07 16:52
Can I have a variable in plain HTML?
pseudo such as:
<variable color="White">
<form...>
<input type=text value=color>
</form>
and have the word White as the value that appears in the textfield
on the browser's page. If that can't be done purely in HTML, how
best to work around? Thanks.
My intended purpose is to declare variables at the top of the code,
where easily visible and available to change, and have the effects
work later on throughout the working code.
[Back to original message]
|