Ask a Question related to Coldfusion Database Access, Design and Development.
-
quiero mas #1
passing URL
Sorry for the double post
Hi everyone still trying to solve this URL pass
im getting an error on the result page
Its something to do with the output tag but i cant work it out.
Any help would be most appreciated
Result Page
<cfparam name="FORM.?emaleDoctor" default="1">
<cfparam name="PageNum_Bresult" default="1">
<cfquery name="Bresult" datasource="simple">
SELECT Hospital_ID, ???????????
FROM information
WHERE ?emaleDoctor LIKE '%#FORM.?emaleDoctor#%'</cfquery>
<cfoutput query="urlpass">
<a
href=http://mail.yahoo.com/config/login?/"../showhosptep.cfm?hospital_id=#urlpas
s.hospital_id#">#bresult.englishname#</a>
</cfoutput>
MArk
Show page
<cfquery datasource="simple" name="urlpass">
SELECT ???????????, ????????????
FROM information
WHERE ID=#url.Hospital_ID#
</cfquery>
<cfoutput query="urlpass">
<p> #???????????#, #????????????#</p>
quiero mas Guest
-
Passing a Value from Asp.net
i m making a application in whihc user login on ASP page and a one more ASP page opened with differnet frames and one frame i want to run the chat... -
passing RichText to a WS
Hi, does anyone have any guidence on how I should be passing some richtext from a windows form client to a WS? Passing the value of the... -
Passing a value to VB6
Hi, I am trying to pass a value from an ASP script to a VB application running on the server. The only way I have got this to work is by using a... -
Passing value back to SWF
I have a swf file that I have created with a appropriate loadvarnum() function. I have created a $statusmsg dynamic text field. When I execute my... -
HELP! Passing from database to asp page allowing user input then passing to another database.
My big problem is I'm a newbie working with someone else's code.(See code below) What I want to do is for the records that have a purchase order... -
Dan Bracuk #2
Re: passing URL
Your query is named Bresult and you're cfoutput refers to a query named urlpass.
Does your error message say words to the effect of "urlpass does not exist"?
Dan Bracuk Guest



Reply With Quote

