Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Javascript Syntax Question

Status
Not open for further replies.

Guest_imported

New member
Joined
Jan 1, 1970
Messages
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.

&quot;<A HREF='javascript:&quot; +
this.WHO + &quot;Calendar.Close(\&quot;&quot; + this.gType + &quot;\&quot;, \&quot;&quot; + this.INLINE + &quot;\&quot;);' &quot; +
&quot;STYLE='color:000000'>&quot; +
&quot;Clear</A></B></FONT></TD></TR></TABLE></TD><TR></TABLE>&quot;);

Anyone have any ideas of the syntax I'd need to use?

Any help will be much appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top