Avatar of kbios
kbios

asked on 

Help with javascript function if-else statement

My web app displays a text box. The data can contain a full URL (http://abcdefg?itemcode=XYZ) or simply any text XYZ. If the text box begins with http I parse out some data based on the presence of the word itemcode; otherwise I simply pass along the text.

I have tried if-else and I've tried simply looking at a variable to determine the condition in order to pass the appropriate variable to the .php

In the snipet below when the else condition is executed an alert of -1 appears and the first 8 characters of my text string are truncated. For example if I enter 1234567890 in the text box then the alert of -1 appears and only 90 is passed to the .php.

Please look at the attached snipet and provide proper syntax and/or reason for the logical error.
ee.txt
JavaScriptHTML

Avatar of undefined
Last Comment
kbios
Avatar of kbios
kbios

ASKER

**** UPDATE ****

I noticed that if statement in my function only had 1 equal sign (=) and I changed it to 2 (==) and the code worked fine!

I'm new to javascript and still learning some syntax. But real quick; why can I use 1 equal in the variable declaration but need 2 in an if statement?

I will still award points based on help in understanding javascript a little better. Thanks
ASKER CERTIFIED SOLUTION
Avatar of Tom Beck
Tom Beck
Flag of United States of America image

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
Avatar of kbios
kbios

ASKER

tommyBoy     :)   thanks.
JavaScript
JavaScript

JavaScript is a dynamic, object-based language commonly used for client-side scripting in web browsers. Recently, server side JavaScript frameworks have also emerged. JavaScript runs on nearly every operating system and in almost every mainstream web browser.

127K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo