Question
Need info on javascript
Hi,
I am new to robohelp. I need to call a javascript method from html page body load event I tried the below, but it's not working. Please let me know what mistake I am doing.
<head>
<script type="text/javascript" src="../../Test.js"></script>
</head>
<body onLoad="TestMethod()">.......
Thanks in advance,
Vamsi
