How would I go about accessing a web-based script. I don’t know if I’m wording that correctly. I just want to be able to click a button and run the function. That’s not the issue. The issue is how do I go about putting it in a function.
<script type="text/javascript" src="http://wwww.blah.com/blah?blah=blah"></script>
how would i get that to run on button click? I’ve tried every which way to put it in a function and call the function. No luck though.
Or optionally:
If you need it to do other stuff, you might need to be more specific.