I have a form that I want to do 2 things with.
When the user clicks "submit" I need to execute 2 different functions.
One is called CheckID and the other is called makecookie().
I can get one or the other to work....but not both. I dont care in what order they are done, except I just want them...
Ok I guess more info would help the both of us.
Currently there is a page on our web that retrieves info using SQL.
The procedure is set up to automatically sort alphabetically when the info is displayed on the web.
Well there is another column on the info. that is pulled and sometimes i...
Currently this is what I use to retrieve info:
rs.source = rs.source & ",@AcctNo='" & request.form("actno") & "'"
Can I change this to something like so I can sort from within the webpage itself?:
rs.source = rs.source & ",@AcctNo='" & request.form("actno") & "ORDER BY Field1" & "'"
-Thanks
well yea its great that i can do the sort within this forum...but it does nothing for me to look at it. Need to know how to do it.
Any other ideas?
Also I know this is not a SQL forum but I was wondering when I do a request.querystring on my asp page, can I sort by a field at that point...
Not really sure what you mean by "THREAD ORDER"
I am not so familiar with SQL either. I would know how to put the order by command in there, but not how to access the information differently depending on what the user chooses.
I have an ASP page that pulls info from our database thru MS SQL.
As it is out putted from SQL it is sorted alphabetically. I need to give the user the ability to sort by date if they so desire.
Can someone plese direct me to a website that might teach me how to do that?
-Thanks
I am trying to write something in ASP and have come across an error. I am not sure if it is because of how I took the statement I had and wrote it in ASP.
If someone could please verify if I did it correctly, it would be greatly appreciated.
Sentence I want to convert:
<Td><a...
You know I am not even sure if they are suppose to be .asp pages. I am sorry but I am really not very good at this at all.
How would this be using JavaScript?
Thanks a lot for all your help.
I am trying to pass a variable called into another variable called ID from one page to the next.
The variable is called "Acct"
So basically what I want is to use the following code and make it work:
<A HREF="newpage.asp?ID=Acct">
The thing is that the variable Acct has a number associated...
I am using the following line to display the date on my website:
<SCRIPT LANGUAGE="JavaScript">
var Today = new Date();
var month = Today.getMonth() + 1;
document.write ("Printed: " + month + "/" + Today.getDate() + "/" + Today.getYear())...
Thanks Simon but I got an error when I used the info. above. The error was "A script block cannot be placed inside another script block. "
I have made some progress using this code, but I am not sure how to limit the size of the window. The one that works is below:
dim pop
pop =...
I want to have a pop up window on our website only if a certain condition is true. Below is the basic gist of the code I need. I dont know how to combine the response.write statement with the window.open statement. Thanks in advance for any help!!!
<%
dim pop
pop =...
situation at hand.. I want to set up an address directory on a server where all the clients can access that address book... rather than each individual client having their own contact list.. this way there's one master list
everyone can access... any suggestions...
I tried creating a personal...
I totally agree with you but I am trying to prove this using factual websites/sources. Any clue as to where I can find them?
Because technically they are not unsolicited, because they gave their email to us and are our regular customers...or am I wrong.
well bottom line either way is I need 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.