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

    How to change XML attribute using Javascript?

    I need to change an attribute located in my xml using javascript but can not seem to find how to do it. <html> ... <xml id=daxml> <group> <item> <desc listing='123'> </item> </group> </xml> In the above sample, I need to change listing to 234. Any ideas?
  2. focusdev

    Web Development Tools

    I'm looking at taking over a website for an NFP organization which was developed with FrontPage. Since I don't own FrontPage, and it appears to have been discontinued by Microsoft, I was wondering what all of you might recommend. The tool must be easy to use as when I deliver the site to...
  3. focusdev

    help joining files with different key data types

    I'm trying to join two tables together where the key from the host table is a two digit number stored in packed format, and the secondary table is a four digit number stored in a char(10) field. For example, the value from the host would be 23 and the value that it would match to in the guest...
  4. focusdev

    need help getting server started on unix - shared pool memory issue

    I'm a newb to both oracle and linux, but I just installed oracle 10g on linux last night and everything seemed to be working fine until I tried to bring the oracle db back up today. After entering the following command (which I assume starts oracle) STARTUP OPEN PFILE=$ORACLE_HOME/dbs/init.ora...

Part and Inventory Search

Back
Top