Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 09-19-2005, 05:50 PM   PM User | #1
ewill
New to the CF scene

 
Join Date: Sep 2005
Location: Jacksonville, Florida
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
ewill is an unknown quantity at this point
Load SQL query results into a JavaScript array

I am trying to figure out Javascript code needed to build a table array, populate the array with results of a SQL query at page load, and will support a function which dynamically populates a text-area with data from the array based on a user's choice of a related option/select list.

Particulars related to this effort:
HTML:
option/select list named: "Subject"
textarea named: "Message"

SQL table to JavaScript Array:
RecID / Location / MsgTrigger / Subject / MsgInternal / MsgExternal
1
2
3

User action: Selects a subject text string, eg:Appointment Scheduled, from a drop-down select named "Subject".

Dynamic Action: MsgInternal (related to the "Subject") text needs to load into the textfield="Message", e.g.Appointment for <insert name> has been scheduled on <insert date/time> from the values found in the JavaScript array.

The above activity is performed within a Cold Fusion Page, running on IE 5.0+

Thanks,
ewill
ewill is offline   Reply With Quote
Old 09-19-2005, 10:44 PM   PM User | #2
nikkiH
Senior Coder

 
nikkiH's Avatar
 
Join Date: Jun 2005
Location: Near Chicago, IL, USA
Posts: 1,973
Thanks: 1
Thanked 32 Times in 31 Posts
nikkiH is on a distinguished road
Any reason you have to do it that way?

I have dynamic cfm pages similar to this, but instead of storing the values in an array, it uses an AJAX-like setup. User chooses an option and the choice affects another form element. Much easier to write than trying to get everything in an array and such. Works fine in IE5.

Since they are password protected, I can't link them, but I could post code if you're interested, once I get home.
__________________

If this post contains any code, I may or may not have tested it. It's probably just example code, so no getting knickers in a bunch over a typo, OK? If it doesn't have basic error checking in it, such as object detection or checking if objects are null before using them, put that in there. I'm giving examples, not typing up your whole app for you. You run code at your own risk.
Bored? Visit
http://www.kaelisspace.com/
nikkiH is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 01:13 PM.


Advertisement
Log in to turn off these ads.