The statement page of the rules is boring? You might add "new" to the page!
A while ago, looking at the weather forecast, I found the call code of the free weather forecast, and instantly thought I could develop the report "embellish polishing".
A total of three steps to teach you extremely easy
First step
First go to the weather resource provider (self-Baidu) to select the forecast for their own pages
Second Step
The IFRAME label in the Copy box.
JS Code:
Document.writeln ("<iframe name=\" weather_inc\ "src=\" http:\/\/i.tianqi.com\/index.php?c=code&id=1\ "width=" \ 330\ "height=\" 35\ "frameborder=\" 0\ "marginwidth=\" 0\ "marginheight=\" 0\ "scrolling=\" no\ "><\/iframe>") ;
This code can be automatically judged based on IP location display, can also be based on the actual needs, appropriate adjustment width, height.
Adding allowtransparency= "True" to your code also results in a background transparency.
Third Step
Called in Report Designer Finereport
Success, the following to a picture!
The above is the entire content of this article, I hope the content of this article for everyone's study or work can bring some help, but also hope that a lot of support cloud Habitat community!