码迷,mamicode.com
首页 > 其他好文 > 详细

做bbs论坛项目的收获(1)

时间:2014-11-10 13:44:08      阅读:204      评论:0      收藏:0      [点我收藏+]

标签:style   http   ar   sp   问题   bs   ad   amp   ef   

当两张表出现关联的时候,关联的外键,千万不能是汉字,千万不能使汉字,因为这个问题,直接导致项目进行不下去。。。。。

顺便记录一下知识点(一)

当用frameset设置网页的结构的时候

eg:

<iframe  frameborder="no" src="../palindex/DynamicImg" style="height:205px;width:45%;float:left;" scrolling="no"></iframe>
<iframe name="weather_inc" src="http://i.tianqi.com/index.php?c=code&id=7" style="width:225px; height:90px; float:right;margin-right:60px;margin-top:50px;" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe> //获取当地的天气
<iframe name="left_show" frameborder="no" allowtransparency="true" src="../palindex/index?name=@(ViewBag.s)" style="height:425px;width:22%;float:left" scrolling="no" ></iframe>
<iframe name="main_show" frameborder="no" scrolling="no" src="../classinfo/getallclass?userId=@(ViewBag.userId)" style="height:425px;width:78%;float:right"></iframe>

这里如果直接 用iframe里面的src链接会发现打开的页面是显示在当前的页面,如果想要跳出这个frameset开出一片新的网页,就在需要新打开的页面

的<head></head>标签里面加入一个<base>标签

(1).<base targe="_blank">//在新窗口打开页面

 (2) .<base target="_parent">//在同一页面打开

 

做bbs论坛项目的收获(1)

标签:style   http   ar   sp   问题   bs   ad   amp   ef   

原文地址:http://www.cnblogs.com/sunzgod/p/4086925.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!