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")...
...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
*******************************************************
<%
Dim adoCon
Dim rs
Dim strSQL
Dim lngRecordNo
lngRecordNo = CLng(Request.QueryString("ID"))...
...CODE ------------->
Set adoCon = Server.CreateObject("ADODB.Connection")
adoCon.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("cos.mdb")
Set rsAddExpense = Server.CreateObject("ADODB.Recordset")
strSQL = "SELECT *,SUM(GBP) as TOTAL FROM TBLEXPENSES;"
Response.Write...
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
Hi Barney,
Thanks for your reply.. I think I'm still missing something.. here is the code that I am using.
<script language="vbscript">
sub submit_onSubmit
dim fullname
fullname = (inforequest.title.value)+ ". " + (inforequest.first_name.value)+ " " + (inforequest.last_name.value)...
Hi All,
I have designed a html form that collects the user input and emails it to an address.
FORM FIELDS
----------------------------
form field 1 : Title
form field 2 : First Name
form field 3 : Last Name
I am trying to set a hidden field value(Full Name) using the 3 form fields. to...
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.