Hi All,
I am getting the fllowing msg. I can load the record to be updated in the update form, when the submit button is hit the record doesnot update and throws the following error. I have had a look through the code can can't see where I am going wrong. any help will be appreciated...
Hi All,
I am in the process of gathering information of printers at various locations. I have created a web form that the user populates and when submitted, it calls a php script that writes to a csv file. This works okay.
When the csv file is written, the user is redirected back to the form...
Hi Ecwcee,
Thank You for your help. I have used the code above. Hwever, I get the following error when the page tries to create the text file.
Permission denied
/mydirectory/response.asp, line 20
The directory is under the IIS Root and I have given the IISUSER account full access. Any...
Hi All,
I have this code that works if the page is a HTM page. I am trying to convert it to work as an asp page. The page contains the readparams() Javascript line - which I can't run in asp (I am guessing).
Is there any way I can achieve the same in asp, without having to manually enter all...
Hi,
I was wondering if any one can advise or point me in the right direction.
I am trying to disable the collate option in Ms Word 2000 and above, so when the user goes File -> Print the collate button is disabled and grayed out.
I do remember seeing an article that there a registry...
Hi,
I was wondering if any one can advise or point me in the right direction.
I am trying to disable the collate option in Ms Word 2000 and above, so when the user goes File -> Print the collate button is disabled and grayed out.
I do remember seeing an article that there a registry...
Hi Tarwan,
the link is on the previous page is as follows
Response.Write ("<a href=""deletepage.asp?ID=" & rs("ID") & """>")
Response.Write ("<img src='/images/delete.gif' width='9' height='9' border='0'>")
I have now changed it to
Response.Write "<a href=""deletepage.asp?id=" & rs("ID")...
Hi,
Please could you help with the question below?
I am trying to pass the variable 'strRecordDtls' to the client. I am trying to get a message box to popup on the client asking the user to confirm deletion of the record.
Is this possible? If so how do you do this ?
Many Thanks...
Hi All,
I am trying to select muliple rows and sum the field "GBP" as a TOTAL Value.
The code below is what I have so far. Is this right? i am unable to output the total value of the GBP field..
Any assistance will be most appreciated.
Regards
<------- CODE ------------->
Set adoCon =...
hi,
i am a bit stuck, i am trying to pass the QueryString value(v0) into the link, no errors appear but the on click command doesnot redirect. Any help would be great...
<input type="button" name="contract" value="Contract" onclick=<a href=" "contract.asp?p_id=<%=v0%> " ">
thanks
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.