has anyone else noticed that having two "linked" (grouped) texts beside each
other, with no space, will link the two together
example:
-- in a button
on mouseUp
set the htmlText of field "New Field 1" to \
"<a href=""e&"moo""e&">1</a>" & \
"<a href=""e&"oink""e&">2</a>"
end mouseUp
-- in a field (called "New Field 1")
on linkClicked pText
put pText
end linkClicked
this will put "12" into the field, with a linkText different for both
numbers (1=moo, 2=oink).. yet when i click on 2 it says "moo" instead of
"oink"
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution