[Javascript] Objects with Javascript

Pramod Jain, INDENT pramod at indent.org
Wed Jun 26 16:33:02 CDT 2002


I am trying to do a simple example with a method in a class and I get a
"Object does not support this property".  Does Javascript support such
stuff...or...please let me know what I am doing wrong:

<html>
<head>
<script language="javascript">
	function ToolBarController()	{
		this.i = 0;
		function mo() {
			alert("I am in");
		}
	}

	function test() {
		TBC = new ToolBarController();
		TBC.mo();
	}
</script>
</head>
<body onLoad="test()">
</body></html>




Pramod Jain
INNOVATIVE DECISION TECHNOLOGIES, INC.
(INDENT)
904.636.6374 X 12
www.indent.org




More information about the Javascript mailing list