Jump to content

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.

 

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.