搜索列表
-
ASP辅助代码
【ASP编程】辅助代码 点击返回上页代码: 复制代码 代码如下:<form> <p><input TYPE="button" VALUE="返回上一步" ONCLICK="history.back(-1)"></p> </form> 弹出警告框代码: [Ctrl+A 全选 注:引入外部Js需再刷新一下页面才能执行] 点击打开新窗口...
ASP辅助代码 -
ASP常用函数收藏乱七八糟未整理版
【ASP编程】<% '******************************************************************* '取得IP地址 '******************************************************************* Function Userip() Dim GetClientIP '如果客户端用了代理服务器,则应该用S...
ASP常用函数收藏乱七八糟未整理版 -
Cross-Browser Variable Opacity with PNG
【CSS/HTML】Periodically, someone tells me about the magic of PNG, how it's the ideal image format for the web, and that someday we'll all be using it on our sites instead of GIF. People have been saying this for years, and by now most of us have stopped listening. Sadly, flaky browser support h...
Cross-BrowserVariableOpacitywithPNG -
解决鼠标在 flash 链接上不停闪动的问题(web页面中)
【CSS/HTML】有时,在网页中,鼠标放在flash链接上,光标形状会在手型和鼠标之间不停的闪(例如当网页中带有marquee标签时会出现这种情况),那么请在html代码中找到swf所在段,加入以下参数: <param name="wmode" value="opaque"> <embed ... wmode="opaque" ..><...
解决鼠标在flash链接上不停闪动的问题(web页面中) -
内嵌式RealPlayer播放器的参数含义
【网页播放器】内嵌式RealPlayer播放器的参数含义 内嵌式RealPlayer播放器的参数含义 参数:autostart 属性:True或是False 作用:指定是否自动播放指定的源文件 参数:backgroundcolor 属性:任何用符号“#”开头的...
内嵌式RealPlayer播放器的参数含义 -
内嵌式RealPlayer播放器的参数含义
【网页播放器】内嵌式RealPlayer播放器的参数含义 内嵌式RealPlayer播放器的参数含义 参数:autostart 属性:True或是False 作用:指定是否自动播放指定的源文件 参数:backgroundcolor 属性:任何用符号“#”开头的...
内嵌式RealPlayer播放器的参数含义 -
如何计算下载一个文件需要多长时间?
【编程10000问】<%Function DownloadTime(intFileSize, strModemType)Dim TimeInSeconds, ModemSpeed, strDownloadTime, AppendStringDim intYears, intWeeks, intDaysDim intHours, intMinutes, intSecondsintYears = 0intWeeks = 0intDays = 0intHours = 0intMinutes = 0intSeconds = 0strDow...
|如何|何计|计算|算下|下载|载一|一个|个文|文件|件需|需要|要多|多长|长时|时间|间?|?| -
如何计算下载一个文件需要多长时间?
【编程10000问】<%Function DownloadTime(intFileSize, strModemType)Dim TimeInSeconds, ModemSpeed, strDownloadTime, AppendStringDim intYears, intWeeks, intDaysDim intHours, intMinutes, intSecondsintYears = 0intWeeks = 0intDays = 0intHours = 0intMinutes = 0intSeconds = 0strDow...
|如何|何计|计算|算下|下载|载一|一个|个文|文件|件需|需要|要多|多长|长时|时间|间?|?| -
一款不错的flash Mp3播放器
【网页播放器】功能函数:复制代码 代码如下:function mp3(s,a){ document.write("<div class=\"player\"><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#versi...
一款不错的flashMp3播放器 -
一款不错的flash Mp3播放器
【网页播放器】功能函数:复制代码 代码如下:function mp3(s,a){ document.write("<div class=\"player\"><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#versi...
一款不错的flashMp3播放器 -
jsp计数器代码
【JSP编程】<!-- JSP-Hitcounter counts sessions.Copyright (C) 2000 Jesper Schmitz Mouridsen. Visit www.webappcabaret/jsm2/webapps.jsp?find=jsphcs for more info. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License ...
|js|sp|p计|计数|数器|器代|代码|码| -
基于EJB技术的商务预订系统的开发
【JSP编程】技术已经越来越多地应用到大型网络系统开发中,本文中,笔者将介绍EJB(Enterprise Java Beans)的定义、基于EJB技术的应用系统结构模型以及EJB组件的内容和分类,最后结合基于EJB的结构模型和EJB组件开发了一个商务预订系统。EJB从技术上而言不是一种“产品”,而是一种技术规范。SUN公司...
|基于|于E|EJ|JB|B技|技术|术的|的商|商务|务预|预订|订系|系统|统的|的开|开发|发|