shidel
04-28-2004, 02:37 AM
<body>
<form action="http://tl28serv.uws.edu.au/iwsdinfo/form.asp" method="post" name="test" >
income
<input type="text" name="in" size="20" value="0.00" />
expenses
<input type="text" name="exp" size="30" value="0.00" onblur="abc(this)"/>
<br />
<input type="text" name="bal" size="30" disabled value="0.00" />
<br />
<input type="button" value="submit" /> <input type="reset" />
</form>
<p><a href="http://validator.w3.org/check/referer">
<img src="http://www.w3.org/Icons/valid-xhtml10"
alt="Valid XHTML 1.0!" height="31" width="88" />
</a>
</p>
</body>
</html>
i want to change the color of value i get for input box bal when (in-exp).
if the value is - then the bal color becomes red otherwise blue.
igot the values for bal using diffrent amounts but i couldnt change the color.
pl help
<form action="http://tl28serv.uws.edu.au/iwsdinfo/form.asp" method="post" name="test" >
income
<input type="text" name="in" size="20" value="0.00" />
expenses
<input type="text" name="exp" size="30" value="0.00" onblur="abc(this)"/>
<br />
<input type="text" name="bal" size="30" disabled value="0.00" />
<br />
<input type="button" value="submit" /> <input type="reset" />
</form>
<p><a href="http://validator.w3.org/check/referer">
<img src="http://www.w3.org/Icons/valid-xhtml10"
alt="Valid XHTML 1.0!" height="31" width="88" />
</a>
</p>
</body>
</html>
i want to change the color of value i get for input box bal when (in-exp).
if the value is - then the bal color becomes red otherwise blue.
igot the values for bal using diffrent amounts but i couldnt change the color.
pl help