Posts Tagged Variable
In Javascript, How Do You Make A Variable That Can Be Used My Two Different Functions?
Posted by in Javascript Questions on February 10th, 2010
Let say that I wanted to use four vars A=user’s number, B=3, C=7, D=A+B+C. Now I have made two buttons, one button when pushed triggers A to be added to B and when prints it, and the second button then takes D-B and prints it out.
How do I do this if I only wish to have the user to input there number once?
How To Use Javascript Variable In Vb Script?
Posted by in Javascript Questions on February 8th, 2010
I have to use javascript variable in vbscript. Plz help me ASAP.
How To Post A Php Variable Value In A Javascript Function?
Posted by in Javascript Questions on January 1st, 2010
JAVASCRIPT
How Can I Declare A Global Variable Inside Javascript Function..?
Posted by in Javascript Questions on December 31st, 2009
Is it possible to declare global variable inside a javascript function…?
I Have Some Javascript And Asp In A Webpage. How Do I Pass A Javascript Variable To Asp (read Below)?
Posted by in Javascript Questions on October 18th, 2009
Essentially I have a variable named “strfile” that is in Javascript. I need to access this variable or “make it available to be used” by ASP. The Javascript and ASP code is all in the same page.
How To Clear The Variable Which Is Declared In The Code Behind Through The Javascript?
Posted by in Javascript Questions on October 5th, 2009
In my asp.net application i have used a variable. In client script i used the value of that variable. after i used it, i have to clear the variable as null or empty string. how to do ?
How Long Is The Limit Of String Length Of String Variable In Javascript?
Posted by in Javascript Questions on September 27th, 2009
How long is the limit of string length of string variable in javascript?
Is It Possible To Mke An Alert Box In Javascript And Add In The Alert Box An Additional Variable.?
Posted by in Javascript Questions on September 26th, 2009
For example. I made a prompt box to ask for the customer name. I saved the customer’s name in a variable. I then need to create an alert box that says “Hello [customer name here]. Please look through our available stocks”
Can someone please tell me how to insert the customer’s name in the alert box thank you.
How Do I Load A Text File Into A Variable Using Javascript?
Posted by in Javascript Questions on June 21st, 2009
I am setting up something big for a friend of mine. He want’s to use a basic template for a webpage and load automatically generated text files as the content.
There’s only 1 problem. The program that he uses to automatically generate the text files change double quotes to &doublequote; and leaves a double quote character at the end of each line.
Now, I know how to use javascript to remove the double quote and change the &doublequote; back to a double quote but how do I load the text file into a variable so that I can do it?
Need Help With Coldfusion (cfm) Variable Concatination..?
Posted by in Coldfusion Questions on June 12th, 2009
The only way i can explain this…
in PHP:
var1 = ‘firstName’
var1 .= ‘lastName’
Thus, var1 would be ‘firstName lastName’
How do i do this in CFM?
Recent Answers