Hello All,
I am having a little problem with a javascript within my ASP code. Before hand I apologize if this is not the correct Forum to post this.
Senario:
I have an asp Page that has an javascript when you submit the page the java script opens outlook and enters some data into the email To...
cLFlaVA,
there are 16 text boxes and only numbers will be entered.
in your example I would only have to change the form name and do something with the submit?
would that be like on submit= document.forms?
I was able to find the following script but not sure how to add more fields this only compares 2 fields
<script type="text/javascript" language="JavaScript">
<!--
function BothFieldsIdenticalCaseSensitive() {
var one = document.form1.one.value;
var another = document.form1.two.value;
if(one !=...
hi,
I am working on creating a form. I have about 16 fields where the user need to enter a number. But I need to make sure that before the form is submited I can check that the user has not enter the same number twice and that is less than 100. I am new to programming and looking for some...
hello I am having some problems with a script that I am writing I have a table and I want a number to apperar if is = 12
rsGuestbook("perstat").value = 12 then response.write "<center><b><font color=""black""><bgcolor=""green"">" & rsone("perstat").value &...
I got it!!!
Ok here is what I did
Part Number Price Date Month
A123 $10 05/01/2007 5
A123 $25 03/02/2007 3
BC12 $05 03/05/2007 3
BC12 $05 03/06/2007 3
BD34 $15...
Ok I got it but now I get
Item Number 06/01/2007 06/3/2007 07/01/2007 0705/2007 A123 $05 $10 $05 $15
how could I put the moths together Like this
Jun July
A123 $15 $20
please forgive my ignorance but I only have create query in desing view and Create query by using wizard. I tried the Create Query by using Wizard and did not see the CrossTab
Hello, I am new to access.
I have imported a table that contains parts, price and the date they were sold. so my data looks like this
Part Number Price Date
A123 $10 05/01/2007
A123 $25 03/02/2007
BC12 $05 03/05/2007
BC12...
I am still learing ASP
I know you can do a <, >, =, etc.
but how could you do a between for example I would like to take the numbers between 1 and 7 can this be done with asp?
thank you
Hello I am looking to create a pie chart and I came across this thread thread333-1192857
In this tread you can download a pie chart example
I was wondering if there would be a way to add a link to each part of the pie I tried a few things but did not work.
this is the code that is available...
back to the link, I tried your first reply but it did not work, the statement that builds the link looks like this
Response.Write ("<a href=""update_form.asp?ID=" & rsGuestbook("LORD") & """>")
I am not sure how to add the &id2=001
I was looking at my sql statement and it looks something like this
Dim lngRecordNo 'Holds the record number to be updated
'Read in the record number to be updated
lngRecordNo = CLng(Request.Form("ID_no"))
'Initialise the strSQL variable with an SQL statement to query the database
strSQL...
hello,
I came across a script for a guest book, This guest book script has an update_select.asp page that builds a link where you can click and it will redirect you to the specified record. example http://myserver/update_form?id=123
this works well I was wondering if I could redirect it 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.