How can I create a javascript script that allows me to get the html code of a different page from a different domain and allows me to edit and display the code?? Thanks in advan
You can't. Cross domain scripting is not possible... you can also search SO and find many answers to this question.