I need to print multiple files with one click for our intranet site. Example: User selects a drawing that drawing has 5 sheets, the user selects the printer on the website, the prints are sent via coldfusion and/or uses the local users printer driver. All of our printers are network.
Thanks!
How can I create a button that utilizes the mailto: tag?
I can't use the form method.
My code:
<a href="mailto:testing@navy.mil?subject=Document Scan Request&body=
Please scan the following document:%0a%0a
<CFOUTPUT QUERY="query" STARTROW=1 MAXROWS=1>
Task ID:#trim(ti_id)#%0a
Class...
We have NO access to an e-mail server thanks to NMCI.
I don't want to mess with the database.
Our only option is to use the users e-mail.
The code above works but it adds plus signs in the spaces - all I need to do is to get rid of the plus signs in the "Document Scan Request" and "Please scan...
I can perform manually on the server but CF gets access denied.
I tried running the cold fusion services with defalt permissions and with admin permissions.
Thanks for your help!!
Error:
Error processing CFFILE
Unable to copy file 'f:\Data\dwgs\223765\753710801.plb' to path 'f:\TEST'...
This is are only option.
This is what I'm using now below, how can I use the post command instead?
<TR>
<TD align=center>
<FORM ACTION="mailto:testing.ctr@test.mil">
<input type="hidden" name="subject" value="Document Scan Request">
<TEXTAREA COLS="50" ROWS="8" NAME="Body">
Please scan...
Coldfusion is for server side processing and can't be used to open the local users e-mail.
I would like to use the post command and insert the database info.
Unfortunately we have no access to an e-mail server.
We are using Coldfusion for database access but CF doesn't have a mailto: tag fuction.
You said you must have server side scripting access; does this mean I have to use CF with my mailto: tag?
It does work; but is there anyway to get rid of the plus signs? (see below)
Thanks!
Document+Scan+Request
Please+scan+the+following+document:
Task_ID:5753
Class:_AS-39
Type:_AER
Number:_UTMC
Rev:__ Increment:_
Title:_UT+MAIN+CONDENSER
This code below opens the users default e-mail and inserts database data into the body - the problem is it also inserts a line of code with it:
?Body=Please+scan+the+following+document:
Anyway to get rid of the above code?
Thanks!
FORM ACTION="mailto:dav@nav.com?subject=Document Scan...
I would like to open the users mail with a predefined message and have them send the e-mail manually.
Also I would like to use variables from a database to be put inside the e-mail.
The e-mail is to request additional information from our database.
Yes I'm new to CF and thanks for you help.
Our clients connect to Exchange via coporate connection. I need to turn on pop & smtp so we can use the scan to e-mail function to a outside e-mail address (works for internal addresses only). I setup an oulook express pop account and receive this error:
The recipient name is not recognized The...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.