Register Advertise with usHelp Desk Today's Posts Search

Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: rraval
Forum: Programming 13th April 2010, 10:05 AM
Replies: 3
Views: 559
Posted By alexts
Re: Either a basic, or a stupid, javascript question

Only for IE. I am sure there are alternative for other browsers

function getUrl(url) {
var http = new ActiveXObject("microsoft.xmlhttp");
http.open("GET",url,false);
http.send();
return...
Forum: Programming 13th April 2010, 10:03 AM
Replies: 3
Views: 559
Posted By Martin Avis
Either a basic, or a stupid, javascript question

Is there a javascript equivalent of the php file_get_content(domain) function?

I know that I can use javascript to display the source code of its own page, but can it display the source of a...
Forum: Programming 13th April 2010, 07:16 AM
Replies: 0
Views: 387
Posted By n7 Studios
Tip Asking for Advice or Work - Tips

I'm all for people asking for advice and/or people to work on their projects, and this is certainly a great place to do that.

However, I'm also noticing a repetitive trend of questions or...
Showing results 1 to 3 of 3

 
Forum Jump


All times are GMT -6. The time now is 11:44 PM.