>Seems like the error isn't really giving much help.
>
>
>    Can you get full debugging from that error on jobs.cfm?
>    Can we see the code on and around line 346 of jobs.cfm?


How would I get the full error?  
The code on and around 346 is the block of code that I posted last.
<cfhttp method="POST"
          
url="https://jobs.umd.edu/applicants/jsp/shared/search/SearchResults_css.jsp"; 
          columns="di_0_20156" name="blah" port="443"
>
          <cfhttpparam type="formfield" name="di_20156" value="SPHL-School of 
Public Health" />
</cfhttp>



Line 346 is the:
<cfhttpparam type="formfield" name="di_20156" value="SPHL-School of Public 
Health" />
though as pointed out earlier, the value should be "20" 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336569
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to