|
-
Jan 10th, 2001, 03:27 AM
#1
Thread Starter
Hyperactive Member
Hello,
Is it possible to call a javascript function from within vbscript and if so, how do I do it??
I have something like this...
<%
some code in here and from here I want to call a javascript function called test
%>
<script language="javascript">
function test()
{
some code in here
}
</script>
T
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|