本文介绍了如何从ASPX页面调用JavaScript函数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
HI,
我有两个javascript函数,一个函数在aspx页面中,另一个在.js文件中,
当我从aspx页面的js文件中调用该函数时,则不会执行.
请帮帮我.
在此先感谢
Dileep
I have Two javascript functions, One Function is in the aspx page and another is in .js file,
and when i call the function from js file in aspx page, then it is not executed.
please help me.
Thanks in advance
Dileep
推荐答案
<script src="MyJs.js" type="text/javascript"></script>
在您的javascript文件路径中代替MyJs.js
right your javascript file path in place of MyJs.js
这篇关于如何从ASPX页面调用JavaScript函数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!