Go Back   CodingForums.com > :: Server side development > Other server side languages/ issues

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 02-04-2004, 09:37 PM   PM User | #1
stevem
New Coder

 
Join Date: Jan 2004
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
stevem is an unknown quantity at this point
Passing value from Javascript to ColdFusion?

Hello,

Is it possible to pass the value of a variable in Javascript to a variable in ColdFusion? How is this done?

Thanks for your help.
stevem is offline   Reply With Quote
Old 02-09-2004, 02:27 PM   PM User | #2
A1ien51
Senior Coder

 
A1ien51's Avatar
 
Join Date: Jun 2002
Location: Between DC and Baltimore In a Cave
Posts: 2,717
Thanks: 1
Thanked 94 Times in 88 Posts
A1ien51 will become famous soon enough
JavaScript is Client side processing, CF is server side processing

SO

you need to submit a form so you can pass the value to CF.
__________________
Tech Author [Ajax In Action, JavaScript: Visual Blueprint]
A1ien51 is offline   Reply With Quote
Old 02-10-2004, 03:22 PM   PM User | #3
stevem
New Coder

 
Join Date: Jan 2004
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
stevem is an unknown quantity at this point
it worked

Thanks, that worked. Used doc.write to create a hidden input field and inserted the javascript variable's value that way.
stevem 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 03:39 PM.


Advertisement
Log in to turn off these ads.