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...
User Profile
Collapse
-
-
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?Leave a comment:
-
-
-
-
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"...Leave a comment:
-
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"...Leave a comment:
-
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)...Leave a comment:
-
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?Leave a comment:
-
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.Leave a comment:
-
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)Leave a comment:
-
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
No activity results to display
Show More
Leave a comment: