
Tag editor APIs 277
Example
Continuing the cfweather example, in the following code, if the user changes the ZIP code
from 94065 to 53402, in order to update the user’s document to use the new ZIP code, the
dom object must be updated:
function applyTag(tag)
{
tag.zip = document.forms[0].zip.value
}
Kommentare zu diesen Handbüchern