C
Cognition Peon
Hi,
Can I insert HTML that is generated by a javascript function. Instead of
calling that function in <body onLoad> I want to call call it in the
middle of my HTML code. Here an example.
<FORM name="calendar" method="POST" action="/cgi-bin2/prak_swaccum">
<input type="radio" name="area" checked value="sw">
SouthWest:
<! call function >
javascript:createCalendar();
</FORM>
Thanks,
Prakash.
Can I insert HTML that is generated by a javascript function. Instead of
calling that function in <body onLoad> I want to call call it in the
middle of my HTML code. Here an example.
<FORM name="calendar" method="POST" action="/cgi-bin2/prak_swaccum">
<input type="radio" name="area" checked value="sw">
SouthWest:
<! call function >
javascript:createCalendar();
</FORM>
Thanks,
Prakash.