Hi,
i am trying to call a javascript function from within ASP but m unable to do so.
function is described in a .
js file
i tried using
response.write "<SCRIPT Language = 'Javascript'> GetData(1);</Script>"
and all other combinations with this but its not working.
i want to simply call a function without any click.
Can anyone please help me in this??
Thanks in advance
Kawal