I apologize for the confusion. I was trying to load an XML/SOAP Document from a Request Stream. Being new to the process, I wasn't sure how to do this.
Hello,
I've been searching for help on how to accomplish this with limited success so I hope that someone here can guide me or point me in the right direction.
Hi Ribs,
Thank you for the reply. Sorry, I had taken that code out so I could see the stack trace.
The error message is: The remote server returned an error: (400) Bad Request.
I've listed all of...
I don't know if you can access the DOM of a document displaying through an iframe window.
This returns false on a document that I created with an iframe.
I'm just delving into the depths of ASP and ASP.net myself; however, I've been web programming in other languages for 10 years now (mainly perl, php and unix shell scripts...
Hi joecool489,
You need to write into your .pl script a section that sends the email after the password was verified and before it loads the next page. Which is something that you have probably...
Hi sharyn,
If you are trying to read the values submitted by a form using the POST method, and there is not too much data being submitted, you can temporarily change the method to GET and the data...
Hi JB,
The script sounds like it is using \n at the end of the lines. Change this to \r for single spaced output. If the script is using html commands, use <br> instead of <p>.
Hi Mike,
Are you the author of the PHP script that will be distributed?
If so, can you change the concept to have the PHP search for one variable called 'choice' and read its value and then execute...
Both situations have up and down sides to them. I think the cookie is the best solution. Since you can't determine when the user will return to the site, I'd create and store...
Hi nikolas22t,
Two quick thoughts, one - does your ScriptAlias point to "e:/server/webpages/cgi-bin/"? and two, are you sure that the 500 Server error is being caused by the configuration and not...