c# - How to execute javascript in specifci time in .cs? -
if have script :
<script type="text/javascript" src="//www.gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/100080069921643878012/facebook.xml&up_usenewfb_p=1&up_showpopup2_p=true&synd=open&w=320&h=500&title=facebook&border=%23ffffff%7c3px%2c1px+solid+%23999999&output=js"></script>
and wanna execute script in specific time in .cs code how this?
string rowtesthide = @"<script type="text/javascript" src="//www.gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/100080069921643878012/facebook.xml&up_usenewfb_p=1&up_showpopup2_p=true&synd=open&w=320&h=500&title=facebook& border=%23ffffff%7c3px%2c1px+solid+%23999999&output=js"></script>"; clientscript.registerstartupscript(this.gettype(),"rowtest", rowtesthide);
Comments
Post a Comment