hi

document.getElementById('labelID').value = MyFunction

is there any place to put this code except onload ?

On 2/7/07, Daniel Muenter <[EMAIL PROTECTED]> wrote:

Hi,

would you declare an id for this label you could change the value by
reference like

document.getElementById('labelID').value = "something";

Daniel



Amin 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

_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners

Reply via email to