Embed an inline tcl script via the embed element's script attribute. Requires the TCL plug-in

In this case, a src attribute on the embed element is not needed. You can put src="" to be valid and in Opera, the script will execute correctly. However, in Firefox, if src="" is present, junk will be passed to the plugin and there will be errors in executing. This means the src attribute must be omitted.