Hai All,
I need a help regarding javascript.I am toltally new to javascript.Please tell me.How to get source code of particular URLby writing code by using javascript
Printable View
Hai All,
I need a help regarding javascript.I am toltally new to javascript.Please tell me.How to get source code of particular URLby writing code by using javascript
Many Javascript resources are available through the net writing "javascript" on your favourite seach engine. Anyway my favourite would definitly be http://www.w3schools.com/js/js_intro.asp for there pragmatic and simple way to present the question.
Using JavaScript it is impossible to get the source code unless you are accessing a page on the same domain. If not, security will override you and you will be denied access.