By the way, what earlier comment did I ignore? The link that you gave me? I just went back after you said that and did not see an earlier comment except for the one below.
onpnt (Programmer) 14 Sep 06 8:09
Paging Recordset
General FAQ FAQ333-2924
5 steps to asking a question FAQ333-3811...
And yes....it was the same guy that quit that I was working on his junk back in August as well. I'll get it cleaned up and come back later. This isn't even my job...since he quit I'm the only one that will even attempt to mess with this junk.
Matter of fact....I'll just get it all cleaned up and then revisit all of this later. I knew I should have done it sooner but I was being pushed to get some new features added to it. I'll just go through and clean it up as it should be. Thanks again. If I see the guy that was hit by the bus I'll...
onpnt, thank you for the tips. I have not mentioned that I am very new to this and this was done by another person and I am just trying to maintain it and make things work that were not made to work by the original programmer. I would really like to clean it up and your tips will definitely help...
onpnt, thank you for straightening me out my use of i. I knew that I had done it wrong and that there was way to many lines of code. You suggestion has helped tremendously. Thank you.
theniteowl, I will see if I can use this. I need to hide the button when it is clicked and then reappear at the...
Okay...here is what I got to work.
<!-- #includes file="includes/dbconn.inc" -->
<title>Comments for - Mr. Smith </title>
<SCRIPT LANGUAGE=javascript>
<!--
function Check()
{
if(document.form1.TextToSearch.value == 0)
{
document.form1.TextToSearch.focus();
return false;
}
}...
Thank you...I believe your comment will help others as well that are new to vbscript. Star for you. Is it my statements like below that I would need to dim the variables? team1 and hat1 or only team1?
set team1 =db.execute ("SELECT ttmopoints as hat1 from Home WHERE ID='1' ")
Thanks again!
No...the password isn't password...I changed up everything that was sensitive information. I didn't explain that either. Sorry. I'm not very good at this but I know better than to do something that crazy. ;-)
Thanks,
acewilli
Sorry...I was referring to theniteowl's comments about using a control file. I should have specified whom I was speaking to. Sorry about that.
Thanks,
acewilli
Yes...I figured it out after I submitted my comment. Sorry about that. They are pretty good. I am having a lot of trouble getting this to work. Is there not a way to create a drop down menu with each month listed and have the page pull the information from the database based on the month...
I have a back-end script that runs at midnight on the 1st of each month to archive the information in the database for that month. I've posted it below and I know it is really long and probably not the best way to do it but it works well and accomplishes the task. Is there any way that I can use...
onpnt, was I vague in my question or do you post the General FAQ and 5 steps to asking a question with all of your comments?
I wanted to be sure as I rarely post questions in the ASP forum. I appreciate your guidance.
Thanks,
acewilli
Okay...so my way is slower than your suggestion? From what I read on the 4guysfromrolla it seemed as though this was a faster way.
Let me ask this about the suggestions. Are you talking about the way I use the Shell cmd to search and create a new file or are you talking about the parsing of the...
But it isn't causing an issue, correct? Would it do me any good to declare all of the variables since this is ASP? Sorry but I've never used Option Explicit in ASP and wasn't sure of why I would need to especially in this instance.
Thanks again....you really saved me on this. I was having a...
Hello, how can I hide a button after it is clicked and then unhide it the 1st of each month? The button is a standard form button like below. Thanks in advance!
<FORM>
<INPUT TYPE="BUTTON" VALUE="Random Drawing" ONCLICK="window.location.href='../cssopt/random.asp'">
</FORM>
Thanks everyone. Here is how I decided to do it and it works great. If you see something wrong with this please let me know. It seems to work great. Also...if anyone can tell me how to search for more than one keyword I would very much appreciate it. Thanks again!
<%@ Language=VBScript %>...
Okay...one more question. This worked great and you get a star for it but can you tell me why I can make it work with the Option Explicit? It works fine with it commented out which I'm very happy about but I'm worried that it is caching the results. Can you tell me if it is okay without the...
Hello, I need to add a button to my table that will switch between content for the table only. I don't want to have to create a new ASP page in order to display the Forward or Backward data. I thought it was easy but I'm having a hard time getting it to work. Below is my code for my existing...
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.