Guest_imported
New member
- Jan 1, 1970
- 0
Anyone have any ideas on how to implement code into a .js that outputs this on a html form?
onClick="onClickFn('Nothing');window.close();return true;
Here's the code I'm working with, but I'm having no luck.
"<A HREF='javascript:" +
this.WHO + "Calendar.Close(\"" + this.gType + "\", \"" + this.INLINE + "\"
;' " +
"STYLE='color:000000'>" +
"Clear</A></B></FONT></TD></TR></TABLE></TD><TR></TABLE>"
;
Anyone have any ideas of the syntax I'd need to use?
Any help will be much appreciated.
onClick="onClickFn('Nothing');window.close();return true;
Here's the code I'm working with, but I'm having no luck.
"<A HREF='javascript:" +
this.WHO + "Calendar.Close(\"" + this.gType + "\", \"" + this.INLINE + "\"

"STYLE='color:000000'>" +
"Clear</A></B></FONT></TD></TR></TABLE></TD><TR></TABLE>"

Anyone have any ideas of the syntax I'd need to use?
Any help will be much appreciated.