CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: javascript

  1. #1
    Join Date
    Oct 2002
    Location
    hyderabad
    Posts
    4

    Question javascript

    hello ppl
    i have a javascript tree structure which is static.i want that tree structure to be dynamic that is i should be capable to add a new node or a link or delete or edit an existing node or link.
    somebody please help me out.
    bhanu chandar
    p.s:i have attached file containing the code in the text format.(the buttons are nonfunctional)
    Attached Files Attached Files

  2. #2
    Join Date
    Aug 2002
    Location
    Reykjavik, Iceland
    Posts
    201
    Are you seeking a JavaScript solution, or a DHTML one?

    Meaning, would you like the tree structure to show the changes in nodes without having to reload the page?

    With JavaScript you would have to reload the page, or overwrite the existing page using document.write(). With DHTML you would redraw the tree on the fly.

  3. #3
    Join Date
    Aug 2002
    Location
    Reykjavik, Iceland
    Posts
    201
    What browsers do you have to support?

  4. #4
    Join Date
    Oct 2002
    Location
    hyderabad
    Posts
    4
    hi websmith99
    regarding answers to ur questions : it is better that i have a javascript solution and it is ok that i have to reload the page (i would prefer this over document.write method).
    then for the browsers part of it it suffices that the program is IE4+ compatible. it does not need to be working other browsers.
    please help me out
    regards
    bhanu chandar

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured