C Cor Ligthert Mar 21, 2005 #2 Nicolay \\\ Dim str As String str = "<script language=javascript> {window.open('http://www.google.com');} </script>" RegisterStartupScript("Startup", str) /// A full description http://msdn.microsoft.com/library/d.../en-us/dnaspp/html/aspnet-usingjavascript.asp There are as well the attributes which you can add to a control. I hope this helps a little bit? Cor
Nicolay \\\ Dim str As String str = "<script language=javascript> {window.open('http://www.google.com');} </script>" RegisterStartupScript("Startup", str) /// A full description http://msdn.microsoft.com/library/d.../en-us/dnaspp/html/aspnet-usingjavascript.asp There are as well the attributes which you can add to a control. I hope this helps a little bit? Cor