vote up 0 vote down star

Is there any javascript algo that i can used to check for a website page height and put it as height of the iframe to render the page

step 1 : check what is the height of the website , let say www.cnn.com.my
step 2 : get the height , and put in ?
step 3: render the page in iframe with height 'pre-set'

flag

57% accept rate

2 Answers

vote up 3 vote down check

No, because of the Same-Origin policy, you can only access the properties of a page from the same domain as the current page using JavaScript. Trying to access the properties of a page from another domain is known as cross-domain scripting and is prohibited by the browser.

link|flag
vote up 1 vote down

@cometta:check what is the height of the website> I am sorry. NO.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.