Code: Select all
on mouseUp
set the innerText of tag named "divHello" to "Hello, world!"
set the value of attribute named "size" of tag named "superFont" to "huge"
end mouseUp
Jeff M.
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
on mouseUp
set the innerText of tag named "divHello" to "Hello, world!"
set the value of attribute named "size" of tag named "superFont" to "huge"
end mouseUp