当前位置:首页 > 代码 > 正文

网站公告代码美化版(公告代码html)

admin 发布:2022-12-19 23:52 252


本篇文章给大家谈谈网站公告代码美化版,以及公告代码html对应的知识点,希望对各位有所帮助,不要忘了收藏本站喔。

本文目录一览:

谁能给一个简单的网站公告栏代码

这个代码到处都能找的到:table border="1" bordercolor="#000000" bgcolor="#6699ff" cellpadding="5" cellspacing="0"

tr

td

SCRIPT language=javascript document.write ("marquee scrollamount='1' scrolldelay='30' direction= 'UP' width='200' id='jzxue_com' height='150' onmouseover='rav.stop()' onmouseout='rav.start()' Author:redriver; For more,visit:asssss.123.com") document.write ("h2p align='center'font color='#ffffff' face='黑体'哈 啰/font/h2")

document.write ("p align='right'a href='#' target='_blank'font color='#ffffff'阿杜/font/a ")

document.write ("pfont color='#ffffff' ")

document.write ("br我等着见你一面等过这些年")

document.write ("br我想要从从容容说着好久不见")

document.write ("br我一厢情愿认定你都不会变")

document.write ("br那一年那个春天 ")

document.write ("br我想要说的全都写在眼里面")

document.write ("br我也曾想过一切可能沧海桑田")

document.write ("br风影缠绵穿过长发谁的思念")

document.write ("br牵挂的你走的那么远")

document.write ("br哈罗就红了双眼")

document.write ("br哈罗又过了一年")

document.write ("br哈罗在天黑以前想的万语千言")

document.write ("br哈罗却停在你的脸")

document.write ("br哈罗何必再相见")

document.write ("br哈罗回不到从前")

document.write ("br哈罗我瞒不了心痛的那么明显")

document.write ("br哈罗难道这就是再见")

document.write ("/font")

document.write ("/marquee ")

/SCRIPT

/td

/tr

/table

求一段弹窗公告代码

给你一个同时弹出2个窗口的代码

script LANGUAGE="javascript"

!--

function openwin() {

window.open ("page.html", "newwindow", "height=100, width=100, top=0, left=0,toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no")

window.open ("page2.html", "newwindow2", "height=100, width=100, top=100, left=100,toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no")

}

//--

/script

为避免弹出的2个窗口覆盖,用top和left控制一下弹出的位置不要相互覆盖即可。最后用上面说过的四种方法调用即可。

注意:2个窗口的name(newwindows和newwindow2)不要相同,或者干脆全部为空。

特别说明:代码中的“page.html”和“page2.html”为弹出的广告页面,你把广告加在这2个页面中就可以了。

谁能帮我写个网站公告的asp源码!

1、用access数据库,创建一个公告表Notice,表结构如下:

ID:公告编码,数字类型

Title:公告标题,文本型

Content:公告内容,备注型

2、编写asp页面,读取和修改公告内容。

3、提交页的asp代码如下,其它代码如有需要再联系。

sql = "SELECT * FROM Notice"

set rs=server.createobject("adodb.recordset")

rs.open sql,conn,1,3

rs("Title") = request.Form("Title")

rs("Content") = request.Form("Content")

rs.update

rs.close

set rs=nothing

网站公告代码美化版的介绍就聊到这里吧,感谢你花时间阅读本站内容,更多关于公告代码html、网站公告代码美化版的信息别忘了在本站进行查找喔。

版权说明:如非注明,本站文章均为 AH站长 原创,转载请注明出处和附带本文链接;

本文地址:http://ahzz.com.cn/post/31134.html


取消回复欢迎 发表评论:

分享到

温馨提示

下载成功了么?或者链接失效了?

联系我们反馈

立即下载