Hi Team,
 
As I can understand from this example, this SCA component is included in the 
web app by using a Javascript scaDomain.js.
 
<script type="text/javascript" src="SCADomain/scaDomain.js"></script>  is added 
to the html.
 
Is there any way I can use this scaDomain.js in some other webapp and call the 
methods.
 
Suppose the name of the application which is generating this Javascript is 
helloworld , we get this javascript on 
http://localhost:8080/helloworld/SCADomain/scaDomain.js
 
What I want is to use this link in another application eg myhelloworld, so I 
want to do something like the following in the myhelloworld  application
 <html>
<head>
<script src=”http://localhost:8080/helloworld/SCADomain/scaDomain.js”</script>
</head>
<body>
</body>
</html>
 
 
Please let me know if it’s possible or not.
 
Thanks and Regards
Ashish Malviya
Mobile No:+919999342340
__________________________________________________________________________

What gets us into trouble is not what we don't know. Its what we know for sure 
that just ain't so. 


      Explore and discover exciting holidays and getaways with Yahoo! India 
Travel http://in.travel.yahoo.com/

Reply via email to