Quote Originally Posted by dekelc
thank you HoraShadow!
do you happen to know how can I execute javascript from the code behind?

Code:
Page.RegisterStartupScript("FavScript","<script language='JavaScript'>window.external.AddFavorite(location.href, document.title);</script>");