tags:

views:

50

answers:

1

A web page: - 5 first seconds. It shows an advertisement picture. - After, its show main page. If I get content by common way. It only gets page content with advertisement. How to load main page content? Thank you so much.

+1  A: 

You'll need to scrape the advertisement page for the actual URL to the real page, and redirect there.

If you are lucky, it will be in a META-REFRESH tag. If your unlucky, it will be in javascript.

FlySwat
Hic it's in javascript. How can I do?
synd.sd