Jump to content

file_get_contents() equiv .. sorta


severndigital

Recommended Posts

i need to get the char count of the result of a url

 

in php i would do this.

 

$link = 'www.google.com';
$length = strlen(file_get_contents($link));

 

any help on doing this in javascript would be great. I need to resize some divs and iframes based off of the char count.

 

Thanks,

C

Link to comment
https://forums.phpfreaks.com/topic/192774-file_get_contents-equiv-sorta/
Share on other sites

the content i am trying to examine is being loaded into an iframe using the src attribute. so if i count the innterHTML all i get is 0.

 

that is why i need to return the content of the page that is trying load into the iframe before it gets loaded.

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.