求几个网页源代码,请问谁会?

来源:百度知道 编辑:UC知道 时间:2024/06/27 07:21:14
1.怎样在*.htm文件中隐藏部分代码,就是查看源文件也看不到这段代码?htm文件能做到吗?还是一定要asp?
2.谁能提供一个flash的网页代码,像www.pdafans.com里的那个拖淌式切换图片的网页源代码

谢谢
是网页上用于显示这个flash效果的源代码,不是swf文件的源代码
www.pdafans.comwww.gd.chinamobile.com/gz都有这个切换图片和链接的效果,希望高手能提供

1:网页加密代码
<script language=JavaScript>
<!--
var i=0;
var ie=(document.all)?1:0;
var ns=(document.layers)?1:0;

function initStyleElements() /* Styles for Buttons Init */
{
var c = document.pad;
if (ie)
{
//c.text.style.backgroundColor="#DDDDDD";
c.compileIt.style.backgroundColor="#C0C0A8";
c.compileIt.style.cursor="hand";
c.select.style.backgroundColor="#C0C0A8";
c.select.style.cursor="hand";
c.view.style.backgroundColor="#C0C0A8";
c.view.style.cursor="hand";
c.retur.style.backgroundColor="#C0C0A8";
c.retur.style.cursor="hand";
c.clear.style.backgroundColor="#C0C0A8";
c.clear.style.cursor="hand";
}
else return;
}

/* Buttons Enlightment of "Compilation" panel */
function LightOn(what)
{ <