Here's the URL to the aforementioned article:
http://mastercgi.com/howtoinfo/formtutorial.shtml
The information I referenced is in the second paragraph in the section titled "Sending With Method POST".
There is also a pdf document with more details offered, which I downloaded, but...
Thanks, I'll give it a shot. I also found an article that stated that POST data was limited to 32k, so I suppose that could be the issue as well.
I appreciate your input.
Tim
Is anyone aware of there being a limit to how much data you can POST to a page? I have a 4 page survey that POSTS all the data from page 1 to page 2, all the data from pages 1 & 2 to page 3, etc. All is well until trying to load Page 4, which just hangs. If I delete about 15 items from the...
We have the following stored procedure that runs fine in SQL Server 2000 Query Analyzer.
/*
** Retrieve next available Request ID
*/
CREATE procedure dbo.sp_GetRequestID2
@output int OUTPUT
as
/* begin transaction */
select @output = (select NextID from RequestID)...
We have the following stored procedure that runs fine in SQL Server 2000 Query Analyzer.
/*
** Retrieve next available Request ID
*/
CREATE procedure dbo.sp_GetRequestID2
@output int OUTPUT
as
/* begin transaction */
select @output = (select NextID from RequestID)
update...
We are converting from an Oracle database to SQL Server. Does anyone know what the SQL Server equivalent of the following Oracle statement"Lock Table xxx In Exclusive Mode"?
I have a strange thing that has suddenly happened. When I right-click on a drive or folder and select Properties, nothing happens. I can still view Properties for individual files, but not for folders and drives. Any ideas???
Thanks!
Tim
Could someone please explain why I am receiving the error:
"Object expected"
when I run this code:
strTemp = document.all("Table").rows(0).cells(0).innerHTML;
intTempHTML = strTemp.indexOf("&");
strTemp = strTemp.substring(0, intTempHTML)...
When clicking on a link to download a file(exe), IE sends me to a blank page, containing the URL for the exe, and a simple block graphic like you would see when a graphic did not load. I am never prompted to download. Right-clicking on the link and selecting "Save As..." works fine...
Thanks everyone for all the input. Unfortunately, I have had no luck, and am beginning to think perhaps I have a bad motherboard?
I have taken known good memory from my main system and placed it in each slot, trying both settings for the jumper. All this to no avail.
I have no clue as to...
I switched out the memory, trying it with PC100 and PC133 (adjusting the FSB jumper accordingly).
I removed the CPU (which was indeed seated correctly) and reinstalled it (and the confounded fan!!!).
Still nothing. I unplugged all power inside the computer other than the main board and fan...
The monitor stays in powered down mode. CPU fan is running, hard drive plugged in(power only-no IDE) churns. I do not get any sound off of the board. I assume if it was the memory I would get the familiar beeps, but not getting those, I removed all memory. I can only assume the processor is...
I am building a computer based on a Duron 650 and a FIC AZ11 mtherboard. I can not get any video...I have tried an AGP graphics card and 3 PCI cards (all of which test fine on other systems), but my monitor (a Viewsonic A70) does not come on. I have unplugged every other component from the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.