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&amp;up_usenewfb_p=1&amp;up_showpopup2_p=true&amp;synd=open&amp;w=320&amp;h=500&amp;title=facebook&amp;border=%23ffffff%7c3px%2c1px+solid+%23999999&amp;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&amp;up_usenewfb_p=1&amp;up_showpopup2_p=true&amp;synd=open&amp;w=320&amp;h=500&amp;title=facebook&amp; border=%23ffffff%7c3px%2c1px+solid+%23999999&amp;output=js"></script>"; clientscript.registerstartupscript(this.gettype(),"rowtest", rowtesthide); 

Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -