CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2007
    Posts
    1

    Regarding javascript

    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

  2. #2

    Re: Regarding 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.
    David Domingues at [email protected]. Feel free to visit http://www.webrickco.com

  3. #3
    Join Date
    May 2002
    Posts
    10,943

    Re: Regarding javascript

    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.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured