.....flaw that it only outputs.....lowercase....

This is a discussion on ".....flaw that it only outputs.....lowercase...." within the JavaScript Forum section. This forum, and the thread ".....flaw that it only outputs.....lowercase.... 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 7th, 2006, 04:28
New Member
Join Date: Dec 2006
Location: tes345
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
.....flaw that it only outputs.....lowercase....

I'm using Invision Free, a free software/hosting. There is this one code and it kind of has a flaw that it only outputs everything to lowercase.

I'm guessing it could be pinpoint to:
Code: Select all
var lowid = proptid.value.toLowerCase();
If thats the case, what do I type so that its case correct?


Here is the link to the script:

http://www.webpost.net/mo/moosescripts/raindropcp.js

My problem is below:


Here is the GUI on Admin Control Panel (the step to newly create the option)



Here is the GUI on User Control Panel (created and users edit it)


Here is the code that produces the above output:


Here is the result and evidence that it turns it all into lowercase:


How do I make it so that its case-correct?
Reply With Quote

  #2 (permalink)  
Old Dec 7th, 2006, 05:45
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: .....flaw that it only outputs.....lowercase....

Just remove that line and it won't force it to lowercase.
Reply With Quote
  #3 (permalink)  
Old Dec 28th, 2006, 16:26
Junior Member
Join Date: Dec 2006
Location: ...
Age: 14
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Re: .....flaw that it only outputs.....lowercase....

...no, you didn't read properly THIS should do it :
var lowid = proptid.value;
Reply With Quote
Reply

Tags
flaw forum

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
Webspider that outputs keywordlist? jpatsma Search Engine Optimization (SEO) 4 Nov 27th, 2007 13:33
Help wanted with animation flaw sjh Graphics and 3D 4 Jun 1st, 2006 07:26


All times are GMT. The time now is 09:53.


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