Thanks for the suggestions, Elan. I'm using the gentag function internally 
to create a block of name/value pairs that eventually gets printed with 
build-tag, i.e., print [build-tag [h1 (tag)]]. The gentag function seems 
inefficient to me. Also I noticed that if I set the events property of an 
object like this:
h1/events: ['onMouseOver {message('Entered this H1 tag');return true} 
'onMouseOut {message('');return true}]

the resulting tag looks like this:

<h1 events onMouseOver="message('Entered this H1 tag');return true" 
onMouseOut="message('');return true">

Note the word 'events' inside the tag. This doesn't seem to bother IE, but 
it's not correct html either. I think I can fix this problem. I'm open to 
any suggestions.....Thanks

Scott


>From: [EMAIL PROTECTED]
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: [REBOL] html4 generator script Re:
>Date: Thu, 24 Feb 2000 16:39:42 -0800
>
>Hi Scott,
>
>I briefly glanced at your html4.r script. (Briefly means that I may have
>few more ideas when I take a close look).
>
>
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

Reply via email to