Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: arilvade
  • Order by date
  1. arilvade

    CAC - Common Access Card logon

    Is it possible to use CAC logon for a non domain controller?
  2. arilvade

    Printing from web

    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!
  3. arilvade

    Simple button with mailto:

    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...
  4. arilvade

    Mail to tag with database data for the body

    I'm not sure how to do this:I'd put the data into a variable, perform a string replacement function. I'm a beginner with programming.
  5. arilvade

    Mail to tag with database data for the body

    If I don't use a form I don't get the database data.
  6. arilvade

    Mail to tag with database data for the body

    Doesn't work: <FORM ACTION="mailto:testing.ctr@test.mil"> <input type="hidden" name="subject" value="Document%20Scan Request"> <TD align=center><input type=submit value="Submit"></TD>
  7. arilvade

    CF access denied error

    We found the problem: is the process of upgrading CF we needed to put a backslash at the end of the path. Thanks
  8. arilvade

    Mail to tag with database data for the body

    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...
  9. arilvade

    CF access denied error

    Via the services? yes Is there any other place in CF for Permissions?
  10. arilvade

    CF access denied error

    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'...
  11. arilvade

    Mail to tag with database data for the body

    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...
  12. arilvade

    Mail to tag with database data for the body

    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.
  13. arilvade

    Mail to tag with database data for the body

    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?
  14. arilvade

    Mail to tag with database data for the body

    How can I use the mailto: tag with an automatic input of data into the body with database data? Thanks!
  15. arilvade

    Coldfusion with 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
  16. arilvade

    Coldfusion with mailto tag

    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...
  17. arilvade

    How do I open the users e-mail using ColdFusion?

    I have no access to an e-mail server; does this mean I can't use ColdFusion and have to use HTML (mailto:)?
  18. arilvade

    How do I open the users e-mail using ColdFusion?

    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.
  19. arilvade

    Exchange 5.5 how do I turn on pop &amp; smtp for clients?

    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...

Part and Inventory Search

Back
Top