Ask Experts Questions for FREE Help !
Ask
    siju's Avatar
    siju Posts: 9, Reputation: 1
    New Member
     
    #1

    Apr 4, 2006, 11:02 AM
    I am not able to save the web page:-
    Hi folks,

    http://www.ramakrishnavivekanandain...vol_2_frame.htm


    Even if I am able to do I am not getting the article , work and it's
    Secret

    Can anybody suggest ways of doing this..?

    Well some of you might be thinking url might not be a valid one
    Here is how I got it

    http://en.wikipedia.org/wiki/Vivekananda
    From there the link the complete works of swami vivekananda online

    Then the link the complete works of swami vivekananda

    Then volume 2 link
    RickJ's Avatar
    RickJ Posts: 7,762, Reputation: 864
    Uber Member
     
    #2

    Apr 4, 2006, 11:32 AM
    That's a super long page with scads of links: I did not see the one you're referring to. Sounds, though, like it's your basic broken link on a web-page.

    Is the bottom line that you're trying to find an online version of the writings of swami vivekananda?
    cajalat's Avatar
    cajalat Posts: 469, Reputation: 66
    Full Member
     
    #3

    Apr 4, 2006, 05:55 PM
    I see what you mean. Right-clicking doesn't work and therefore you can't save or cut/past any text.

    The site uses JavaScript techniques to hide all the HTML from the user. The code is generated on the fly by your Java Interpreter at display time only. So if you try to look at the code all you will see is something like this:

    Eval(unescape(%68%70%5F%6F%6B%3D%74... ));

    This evaluates at Java runtime to what ultimately you see on the screen. Check this site out which describes exactly how the author is "hiding" his source: http://www.siteexperts.com/tips/hideit/index.asp

    The technique to hide the code is clever. It isn't really hidden... everything on merelyge is merely escaped. You can use utilities to suck up the site such as wget in Linux and then look at the resulting code and then wget each of the links inside. Then you can take whatever is between the "unescape" statement as above and cut/paste into the following site:

    http://scriptasylum.com/tutorials/en...de-decode.html

    This will then reverse escape all the code to the original HTML/JavaScript. It isn't simple but at least you'll be able to unobfiscate the site a bit.

    It is probably much easier though to ask the author for permission to copy and credit their work.

    Good luck

    Casey

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Please help save my sanity! [ 4 Answers ]

Hello all... I broke down at 4 this morning... I just couldn't take it any more. I couldn't get to sleep because of the 'running' water from the toilet. I had looked on a web site before going to bed... it sounded simple enough! It said the floating ball or the rubber flap thing needed...

Not able to save the downloaded page from a site [ 3 Answers ]

I have downloaded a site and while trying to save the pages of the site using the File Menu and SaveAs, I was prompted a message "not authorized to save this page/site" . How can I save the Page.

Help me save my furniture! [ 2 Answers ]

Does anyone know what I can do to prevent my 3 cats from clawing on my furniture? I have a wonderful pole that one cat uses but not the other 2. Any suggestions for me??


View more questions Search