I doubt that value supports calling scripts. You need to attach your
script to onload, oninput etc. - any kind of command handler (or
however they are called).
If you want the label to be replaced on start (e.g. when loading an
options dialog) you can add onload="" to the dialog element and
reference the label by adding an id.
More generally you can add an onload event listener like this:
window.addEventListener("load",function() { myFunction(); }, false);

On 2/7/07, Amin <[EMAIL PROTECTED]> wrote:
> hello
>
> any body know how to replace "here!!!!!!!" with a function that is defined
> in Update.js
>
> <script
>     type="application/x-javascript"
>     src="chrome://inbasicph/content/Update.js"
> />
>
> <label value="here!!!!!!!"   style="font-weight: Bold;   "  />
> _______________________________________________
> Project_owners mailing list
> [email protected]
> http://mozdev.org/mailman/listinfo/project_owners
>
>
_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners

Reply via email to