MACROMEDIA DREAMWEAVER 8-EXTENDING DREAMWEAVER Manual page 277

Extending dreamweaver
Table of Contents

Advertisement

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

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DREAMWEAVER 8-EXTENDING DREAMWEAVER and is the answer not in the manual?

This manual is also suitable for:

Dreamweaver 8

Table of Contents