|
|
Q643 How can I display a variable in my HTML page, is the answer &{script-statements};?
irt.org | Knowledge Base | JavaScript | Misc | Q643 [ previous next ] Q643 How can I display a variable in my HTML page, is the answer &{script-statements};?Your talking JavaScript entities with &{JavaScript-code}; - which is only supported in Netscape Navigator, and they can only be used within the attributes of an HTML tags attributes, e.g.
To output the value of a form field within the page text flow can be achieved in all JavaScript enabled browsers with:
|
-- div -->
|