Get Selected HTMl

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #16
    Can you give a link to a test page?

    Without seeing some code, it's difficult to say what the problem might be.

    Comment

    • ojsimon
      New Member
      • May 2007
      • 59

      #17
      Ok here i have atached the files im trying.

      thansk
      Attached Files

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #18
        Can you find the parts where you're having problems and show that code.

        Remember that there's two parts to this. If you want help with the server-side part, ask in the appropriate forum, e.g. PHP. For the client-side (DHTML/JavaScript/Ajax) part, ask away here.

        Comment

        • ojsimon
          New Member
          • May 2007
          • 59

          #19
          Originally posted by acoder
          Can you find the parts where you're having problems and show that code.

          Remember that there's two parts to this. If you want help with the server-side part, ask in the appropriate forum, e.g. PHP. For the client-side (DHTML/JavaScript/Ajax) part, ask away here.
          ok i think this might need some server side to get the html, i can do this but i just dont know where to put it in this javascript ( i dont understand js) where should i put the code to get the site? I have tried adding it into the clipping page with no luck, what would the url array be in js and where should i put the php to get the site?

          Thanks

          Comment

          • acoder
            Recognized Expert MVP
            • Nov 2006
            • 16032

            #20
            Originally posted by ojsimon
            ok i think this might need some server side to get the html, i can do this but i just dont know where to put it in this javascript ( i dont understand js) where should i put the code to get the site? I have tried adding it into the clipping page with no luck, what would the url array be in js and where should i put the php to get the site?
            Try not to worry about doing everything at once.

            If you do it step by step and design your solution, you'll learn and understand more and also get each part working.

            Firstly, see if you can get the selected part of a page from your own domain (forget about getting another website for now).

            Comment

            Working...