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

    ORDER BY Date inc. year

    Hi all, For example when using the ORDER BY date statement. The results come back in day order only. An example of the date format I am using is: dd/mm/yy 02/12/06 will come before 01/03/07. Any help will be appreciated.
  2. oliverreade

    myMenu2.addMenuItem("Click Me", "location='http://file.html'&quot

    Thanx for the tip, will now proceed to next stage. Regards Oliver Reade www.geocities.com/oliver_reade
  3. oliverreade

    myMenu2.addMenuItem("Click Me", "location='http://file.html'&quot

    I have tried what you have mentioned but it still doesn't work! Here is the code anyway: <HTML> <HEAD> <SCRIPT src=menu.js language=JavaScript></SCRIPT> </HEAD> <body bgcolor=&quot;#C0C0C0&quot; text=&quot;#000000&quot;> <SCRIPT Language=&quot;Javascript&quot;> //Create Menu 1 window.myMenu1 =...
  4. oliverreade

    myMenu2.addMenuItem(&quot;Click Me&quot;, &quot;location='http://file.html'&quot

    I have tried what you have mentioned but it still doesn't work! Here is the code anyway: <HTML> <HEAD> <SCRIPT src=menu.js language=JavaScript></SCRIPT> </HEAD> <body bgcolor=&quot;#C0C0C0&quot; text=&quot;#000000&quot;> <SCRIPT Language=&quot;Javascript&quot;> //Create Menu 1 window.myMenu1 =...
  5. oliverreade

    myMenu2.addMenuItem(&quot;Click Me&quot;, &quot;location='http://file.html'&quot

    I have got this small JavaScript menu and have used it. One of my screens calls this pop-up menu many times each time with a different menu. The only problem I am having is that I don't know how to open any of the links in another window! Everyone has advised me to use : window.open() The...
  6. oliverreade

    Good XML program?

    Try this out: www.xmlwriter.net
  7. oliverreade

    How to Clear Screen?

    To clear the screen use: system('Clear'); ^_^
  8. oliverreade

    Read in XML, Write out XML

    I must be close to looking at all the descriptions on the net re: XML::Simple. I have used it and can get it to display XML files but I don't know how to use to to create XML files. There is no practical example!!! The SYNOPSIS for XML::Simple is:- my $xml = XMLout($hashref [, <options>])...
  9. oliverreade

    Read in XML, Write out XML

    I can read in an XML file, but I don't know how to create an XML file from what has been read in! How do I create an XML file with the information I have read in from an XML file? Thanx Oliver Reade
  10. oliverreade

    XMLout()

    How does XMLout() actually work? I have retrieved data from an XML file using XMLin(filename). I have read all the faq's and explainations from various sources but there are no helpful examples and proper definitions anywhere... my $config = XMLin(&quot;./registry/new2.xml&quot;, forcearray...

Part and Inventory Search

Back
Top