User Profile

Collapse

Profile Sidebar

Collapse
chrissirhc
chrissirhc
Last Activity: Jan 23 '08, 09:08 PM
Joined: Jan 2 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • chrissirhc
    replied to simulate a Users’ mouse actions
    Yes.. trying to keep the session between cfhttp post is not happening. I was able to automate an order using PERL; thats what sparked my earlier question about CGI scripts and PHP. Is there a howto on running PHP and CGI on a coldfusion server?
    The logical question is: If I've had success with PERL why not run a different web server? A large part of my project is manipulating PDF files based on user input. As a programming neophyte, it is...
    See more | Go to post

    Leave a comment:


  • chrissirhc
    replied to simulate a Users’ mouse actions
    I must admit Coldfusion has me a little frustrated.
    See more | Go to post

    Leave a comment:


  • chrissirhc
    replied to simulate a Users’ mouse actions
    The for the info, I have not gotten it to work as of yet. But I have a different question. Can I run PHP and CGI scripts on a Coldfusion server?
    See more | Go to post

    Leave a comment:


  • chrissirhc
    replied to simulate a Users’ mouse actions
    I'll give it a shot. Thanks
    See more | Go to post

    Leave a comment:


  • chrissirhc
    replied to simulate a Users’ mouse actions
    Thanks for your time.
    See more | Go to post

    Leave a comment:


  • chrissirhc
    replied to simulate a Users’ mouse actions
    Yes, all of the pages are on the same Domain.
    See more | Go to post

    Leave a comment:


  • chrissirhc
    replied to simulate a Users’ mouse actions
    Thanks for the clarity. Now the issue is when I use the secondary cfhttp request the site returns the login page. I added the username and password to the cfhttp statement but it did not work. Is this because the site is a https site?

    !......My Code .....!

    [CODE=cfm]<cfhttp url="https://docstore.kinkos .com/tirekingdom/SplashRouterAct ion.do" username="mtfbw yswibltn" password="!Chri ssirhc"...
    See more | Go to post
    Last edited by acoder; Jan 8 '08, 09:17 AM. Reason: Added code tags

    Leave a comment:


  • chrissirhc
    replied to simulate a Users’ mouse actions
    The Link I need to click is called "Select Documents From Your Online Catalog" located at the bottom of the code.


    [HTML]<script language="JavaS cript">

    function setActionFields (hiddenActionVa lue) {
    document.forms[0].routingAction. value = hiddenActionVal ue;
    }

    </script>

    <form name="splashFor m" method="post"...
    See more | Go to post
    Last edited by acoder; Jan 7 '08, 08:29 AM. Reason: Added code tags

    Leave a comment:


  • chrissirhc
    replied to simulate a Users’ mouse actions
    I haven't worked my way through the 5 pages in the ordering process.
    Order Form Flow:
    Page 1 - Login page(this I have completed with the form post - I think)
    Page 2 - I need to click one link
    Page 3 - This page is the hardest, I need to select a folder and then enter a quantity and click a button to enter my choose into a shopping cart
    Page 4 - Text fields and drop down menus
    Page 5 - Done(Confirmati on Page)...
    See more | Go to post

    Leave a comment:


  • chrissirhc
    replied to simulate a Users’ mouse actions
    Sometimes I'm a little slow. I like the blame the public school system in Kentucky. Now that I've plugged all of the form data into <cfhttp> and <cfhttpparram > tags I have a question about the cfhttparram type=body. Can the type=body be used to send a link click to the from action url?
    See more | Go to post

    Leave a comment:


  • chrissirhc
    replied to simulate a Users’ mouse actions
    Thanks for your help. Just so I'm clear, I can post data to the text fields of a form using <cfhttp> but I unable to click a button, drop down or check box.
    See more | Go to post

    Leave a comment:


  • chrissirhc
    replied to simulate a Users’ mouse actions
    Yes, I would like to automate an order in a document management system. Total of five different web pages with the same URL.If Javascript is the answer, is it possible to nest the javascript between a series of <cfhttp> tags. (One set of <cfhttp> tags for each page)
    See more | Go to post

    Leave a comment:


  • chrissirhc
    started a topic simulate a Users’ mouse actions

    simulate a Users’ mouse actions

    Hi,

    Is there anyway to simulate a Users’ mouse actions using coldfusion? The goal is the automatically complete a series of online forms that have text boxes, drop down menus, links and Submit buttons. Thanks
    See more | Go to post
No activity results to display
Show More
Working...