Hi, this doesn't call the script right? It needs another control that calls it ex. onClick or onLoad...etc...I need something that calls a script inside a code behind procedure...

for example:
Code:
public sub Load
 response.write ("hello");
executeScript here....
.
.
.
End sub