ok only 1 more ? hopefully!

 once I start setting the variables for the selected record, how do I place 
them in the "msg" variable?

 <cfformitem type="script">
 function showThisDealer(thisDealer:Number):Void {
 var title:String = _root.showDealers.getItemAt(thisDealer).tbl_dealerName;
 var state:String = _root.showDealers.getItemAt(thisDealer).tbl_dealerState;

 var msg = '<p><b>Regtext: </b></p><ul><li>List item 2</li></ul><p>how do i get 
the variable in here?</p>';

 var alertSettings:Object = {title: title, message: msg, width:450, 
headerHeight:27 }
     errorpopup = mx.managers.PopUpManager.createPopUp(this, 
FormErrorException, true, alertSettings);
     errorpopup.centerPopUp(this);
 }
 </cfformitem>

~Dave the disruptor~
good sites - make money getting rid of ie :)
http://explorerdestroyer.com/
http://www.killbillsbrowser.com/ 

----------------------------------------
From: "dave" <[EMAIL PROTECTED]>
Sent: Friday, November 25, 2005 5:13 PM
To: CF-Talk <[email protected]>
Subject: Re: more cfform goodness, maybe.... 

aweee, so my single quotes where the problem.
 Thanks

~Dave the disruptor~
good sites - make money getting rid of ie :)
http://explorerdestroyer.com/
http://www.killbillsbrowser.com/ 

----------------------------------------
From: Paul Hastings 
Sent: Friday, November 25, 2005 5:39 AM
To: CF-Talk 
Subject: Re: more cfform goodness, maybe.... 

dave wrote:

> so for example, how would i get the alert to show the dealers name in the 
> title?

var alertSettings:Object = {title: title, message: msg, width:450, 
headerHeight:27};



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:225284
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to