Pure ASP Upload with external Javascript file
Question:
I have a reference to an external JavaScript file, and when I apply Pure ASP Upload to the page, it inserts it's JavaScript funcions inside the script tags.
I have a reference to an external JavaScript file, and when I apply Pure ASP Upload to the page, it inserts it's JavaScript funcions inside the script tags.
Answer:
Put the following above ANY OTHER SCRIPT tag you have on your template/page:
<script type="text/javascript" language="JavaScript">
</script>
Make this an editable region in your template.
Comments
Be the first to write a comment
You must me logged in to write a comment.