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 bkrike 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: *

  • Users: ca4928
  • Content: Threads
  • Order by date
  1. ca4928

    Empty Nodes Weird Problem

    I started with XML this morning, and after playing arund with it for a while, I've found my problem. Every Alternate childNode for every Node in my document is an empty blank node. For example <DOCUMENT> <ONE>Hello</ONE> <TWO>Goodbye</TWO> </DOCUMENT> using javascript...
  2. ca4928

    Get a DOM node from coordinates

    I am trying to let the user move a div from one place to another. When the user clicks on a div, it is removed from its current parentNode and transferred to a temporary moveable div using the DOM. Unfortunately, i don't know how to detect which of the numerous possible locations they have...
  3. ca4928

    Refresh page frm server

    I am trying to build a website where two people can talk to each other. I am using AJAX, PHP and MySQL. What I would like is that, when one person submits a message to the server, the other person sees the message. In effect I would like to send information to the client without the client...
  4. ca4928

    Very dynamic form validation

    I am trying to create a very dynamic form using AJAX. My AJAX function eval()s the responseText of the request as this is the best way of doing several other things. I am writing this to input data into a database, and I would like to only use one function in php to input data into each of...
  5. ca4928

    Array High Bound Proplem

    I am new to C++ and am trying to translate a program from VB6 to C++. In this program i have an Array that slowly grows in size as the program runs. I need to find out how to "Redim Preserve myArray(Ubound(myArray)+1)" in C++. For those who don't use VB, this function extends the length of...
  6. ca4928

    iTunes

    I have installed iTunes on Microsoft Windows Server 03 but all it does if i try to run it is lock all the CD drives, does anyone know how to fix this

Part and Inventory Search

Back
Top