Hey All.
I have an asp file called errorCheck.asp which contains a function:
Function Blah()
blah blah
End Function
Theres no <% or %> or <script> tags in this file as its referenced using:
<script src="errorCheck.asp">
</script>
I now want to access that function server side... and i'm not quite sure how?
Any help appreciated!
Cheers
Mark
I have an asp file called errorCheck.asp which contains a function:
Function Blah()
blah blah
End Function
Theres no <% or %> or <script> tags in this file as its referenced using:
<script src="errorCheck.asp">
</script>
I now want to access that function server side... and i'm not quite sure how?
Any help appreciated!
Cheers
Mark