Click here to Skip to main content
15,900,378 members
Home / Discussions / JavaScript
   

JavaScript

 
GeneralRe: add to cart function to close pop-up window Pin
Sampath Sridhar6-Dec-13 17:59
Sampath Sridhar6-Dec-13 17:59 
Questioncan i send the email by javascript on html web form. Pin
prakash000602-Dec-13 18:56
prakash000602-Dec-13 18:56 
AnswerRe: can i send the email by javascript on html web form. Pin
ZurdoDev6-Dec-13 10:27
professionalZurdoDev6-Dec-13 10:27 
QuestionFinding Conflicts Pin
#realJSOP29-Nov-13 4:05
professional#realJSOP29-Nov-13 4:05 
AnswerRe: Finding Conflicts Pin
jkirkerx3-Dec-13 10:09
professionaljkirkerx3-Dec-13 10:09 
GeneralRe: Finding Conflicts Pin
Sunasara Imdadhusen21-May-14 23:46
professionalSunasara Imdadhusen21-May-14 23:46 
GeneralRe: Finding Conflicts Pin
#realJSOP22-May-14 0:41
professional#realJSOP22-May-14 0:41 
Questioncombo box values not working for quote calculator Pin
Matt Harville28-Nov-13 21:58
Matt Harville28-Nov-13 21:58 
This is a piece of the code I'm working with and the only part giving me problems. I'm using the combo box to give me both the Line2_flag and the screencharge. Without this particular piece of code the form works fine so I know it's just this snippet. Any help is appreciated. Thanks!

HTML
<select name="inkcolors" size="1" id="inkcolors" class="FormStyle" 
<option selected value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
</select>


JavaScript
var = Line2_flag;
var = screencharge;

	if(form.inkcolors[1].selected){
	Line2_flag = 1.75;
	screencharge = 1;
	}

	if(form.inkcolors[2].selected){
	Line2_flag = 2.25;
	screencharge = 2;
	}

	if(form.inkcolors[3].selected){
	Line2_flag = 2.75;
	screencharge = 3;
	}

SuggestionRe: combo box values not working for quote calculator Pin
Richard MacCutchan28-Nov-13 22:55
mveRichard MacCutchan28-Nov-13 22:55 
GeneralRe: combo box values not working for quote calculator Pin
Matt Harville28-Nov-13 23:03
Matt Harville28-Nov-13 23:03 
GeneralRe: combo box values not working for quote calculator Pin
Richard MacCutchan28-Nov-13 23:27
mveRichard MacCutchan28-Nov-13 23:27 
GeneralRe: combo box values not working for quote calculator Pin
Graham Breach29-Nov-13 3:06
Graham Breach29-Nov-13 3:06 
Questionhow to connect oracle database using jsp Pin
maheshkadtan28-Nov-13 8:14
maheshkadtan28-Nov-13 8:14 
SuggestionRe: how to connect oracle database using jsp Pin
Richard Deeming28-Nov-13 8:46
mveRichard Deeming28-Nov-13 8:46 
AnswerRe: how to connect oracle database using jsp Pin
Richard MacCutchan28-Nov-13 22:53
mveRichard MacCutchan28-Nov-13 22:53 
QuestionXMLHttpRequest (a)synchronous file upload Pin
csrss26-Nov-13 19:41
csrss26-Nov-13 19:41 
AnswerRe: XMLHttpRequest (a)synchronous file upload Pin
csrss26-Nov-13 21:17
csrss26-Nov-13 21:17 
Questiononkeypress event is not working google chrome Pin
Mithra Madhu25-Nov-13 20:36
Mithra Madhu25-Nov-13 20:36 
QuestionRe: onkeypress event is not working google chrome Pin
ZurdoDev6-Dec-13 10:28
professionalZurdoDev6-Dec-13 10:28 
Questionrestrict file type and size of form upload javascript only Pin
vbslacker24-Nov-13 8:37
vbslacker24-Nov-13 8:37 
AnswerRe: restrict file type and size of form upload javascript only Pin
Snehasish_Nandy24-Nov-13 20:06
professionalSnehasish_Nandy24-Nov-13 20:06 
AnswerRe: restrict file type and size of form upload javascript only Pin
abdul0425-Nov-13 23:53
abdul0425-Nov-13 23:53 
Question[Javascript] Find unused funtions and variables in Javascript using VS2010 Ultimate Pin
Member 1041144619-Nov-13 2:47
Member 1041144619-Nov-13 2:47 
AnswerRe: [Javascript] Find unused funtions and variables in Javascript using VS2010 Ultimate Pin
thatraja19-Nov-13 3:16
professionalthatraja19-Nov-13 3:16 
QuestionHaving a Problem with Return Value in Javascript Function Pin
Doug Pruiett12-Nov-13 16:25
Doug Pruiett12-Nov-13 16:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.