Not sure what you're looking for Steve ... just the syntax for adding your 
'dayview' value to the URL string?  Also, as a side note, you can get rid of 
most of those # signs ...  The following will add your computed date to the URL 
string in a 'safe' format, passing it as a variable called 'date':

<cfif (ThisDay EQ currentday) AND (month EQ startmonth) AND
(year EQ startyear)>

<td align="center" bgcolor="##e1e1e1">

<cfset dayview = dateformat(createdate(year, month, thisday), "mm/dd/yyyy")>

<font class="calendartoday"><a 
href="http://esuevents.admin.esu.edu/wv3/wv3_servlet/urd/run/wv_main.Start&date=#urlEncodedFormat(dayview)#"><strong>#ThisDay#</strong></a></font>

</td>

<cfelse>

<td align="center">

<cfset dayview = dateformat(createdate(year, month, thisday), "mm/dd/yyyy")>

<font class="calendar">#ThisDay#</font>
</td> 

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321704
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to