Old 04-24-2007   #1 (permalink)
Registered User
 
Join Date: Apr 2007
Posts: 1

Sending Javascript to VBScript... impossible?

I have remarkable javascript application that runs excellently on Client-Side, however when all is said and done, I cannot figure out how to send the javascript user outputs to the server! Does anyone have a brilliant idea on how to integrate javascript with VBScript so that java outputs to VBScript?

Essentially, I am trying to do this but it does not work!


<html>
<SCRIPT LANGUAGE="JavaScript">
<!--
function jsFunction() {
vbFunction();
}
// -->
</SCRIPT>


<SCRIPT LANGUAGE="VBScript">
<!--
Sub vbFunction
Response.Write("Yea! IT WORKS!")
End Sub
// -->
</SCRIPT>


<p><a href=javascript:history.go(0) onclick="jsFunction()">This</a></p>
</html>



Is there something inherently flawed with my script or logic???
Cheers.
LXNDR is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 04-24-2007   #2 (permalink)
Janitor of Lunacy
 
Tamlin's Avatar
 
Join Date: May 2006
Location: Sitting in the Wishing Chair
Posts: 5,345

I normally only use JavaScript as a last resort, and since I started using ASP.NET I haven't done much with VBScript, but these might help:

Professional JavaScript - WebReference.com

ASP Procedures
__________________


Religion: It's all fun and games until someone gets burned at the stake...
Tamlin is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Adobe Photoshop CS2 Official JavaScript Reference Man1c M0g Announcements 0 10-19-2005 09:31 PM


All times are GMT +1. The time now is 05:42 PM.
Content Relevant URLs by vBSEO 3.2.0

Design & Content © BioRUST 2008 :: PRIVACY STATEMENT :: LEGAL INFORMATION :: ADVERTISING MEDIA KIT