Click to See Complete Forum and Search --> : Regarding javascript


vijayalaxmi_mca
September 5th, 2007, 08:42 AM
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

davidc2p
September 5th, 2007, 08:48 AM
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.

PeejAvery
September 5th, 2007, 09:08 AM
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.