Jump to content

amorf

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by amorf

  1. Oh okay. I tough that maybe in here i can get other kind of help.To be honest, i dont want to learn how to make a javascript, because in the future i dont plan that i'll use it.Anyways thank you all for the answers.
  2. Yes, i found this article, and i tryed to create a working code, but as i mentioned before i can't use java.I was hoping that maybe someone can atleast grab an example from any article and convert it to my project.If smbody would do that i could extend the script to my claim.Thank you!
  3. I want to use javascript, because this will be implemented to a windows gadget. So i would like to get a simply javascript. :)Thank you.
  4. Hello Everybody.First of all Im sorry because of my english.I have a working project with a php script, but i'd like to "convert" it to java, so in this way it could be a client side "application".(Maybe the Thread's title wrong so i try to explane it.)I have an xml file (with http:// address) and i want read and display specific parts of it in a html page.XML structure example:<root><books><title><name>Example 1</name><pages>847</pages><writer>Somebody 1</writer><limit>122</limit></title><title><name>Example 2</name><pages>558</pages><writer>Somebody 2</writer><limit>221</limit></title><title><name>Example 3</name><pages>554</pages><writer>Somebody 3</writer><limit>554</limit></title>etc..</books></root>If i want to display example the second book's informations in a html page, like:Name: Example 2Pages: 558Writer:Somebody 2Limit: 221What script should I use?Please be patient im really new in this.Thank You Guys.Amorf.
×
×
  • Create New...