Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. YodaMan81

    On Click Question

    Thanks a lot for your help!
  2. YodaMan81

    On Click Question

    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...
  3. YodaMan81

    Sorting

    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...
  4. YodaMan81

    Sorting

    Well actually i am more concerned w/ knowing if this is actually possible. But I take it that it is possible from your response. Am I wrong?
  5. YodaMan81

    Sorting

    Yes, but I dont seem to be getting anywhere with it. So I didnt even know if it was something that was possible.
  6. YodaMan81

    Sorting

    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
  7. YodaMan81

    Sorting

    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...
  8. YodaMan81

    Sorting

    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.
  9. YodaMan81

    Sorting

    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
  10. YodaMan81

    Code Converting

    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...
  11. YodaMan81

    Passing variables...

    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.
  12. YodaMan81

    Passing variables...

    The page is an .asp page thanks
  13. YodaMan81

    Passing variables...

    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...
  14. YodaMan81

    Problem w/ Displaying the date

    Thanks a lot GujuModel...
  15. YodaMan81

    Problem w/ Displaying the date

    I am using the following line to display the date on my website: <SCRIPT LANGUAGE=&quot;JavaScript&quot;> var Today = new Date(); var month = Today.getMonth() + 1; document.write (&quot;Printed: &quot; + month + &quot;/&quot; + Today.getDate() + &quot;/&quot; + Today.getYear())...
  16. YodaMan81

    Assistance needed with window.open statement!!

    Thanks a lot BillyRay it worked!!
  17. YodaMan81

    Assistance needed with window.open statement!!

    Thanks Simon but I got an error when I used the info. above. The error was &quot;A script block cannot be placed inside another script block. &quot; 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 =...
  18. YodaMan81

    Assistance needed with window.open statement!!

    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 =...
  19. YodaMan81

    Shared Address list

    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...
  20. YodaMan81

    Bulk Email

    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...

Part and Inventory Search

Back
Top