There you go.

function getInfo(providerID) {
  alert (providerID);
  location.href="index4.cfm?ID=" + providerID;
} 


Chuck Weidler
Lockheed Martin Information Technology
7152 Windsor Blvd
Baltimore, MD  21244
Voice:  (443) 348-4252
Email:  [EMAIL PROTECTED]

-----Original Message-----
From: Bob Imperial [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 13, 2008 6:01 PM
To: CF-Newbie
Subject: how do I pass this variable in in my url string

Ok pardon my simpleton question but I cannot for the life of me figure
out how to pass this form var in my function using location.href, using
onBlur I call my function and pass my form variable to it and that does
in fact hold it. Tested to make sure it's passing it into the function
but cannot for the life of me figure out how to pass it along.

function getInfo(providerID) {
  alert (providerID);
  location.href="index4.cfm?ID=providerID";
}

What am I missing here please?

Bob 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3440
Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15

Reply via email to