hi all
how to make link to website. target in new window in javascript using c#
Page.ClientScript.RegisterClientScriptBlock(GetType(), "myScript" + i,
"<script>gnfg[" + i + "] ='" + "Go To Google" + "'.fontsize(2).bold().fontcolor('aqua');</script>"
);
regards
DigiNaz
Go to the complete details ...