Javascript Strings Help

This is a discussion on "Javascript Strings Help" within the JavaScript Forum section. This forum, and the thread "Javascript Strings Help are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Dec 20th, 2006, 20:11
Junior Member
Join Date: May 2006
Location: A Place Far Away
Age: 25
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
Javascript Strings Help

why does this line
Code: Select all
MyForm.subject.value = "APPROVED " + MyForm.subject.value;
Produce this
Code: Select all
APPROVED+NOTHING
How can I get it to say
Code: Select all
APPROVED NOTHING
Reply With Quote

  #2 (permalink)  
Old Dec 20th, 2006, 23:03
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
Re: Javascript Strings Help

You would appear to be using concatenation correctly.

Can we see the live page?
Reply With Quote
  #3 (permalink)  
Old Dec 21st, 2006, 09:54
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Javascript Strings Help

That is odd.
Reply With Quote
Reply

Tags
javascript strings

Thread Tools

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
cutting strings alexgeek PHP Forum 5 Aug 29th, 2007 17:12
Query Strings and concat magnetica JavaScript Forum 1 Aug 22nd, 2007 13:22
Confused with strings... ktsirig Other Programming Languages 1 Jan 11th, 2006 18:02
Quotes in strings jakyra Classic ASP 5 Sep 9th, 2003 15:10
Database Connection Strings Smokie Classic ASP 0 Aug 7th, 2003 09:51


All times are GMT. The time now is 00:07.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43