Search found 5 matches

Go to advanced search

by jan
Mon Aug 11, 2014 12:56 pm
Forum: Issues
Topic: Read the source of any web page with Javascript on Server Code
Replies: 7
Views: 350
 
Jump to post

Read the source of any web page with Javascript on Server Code

it works, thanks a lot.

by jan
Sat Aug 09, 2014 8:25 pm
Forum: Issues
Topic: Read the source of any web page with Javascript on Server Code
Replies: 7
Views: 350
 
Jump to post

Read the source of any web page with Javascript on Server Code

i changed this code
var content = $.get("http://pastebin.com/raw.php?i=PPiy6zwq");
// format as JSON and return the response
response.success(content, "application/json");

this code running on server code

by jan
Sat Aug 09, 2014 8:15 pm
Forum: Issues
Topic: Read the source of any web page with Javascript on Server Code
Replies: 7
Views: 350
 
Jump to post

Read the source of any web page with Javascript on Server Code

script on server code codevar content = $.get("http://pastebin.com/raw.php?i=PPiy6zwq"); // format as JSON and return the response response.success(content, "application/json");/code full error message: https://d2r1v...
by jan
Sat Aug 09, 2014 7:59 pm
Forum: Issues
Topic: Read the source of any web page with Javascript on Server Code
Replies: 7
Views: 350
 
Jump to post

Read the source of any web page with Javascript on Server Code

error in trace tab

ReferenceError: $ is not defined ( @ 1 : 14 ) - var content = $.getJSON("http://pastebin.com/raw.php?i=PPiy6zwq");

What am I doing wrong?

by jan
Sat Aug 09, 2014 7:19 pm
Forum: Issues
Topic: Read the source of any web page with Javascript on Server Code
Replies: 7
Views: 350
 
Jump to post

Read the source of any web page with Javascript on Server Code

hi! I am newbie to javascript. i am trying to read the source of url but it isn't working. code var content = $.getJSON("http://pastebin.com/raw.php?i=PPiy6zwq"); // format as JSON and return the response response.success(cont...

Go to advanced search