惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Apple Machine Learning Research
Apple Machine Learning Research
Google DeepMind News
Google DeepMind News
小众软件
小众软件
GbyAI
GbyAI
酷 壳 – CoolShell
酷 壳 – CoolShell
F
Fortinet All Blogs
博客园 - 三生石上(FineUI控件)
B
Blog
量子位
B
Blog RSS Feed
Vercel News
Vercel News
Blog — PlanetScale
Blog — PlanetScale
Last Week in AI
Last Week in AI
博客园 - 叶小钗
MongoDB | Blog
MongoDB | Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
爱范儿
爱范儿
Jina AI
Jina AI
C
Check Point Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
IT之家
IT之家
H
Hackread – Cybersecurity News, Data Breaches, AI and More
云风的 BLOG
云风的 BLOG

博客园 - hdbb30

SharePoint 通讯录查询 - hdbb30 - 博客园 ASP.Net调用Excel组件错误的问题解决 创建强命名程序集 缩小数据库日志文件 工作流产品比较 运用Google Ajax搜索API ASP.NET状态保存方法 ASP.NET保持用户状态的九种选择 ASP.NET中Cookie编程的基础知识 生成中文的验证码(ASP.NET C#) Asp.Net 动态生成验证码 用ASP.NET构建完整E-mail发送系统 弹出确认对话框的自定义Web服务器控件ConfirmButton GRIDVIEW 用法 Net/WEB开发常用的方法、函数 Asp.Net 动态生成验证码 ASP.NET程序中常用的三十三种代码 在DataGrid中利用CheckBox全选所有行 ASP.NET中17种正则表达式
SharePoint首页添加天气预报 - hdbb30 - 博客园
hdbb30 · 2009-02-23 · via 博客园 - hdbb30

根据项目需要,在门户网站的首页添加一个展示天气预报的区域,很简单,利用SharePoint自带的Webpart就能实现。

1.添加一个新的Webpart--Content Editor

2.修改Webpart.

3.修改"标题"为“Weather Report”.

4.编辑“Source Editor"

<a href="http://www.wunderground.com/global/stations/54511.html?bannertypeclick=bigtemp">
<img src="http://banners.wunderground.com/weathersticker/bigtemp_metric/language/www/global/stations/54511.gif" border=0
alt="Click for Beijing, China Forecast" height=94 width=185></a>
这是表示北京地区的天气预报,其他城市一样,修改一下链接地址就OK了。