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 wOOdy-Soft 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. codeWarrior456

    Select distinct attributes

    I have the following XML sample: <?xml version="1.0" encoding="utf-8" ?> <Sample> <Parent> <Child> <Key value="0"/> </Child> <Child> <Key value="1"/> </Child> </Parent> <Parent> <Child> <Key value="0"/>...
  2. codeWarrior456

    Cookie Counter Problem

    I am trying to use a cookie based counter on my website to keep my counter value from increasing if the user hits the refresh button. However, my setcookie function is not working properly and I can't figure out why. What I have determined is that it will work outside of my if block, but not...
  3. codeWarrior456

    Window.Open Question

    Can someone show me how to use the window.open function with VBscript and a hyperlink? I've read through the documentation on Microsoft's site, but for some reason I can't get it to work. Thanks for the help.
  4. codeWarrior456

    Style Question

    How can I get a message box to display the style of an object on my page. For example, if I want to check the style of a div on the page and display it in a message box, how could this be done? Thanks in advance.
  5. codeWarrior456

    Return Column Names from a Table

    Is there a way to write a query that just returns the names of all the columns in a given table? If so, how can this be done? Thanks for your help in advance.
  6. codeWarrior456

    Force cell wrapping?

    Does anyone know how to force cell wrapping to occur? Here is the problem. I have an ASP page with a table on it. I need the cells in the table to be an exact width so that everything on the page lines up correctly. The problem that I am having though is that the table gets all of its values...
  7. codeWarrior456

    Internet Explorer &amp; Windows XP

    I have Internet Explorer 6 installed on my Windows XP machine and I am having a wierd problem with it. The problem that I am having is my HTM and HTML documents are not displaying an icon. I could change the program that they open with, and even change the icon file that they used but neither...
  8. codeWarrior456

    Need help storing a value in a Variable Using SQL

    I would like to know if there is a way to store a value in a variable using an SQL statement. If so, how is this done? Here is an example of what I am trying to do. I have a database that is taking care of video rentals. Before the computer processes the order I want it to check the status...
  9. codeWarrior456

    Filtering an Access Form

    I have a database that is setup with a login screen. Users are prompted to login, and if they are successful the database stores 3 pieces of information about the user in global variables which I declared in a code module. What I am trying to do is when the user clicks on a button, I want the...
  10. codeWarrior456

    Sharing an Access Database

    I need help trying to setup a shared access database. The main problem that I am having is that I can setup security on one computer, test it, and it will work just fine. However, when I go to another computer on the network an open the database from the shared folder the database opens up...
  11. codeWarrior456

    Simple Assembly Programs gone astray -- Please help

    I have to write two assembly programs for a class and I am stuck on them. The first program that I have to write has to take in a number 1-4 and then another number 1-4. Then it needs to add the two numbers together and print out the sum. The second program has to prompt for a name. Then it...

Part and Inventory Search

Back
Top