| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 978 人关注过本帖
标题:诚意求教
取消只看楼主 加入收藏
wyli
Rank: 1
等 级:新手上路
帖 子:3
专家分:0
注 册:2004-7-17
收藏
 问题点数:0 回复次数:2 
诚意求教

有谁能教我把这个电子商务程序改成:

1,在后台发布产品,能上传多张产品展示大图片(目前1张)

2,点击产品的缩略图显示多张产品的展示大图片及简介。

此程序:http://www.925ag.com.cn/cendy

小弟诚意求教,谢谢!

搜索更多相关主题的帖子: 诚意 
2004-07-17 18:55
wyli
Rank: 1
等 级:新手上路
帖 子:3
专家分:0
注 册:2004-7-17
收藏
得分:0 
可惜我是菜鸟,不知道怎么把这段代码加进去!
2004-07-18 11:00
wyli
Rank: 1
等 级:新手上路
帖 子:3
专家分:0
注 册:2004-7-17
收藏
得分:0 
以下是引用遥望在2004-07-18 10:20:26的发言: 看看这个有用吗?function smallit(){ var height1=PhotoViewer.images1.height; var width1=PhotoViewer.images1.width; PhotoViewer.images1.height=height1/1.2; PhotoViewer.images1.width=width1/1.2; } function bigit(){ var height1=PhotoViewer.images1.height; var width1=PhotoViewer.images1.width; PhotoViewer.images1.height=height1*1.2; PhotoViewer.images1.width=width1*1.2; } function fullit() { var width_s=screen.width-10; var height_s=screen.height-30; window.open("Photo_View.asp?UrlID=<%=UrlID%>&PhotoID=<%=PhotoID%>", "PhotoView", "width="+width_s+",height="+height_s+",left=0,top=0,location=no,toolbar=no,status=no,resizable=no,scrollbars=yes,menubar=no,directories=no"); } function realsize() { PhotoViewer.images1.height=PhotoViewer.images2.height; PhotoViewer.images1.width=PhotoViewer.images2.width; PhotoViewer.block1.style.left = 0; PhotoViewer.block1.style.top = 0; } function featsize() { var width1=PhotoViewer.images2.width; var height1=PhotoViewer.images2.height; var width2=760; var height2=500; var h=height1/height2; var w=width1/width2; if(height1<height2&&width1<width2) { PhotoViewer.images1.height=height1; PhotoViewer.images1.width=width1; } else { if(h>w) { PhotoViewer.images1.height=height2; PhotoViewer.images1.width=width1*height2/height1; } else { PhotoViewer.images1.width=width2; PhotoViewer.images1.height=height1*width2/width1; } } PhotoViewer.block1.style.left = 0; PhotoViewer.block1.style.top = 0; }
请问遥忘:这段代码怎么插进去?谢谢
2004-07-19 22:27
快速回复:诚意求教
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.053252 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved