Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: copy contents from one html page1 table-A to html page2 table-B..  (Read 10568 times)

0 Members and 1 Guest are viewing this topic.

madhwan

    Topic Starter


    Greenhorn

    • Experience: Familiar
    • OS: Windows 7
    Re: copy contents from one html page1 table-A to html page2 table-B..
    « Reply #15 on: December 10, 2015, 11:06:23 AM »
    please help me in this with the help of programming if someone expertise the same i.e javascript or any other language

    Geek-9pm


      Mastermind
    • Geek After Dark
    • Thanked: 1026
      • Gekk9pm bnlog
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 10
    Re: copy contents from one html page1 table-A to html page2 table-B..
    « Reply #16 on: December 10, 2015, 08:00:04 PM »
    You need to answer the question.
    Are you doing direct editing of the HTML?
    OR
    Are you doing  editing of the visual page?

    The visual page is call WYSIWYG

    I assume you are using WYSIWYG and do not understand how to specify a new column target area to place the clipboard contents.

    Using a scrip is only needed for a huge job that has dynamic usage.

    madhwan

      Topic Starter


      Greenhorn

      • Experience: Familiar
      • OS: Windows 7
      Re: copy contents from one html page1 table-A to html page2 table-B..
      « Reply #17 on: December 11, 2015, 01:07:53 AM »
      dear i am gonna attach text file for the same.  could not find the javascript or your could say could not understand where to put the same.   if you know about it pls help....

      attaching page1 and page3 in text form. may be it would clarify more.  save it as html file and see what i am trying to do.  trying to copy data from table in page1 to table in page3

      [attachment deleted by admin to conserve space]

      madhwan

        Topic Starter


        Greenhorn

        • Experience: Familiar
        • OS: Windows 7
        Re: copy contents from one html page1 table-A to html page2 table-B..
        « Reply #18 on: December 12, 2015, 08:10:20 PM »
        hello experts,

        what happened....????

        need you help guys...........

        Geek-9pm


          Mastermind
        • Geek After Dark
        • Thanked: 1026
          • Gekk9pm bnlog
        • Certifications: List
        • Computer: Specs
        • Experience: Expert
        • OS: Windows 10
        Re: copy contents from one html page1 table-A to html page2 table-B..
        « Reply #19 on: December 12, 2015, 08:50:07 PM »
        Your HTML code does not indicate why or how you would want to combine these two tables.
        Yes, HTML can create tables. But it is not a data base manager. It does not somehow know which objects belong  together.

        Please try to explain in plain English what you need to do.
        Are these tables used to store numbers?
        Or a bunch of important words?
        Is it part of a spreadsheet?
        Is it a photo album?
        Is it a list of poems?
        Os it a list of important dates in history?

        In any case, understand the purpose of the table is critical to making major changes to anything other that just color and size.

        If you have two disparate tables, but with a set of objects common to both, merge or join of  the tables is more of a data base manager program, not a lot of HTML code.

        Please explain why you need to do this?
        Why not just start over and make a new table that has everything?




        madhwan

          Topic Starter


          Greenhorn

          • Experience: Familiar
          • OS: Windows 7
          Re: copy contents from one html page1 table-A to html page2 table-B..
          « Reply #20 on: December 13, 2015, 03:10:02 AM »
          hello friends,

          these are the web pages only.   i prepared the pages by insterting the values in the table in page1 by using editor ealier. i made thousands of pages.   now what happened, my college needs table to be more presentable, so they provided me set standard for the table.  now i created the pages again with new table style.  required data is the same.   so one way is to insert all the data one by one in new html pages by myself, or i could find a way out to copy all the data from table in page1 format to new page say page3 .

          otherwise i will have to insert data manually using editor in each page.......

          camerongray



            Expert
          • Thanked: 306
            • Yes
            • Cameron Gray - The Random Rambings of a Computer Geek
          • Certifications: List
          • Computer: Specs
          • Experience: Expert
          • OS: Mac OS
          Re: copy contents from one html page1 table-A to html page2 table-B..
          « Reply #21 on: December 13, 2015, 05:47:32 AM »
          If I'm honest, I think most of the issues here stem from the fact you are using extremely outdated editors that haven't been developed since 2005, in the past 10 years web standards have changed hugely and nowadays WYSIWYG type desktop editors are totally out of fashion.  I'd strongly recommend just sitting down and learning raw HTML, it won't take long (probably not much longer than you've spend trying to get this to work) to get reasonably competent with it.  I imagine the issue could be solved very quickly by simply editing the actual HTML code.