o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

VBscript & Javascript. -

I've got some script in javascript and some in Vbscript but my javascript cant see the vbscript stuff ?

Had this before but its aching my brain any help at all please ?

All scripts are in the <Body> and the VBscript is before the JavaScript ?

Thanks

Chubby..

 

VBscript & Javascript. -
I've got some script in javascript and some in Vbscript but my javascript cant see the vbscript stuff ? Had this before but its aching my brain any help at all please ? All scripts are in the <Body> and the VBscript is before the JavaScript ? Thanks Chubby..


JavaScript or VBScript -
I have been into vbscript for a while now and I'm enjoying working with it. My coleague works in javascript and showed me some features of it that works fine and i am now tempted to work also in javascipt. I just would like to ask you people, which scripting language is better, javascr


VBScript and Javascript -
Hi, I have 2 questions: 1) If I write a function in VBScript, how can I call it from within my asp-page? 2) I have some code written in javascript that I want to run from within some code in VBScript. (How) can I do that? Thanx!


call a vbscript sub from a link -
anyone know how you can do this? if you have a vbscript sub in an html doc.. and you have a link.. you want the link to fire the sub... what is the syntax? i know with javascript you just do <a href=javascript:MyFunction()>CLICK HEREM</a> but that doesn't work for


IE security VBscript / Javascript -
I'm i right in saying that for all VBscript run on a webpage the user will be prompted asking them if they want to continue running the script whereas not the case with javascript ?


javascript -> vbscript -
Can any1 tell me how to do the following. In JavaScript I alsways used: window.onload = init; to execute a funtion on statup. How can I do this in VBscript? I've tried but not succesful so far.... Rick


Javascript: How would you validate XML to a schema in javascript or VBScript -
Is there a simple way of validating an XML file with a schema using Javascript or VBScript?


JavaScript vs VBScript -
Hi there, Which one of the two JavaScript,VBScript is best suited for scripting? Are they supported on both NN and MSIE? Which one of these runs faster? Which of the two provides the maximum features? Also what is the learning graph for both assuming a person is new to both these?


Win98, PWS, Javascript and VBScript Q's -
I've used MS Virtual PC 2007 and installed Win98 with PWS so I can practice working with ASP. Win98 is using IE v4.72, I'd kind of like to keep the low version to test pages for browser compatibility. I want to make a web site that will use VBScript to work with a DB and do some ot


Calling a VBScript function from javascript -
Is it possible to trigger a VBScript sub in Javascript? If so how would I do it. Eg. sub testsub msgbox "This is a test" end sub Now using javascript is it possible to call 'testsub' ? Thanks


An all vbscript file -
stupid question, but like in javascript a file with all javascript is saved as a .js file. What is the extension to a vbscript file???? .asp???? even if i just have a hello world function??? thanks yes i'm new to vbscript


VBScript vs JavaScript -
Hi everybody, I have heard that there are some limitations of VBScript over JavaScript. Is that true ?


Vbscript accessing a Javascript variable -
Hi All, Just wondering if it were possible to access a variable in javascript from VBscript. currently I have a .js file which has an array called cdata. elsewhere in my asp/vbscript code I need to access the contents of that array is this possible?


VBScript-What can I do with it -
I've recently learned of VBscript, and I've read a few tutorials, done a little coding... My question is: Where does VBScript become incapable of doing what VB can do? Can it do APIs? Can it use controls? (RTF, Picbox, slider...) Can it make control arrays? Userdefined objects


Activex Components in JavaScript/VBScript -
Hi! How to call the Activex Control Properties and methods(Subs & functions) through the VBScript or JavaScript. Please help me. Ok bye for now. Have a nice day. Cheers Durgarao


convert VBScript to JavaScript -
I have a need to convert a piece of VBScript over to JavaScript. Does anyone know of any utilities or sites that help with this conversion? I'm guessing no, but I figured I'd ask before I start reworking it. Thanks!


Re: VBScript vs. ASP -
Hello. I am starting to learn ASP and VBScript. Could you please tell me how they are different, how they are related, or whatever in terms of HTML? I know that the tag to start any VBScript (ditto to Javascript) is &lt;SCRIPT LANGUAGE="VBScript"&gt;, and the code f


Javascript - VBScript converter !!!!!! -
:) Hello everyone. I need help. I need to find a Javascript to VBScript converter. and I don't have a lot of time that's why i posted this... :afrog: If ever you know one or have one. please direct me to it. I need this badly. Thanks!!!!!!!!!! :)


VBscript to Javascript Translation -
I still at the newbie stage as far as Javascript goes. How do you return a URL's Querystring using Javascript?


vbscript code withing javascript function -
Can you run vbscript withing a javascript function? Here is my plan. I have 2 combo's. When the user makes a selection in combo1 the javascript Onclick occurrs which calls a function in the head area. Inside this jscript function I want vbscript code that opens a mysql db and p


submit button problems -
How can I have a form on an ASP page that when submited preforms a client side form validation javascript and inside the java script call a server side vbscript then if the vbscript is successful go back to the javascript. Thank you


vbscript or javascript -
Can these be done in vbscript or do I have to use javascript 1) How do I create a button, so that when pressed it calls a function.The function I want to write would be to save the data, or go back to the previous screen. How would I do that?? 2) Can I do validation on a text bo


JavaScript or VBScript Question, using Excel -
I have an Excel Spreadsheet with data.... Is it possible to use JavaScript or VBScript to open the .xls and read the data and load it into a table??


Strange VBscript/javascript problem -
Hi, I've received a website for modification. The website is made with Javascript. I need to make some changes for database-access, so I want to write it in VBscript (I already have done previous websites with the same basic features). After I copy-paste the code in the website it do


calling vbscript subroutine on form submit -
Guys I want to call a vbscript sub which asks the user to cofirm something when they hit the form submit button. At the moment, the onclick attribute calls document.frm.submit(); however I want to ask the customer to confirm their action before submitting the document. I know ho


vbscript to Javascript -
Hi Everyone. Can someone help me convert my vbscript statemnt into JScript/Javascript. <Script language="vbscript"> Function X() dim control for each control in document.formmame if control.type="checkbox" then msgbox control.na


.NET class access using vbscript or javascript -
Does anyone know how to access a .NET class using a scripting language such as javascript or vbscript? As far as i can tell you'd have to put it in the GAC and do some type of DLL Voodoo. Any suggestions?


refer to form. -
in VBScript, how can i reference a form in the html page. What i am looking for is the equivalent to document.form.field1 in JavaScript. Also, how do i detect the length of a field when the submit button is pressed, then display a message box depending on the length. thanks. I know


Opening IE in a new window with Folders option turned on (via VBscript or Javascript) -
Does anyone know how to open IE in a new window with the folders options turned on? (via VBScript or JavaScript) Thanks!! Victor.


VBScript Functions -
If I'm creating a website and want to link to a function, like you can in JavaScript using <a href="javascript:function"> how can I do this with VBScript, because i tried <a href="vbscript:function"> and it didn't seem to work


VBScript variable value to Javascript variable -
Greetings! I have a vbscript variable like this : var VBS_CollectData="Alexia|F|25&Himshey|M|36&Venkat|M|27&Rao|M|28&Suri|M|28" I want to use this inside a javascript like this var stringArray1=JSCollectData.split(separator1); Basically i want


Alternative to JavaScript's setInterval() in VBScript -
Does anyone know of any method similar to the JavaScript setInterval() method in VBScript which will allow me to execute a VBScript Sub or Function infinitely after a certain interval. Mainak


Why not VbScript -
Well since there is a Java/JavaScript forum I thaught it would only be fair to have one for VbScript.


vbscript - financial functions! rate() -
Im trying to build a financial calculator in vbscript, and have stumbled upon the fact that vbscript does not support any financial functions? Can anyone confirm this? Is there any other alternatives to rewriting this functions? Specifically i am after the rate() function (the on


Do you really know all the language in your signature -
I'm osting this because a lot of pple on this forum have like 10 different programmation language?? WHY?? Do you know all of them or you just lern it in school? Cuz i can do the same here's what i've learned: Visual Basic,C,C++,COBOL,SQL,PL-SQL,SQL Plus,Assembly, Oracle,VB


String Replace Method -
I need to write a script that'll fnid a space, replace that space with a ` and then replace the ` with a ` and a space concatenated together. Now I tried finding a function in JavaScript that would allow me to do that but all I could find was some replace method that wants a regular ex


Calling a javascript function from vbscript -
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">


Javascript and ASP -
Hi, I have a JavaScript Function that returns a numeric value. How can I take that value and then use it with my ASP or VBScript Code.


PLease HELP!!! Programming Language Mayhem!! -
Ok The thing is I have questions about diff languages which seem to be bothering me 24:7. 1. What is the difference between HTML, VBSCRIPT, JavaScript and Java 2.If I want to learn JavaScript or Java or whatever languAGE, Is it possible to purchase a compiler like MS VB6 or can


Ummm...Help -
I'm sorry to post this here, and I'm sure it'll end up getting moved, but I'm not sure where to. Probably javascript, but it involves more than javascript. I need some method for opening a text file located on the server, reading all the contents and storing them in a string in javas