i have used post method to send my form values to the
same page so in that page (same page) a script will work
to show something on the document but not.I have a problem
when i try to assign the posted value i cant proceed to a
variable.The posted value could not assigned to my
variable.
What can i do to send my values to the same page and
assign the values to my variables which are on the same
page?
Some of you have followed with me through this whole thing...I'm so close to done...
I'm using PayPal IPN to POST transaction data to my script which inserts the data into my database.
Everything is working just fine now, except for one small thing.
The PayPal IPN POSTs the data to the response page 2 times. I wasn't able to get an answer as to why this is, however, what it causes is for my script to insert the information into my database twice. Code:
I want to return all data from a posted form.ok i know i could use request.form("nameoffield")but is there a way to retrieve all posted data in one string without specifing any names?
How do i get all the posted data. Suppose i have a form page (myform.html) and i am SENDING data to form.asp, how do i retrieve all data that was sent by post and by get?
we have an ASP to receive soap messages as follows:
Set doc = Server.CreateObject("MSXML2.DOMDocument") doc.load(Request)
if Len(doc.xml) = 0 then ErrorMessage(...) exit sub end if
The problem occured by moving from W2K / IIS 5 to W2K3 / IIS6: When posting a soap message larger then about 500 KB, Len(doc.xml) returns 0. So we are not able to transfer larger Soap messages. The same code works for W2K / IIS 5 even with sizes over 6MB. The doc.load() function returns rather quickly without any errror.
I have a very simple form, username and password, which uses the post method. The asp page resides in the root www directory. when I submit the form, the variables are not posted, I cannot pull any info with request.form. However, if I move this script to a lower directory (/www/test for example) the form works perfectly fine.
Anyone experiece this problem? Anyone have any ideas? I am stumped and my head is sore from beating it on my desk for the past hour.
Basically, everything is written in ASP. Firstly, a user fills in an online (ASP) form, and then submits it to another ASP page (e.g. Send.asp). Now Send.asp retrieves all the form data and sends another HTML form via an e-mail. I then receive and open the HTML email(s). Now everything is going fine up until this point.
When I hit the submit button from the e-mail, it posts all the form data to another ASP page.
Now this is when things start to get a little weird.
Half the time when I submit the form via Outlook 2003 message, the other ASP page would load will all the form data intact. Every other time, the other ASP page would load will NO form data at all; just blank text boxes, textarea, checkboxes, etc ...
I've done a few experiment of my own in the hope of finding some answer. So far, I've only seen this happen to Outlook 2003 and not 2000 (we have a mixed between those 2 versions).
Also, it only happens to users in the same state as where the IIS server is located. For example, the server is located in state A, so any users with Outlook 2003 in State A will experience this problem half the time. Other users in State B, C, D, etc ... using Outlook 2003 does not experienc this problem. Because the link is a lot slower for our interstate users, I'm starting to think that maybe network speed has a part in this behaviour.
The following code doesn't throw an error so is it even executed? I cannot see how it isn't all the parameters in the INSERT statement are posted from the previous page. This is my confirm details page...
You may or may not be aware of $data = <STDIN>; in Perl which basically takes all the data posted from a HTML form and puts it in to one string variable so that you can manipulate it. What's the equivalent/how would you do this in ASP?
The scenario is that posted data from World Pay is to be used to construct one of two pages depending on the content of one of the posted variables. Could someone help with passing on posted data to another page. I have in mind loop which reads the posted data and reconstucts it to pass on using a redirect with a querystring - if such a thing is possible. Or is there an easier way?
This may seem like a stupid query, I need to know how to list just the last 3 - 10 records posted im my database, also about creating multiple pages with only 15 items per page.
I figured it has something to do with record counting but am battling to get my head around this. Some of my lists are getting too long. and I want to create an index page with a few teasers. a news item or two, a new client or two etc.
I have an ASP page that sits and listens for responses sent to it by a third party. The third party simply sends a plain text delimited response in the body of the http message.
Eg: Account=2,User=92663,Pass=OK,Action=5
What I can't figure out on my listening page, is how to capture the body of the message being posted to it, so that i can then manipulate the delimited string, and split it up into the variables for later use.
How do i get access to the body of the http page? I thought perhaps using WinHTTP, but it looks like it only works when your page goes looking for a web page, and not when a page is being submitted to it, like in this case.
I want to call a recordset so you can edit the details and then obviously pass the parameters onwards into the db. However, the user guide just says this:
To process other fields in the form, use the Form collection of the upload object the same way you would use the Form collection of the Request object. For example, if your form had a text element named UserName, your processing code would include: Code:
I have a main data entry form which has a link to a detailed data entry form. The value of the link in the main form is the sum total of all the line items in the detailed form. The detailed form has fields to capture the individual line items like contracted service expense, travel expense etc. I am capturing the total of individual line items using session variables so that when the values of the main form is saved these total of line item values get saved. However, if one gets to the mainform via login and tries to resave the values (which is already saved), the above session variables (from the detailed form that contains the sum of line items) get null values. However, just navigating to the detailed form through the link and coming back to the main form sets the value in the session variables.My question is how to get the session variable values without having to go to the detailed form and come back to the main
if it is possable in ASP i could store a value in one ASP page and look at it on anouther ASP page. for example:
On a login page i want that page to store a value called rights that is a number. when it goes to any of the other pages EG add user, Delete users if the user does not have the needed rights to takes it back to the main screen.
I wish to get and set values on child controls on a formview.For example. Changing the text in textbox. Hiding or unhiding child controls based on user. Replacing a blank with a default or calculated value that will need to be generated at runtime.It seems as though this should be thoroughly documented, but I'm not finding much.
i need to know if i have a loop that outputs values for each month how do i get it to add the values and only display them every 3 months,(every quarter)?
jan 123 feb 234 mar 432 first Q 789<---------how do i do this? Apr 125 may 548 jun 323 second Q So on..
I need to use the value=rs("image") in a javascript function, but i need the selected value of rs("iname") in an ASP array. Request.form("dd1") will always give me the value of rs("image"). Is there any way around this?
Using a query statement, I am trying to add values into the textbox of an ASP page to enable users to edit it. But it only displays the first word of the record. The rest of it gets chopped off. Code:
<P>Company Name:<INPUT NAME ="CompanyName" style="WIDTH: 371px; HEIGHT: 22px" size=47 Value=<%=objRec.Fields("company_name")%>></P>
The value in the textbox only shows R1 when the value in the SQL database is R1 International Pte Ltd. The datatype in SQL is char if it makes any diff.
I am facing with a problem of getting Drop Down Values. How do I get Drop Down Values in a array.e.g,
On Submit, I hv to display records based on similar MergeIDs, Like, e.g for MergeID - 1001 i have 2 records in database So I will hv to display those two rows in a concatened form. But these two records hv different IDs.
ASP Display DropDown MergeID Username Task ID 3 1001 Ashish,Kamal Design,Test 21,22 5 1002 Sunil,Anil Data,Design 25,26
Now, when I Select 3 and 5 in drop down,I want that for MergeID it should show DD value as 3 and for MergeID 1002 as 5.I am not getting that.I am able to get IDs 21,22 in an array.
Dim ix For ix = 1 to Request.Form.Count fieldName = Request.Form.Key(ix) fieldValue = Request.Form.Item(ix) Response.Write fieldName Response.Write fieldValue & Next Response.End
It is not returning the results of any field on the previous form page. Does anyone know what I might look for?
I'm a (moderate) newbie to and I'm building an ASP/VB db-driven site where the user selects a brand from a menu, this determines the contents for another menu with models. Selecting a model displays details about that model. Nothing too original here Its a small low traffic site with no ecommerce elements - just window shopping.
My questions is : I need to know on all pages what the current brand and model are (and modify these when the user changes them).
From what I understand there are 3 (?) methods: server vars, session vars or hidden fields. Which should I use for this purpose and can anyone point me to some good related examples/tutorials? (I've read the stuff on this site of course).
I have a form which the user fills and submits.i have insert statement there. When i submit the form to itself ,the values get submitted and inserted in DB easily.