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 TouchToneTommy 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: coderGirl
  • Content: Threads
  • Order by date
  1. coderGirl

    Creating a stand along Javaapp, and need help with Graphics rotation

    Hi there; I am making a stand alone JAVA application, and i need to work out how to have just say a oval on the screen and have it that the user can press a key on the keyboard and it will rotate so many degrees.. can someone please help me : ) I have done this before, but it's been a while...
  2. coderGirl

    Relative paths in Java , working with servlets, and XML

    Hi I have this servlet which runs on myPc at the moment and is executed via http://localhost:8080/examples/servlets anyway this servlet creats and XML Document. Then i want to call another class which code iwill show below. this class reads the XML values and stores them in an array. the...
  3. coderGirl

    How to save a string to an XML file Client Side? I AM DESPERATE

    Please i need to know how to get the folowing code or somethng totally differen to work client side <script language=&quot;javascript&quot;> function GetXML() { var strXML = new String(); strXML = &quot;<?xml version='1.0'?>\n&quot;; strXML = strXML +...
  4. coderGirl

    URGENT - create an XML file and store HTML form data in it client side

    Hi I have to create a HTML document which is made upof several text fields from which results are retreive when you click a button and then a XML document is generated and storedin aspecific directory and then some java code is then called to populate a database i have the working java code...
  5. coderGirl

    URGENT : Client Side HTML Form data to XML ???????

    Hi I have to create a HTML document which is made upof several text fields from which results are retreive when you click a button and then a XML document is generated and storedin aspecific directory and then some java code is then called to populate a database i have the working java code...

Part and Inventory Search

Back
Top