Hi there ,
I tried to execute remote javascript on a remote site. The document is .Jsp File including javascript function.
I did DrDoc' s suggestion, but it was returning error message.
I tried belove ;
<html>
<head>
<title>Deneyelim bakalım çalışacak mı?</title>
<script src="https://example.com/internetvd/index.jsp?page=IVD_VRG_LVH" type="text/javascript"> </script>
<script type="text/javascript">
girdiDenetleSorgu()
</script>
</head>
is there something wrong ?
Thanks for advices..
</html>
[edited by: Fotiman at 12:23 pm (utc) on Apr 15, 2010]
[edit reason] Examplified URL [/edit]