Example
Continuing the
example, in the following code, if the user changes the ZIP code
cfweather
from 94065 to 53402, in order to update the user's document to use the new ZIP code, the
object must be updated:
dom
function applyTag(tag)
{
tag.zip = document.forms[0].zip.value
}
Tag editor APIs
277
Need help?
Do you have a question about the DREAMWEAVER 8-EXTENDING DREAMWEAVER and is the answer not in the manual?