作者spyhopping (Lovely Orca)
看板Google
标题Re: [问题] 请问 googlepage的问题??
时间Sat Aug 25 14:44:49 2007
※ 引述《iahon (嘻)》之铭言:
: 请问 googlepage的问题??
: 譬如网址是 http://abc.googlepages.com/index.htm 有放index.htm
: 所以连结是没问题的
: 但是 输入 http://abc.googlepages.com 就没内容了.连结失败
: 这里要怎麽设定.才能和 index.htm的内容是一样的
: 谢谢
1.先到googlepage编译页面
你会看到画面中间有两张纸: 绿色的写 Create a new page
黄色的...(中间有个房子) 这个就是预设首页
用滑鼠选择预设首页(进入编辑画面)
2. 在预设里面,用滑鼠选最上面的标题列。
看到文字游标在那边之後,用滑鼠选画面右下方的 edit html
开始进入 html 编辑模式
3. 把以下程式码放入
<script language="JavaScript">
<!--
window.location("
http://www.twpear.com");
//-->
</script>
网址部份,用你想要用的网址或是页面。
就是说要转到别的网址就用
http://xxxx.xxx.xxx/
如果是同样空间的 index.html 就直接打上去就可以了。 ("index.html")
因为googlepages的预设首页是 home,不是index.html
这样做的话,当你输入
http://xxx.googlepages.com/ 就会转到你想要转的网址
或是页面了,以上。
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 218.162.57.19
※ 编辑: spyhopping 来自: 218.162.57.19 (08/25 14:45)
※ 编辑: spyhopping 来自: 218.162.57.19 (08/25 14:57)
1F:推 iahon:推................谢谢大大 08/25 15:06