I'm new to javascript, I have some knowledge of other languages but I'm not a professional programmer either, so I apologize if my question is the stupid question of the day............
Is it possible to create a javascript function that when I press a button it saves a whole website into a javascript variable? Is it possible to do that?
this is the case:
I have access to use some perl scripts but not access to the server, so what I would like to do is call those perl scripts from my website and save the response into a javascript variable, manipulate the string and save the content I want to keep. Thanks in advance.
Is it possible to create a javascript function that when I press a button it saves a whole website into a javascript variable? Is it possible to do that?
this is the case:
I have access to use some perl scripts but not access to the server, so what I would like to do is call those perl scripts from my website and save the response into a javascript variable, manipulate the string and save the content I want to keep. Thanks in advance.