On 7 Apr 2006, at 23:36, Dave Cragg wrote:

set the htmlText of field 1 to "The <a href="9">rain in Spain</a> falls mainly in the plains."

That was a pretty poor piece of scripting. :-)

  put "The <a href=" into tString
  put  quote & "9" & quote after tString
  put  ">rain in Spain</a> falls mainly in the plains." after tString
  set the htmlText of field 1 to tString

Dave
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to