Share |


現有會員可[按此]登入。 [私人模式] [大字型] [小字型]
您現在聚腳在軟件台內。

「上得高登,一定係毒男啦!」呢句野唔係我地admin講,只係大家都比D所謂主流傳媒同埋某D港女標籤左,令好多唔上網o既人誤會左大家o者。其實我地admin都識得唔少靚靚港女有上高登,或者佢地都好想認識我地。不如今次就俾個機會佢地啦,只要參加由Sony專為我地高登同she.com而舉辦o既「PlayStation Move男女大作戰」活動,唔駛錢又有野食、又有機打、仲有機會贏埋套PlayStation Move走,真係好著數,不過唯一限制就係一定要成左年又唔超過35歲。當然,參加o既巴打唔需要講明自己係邊個會員,會員身份仍然保密。如果合資格o既絲打都有興趣,就請過she.com報名啦,我地每邊都係得廿個位o架o乍,你地唔報名,我地admin自己扮會員去o架! ......
New Reply
跳至第

發起人
Dreamweaver新撚上路,向各位求教
首先講下我咩事先
[IMG]http://i416.photobucket.com/albums/pp242/hunter_cat/D1.jpg[/IMG]

我click完內容1之後,個中間頁面就轉左啦
[IMG]http://i416.photobucket.com/albums/pp242/hunter_cat/D2.jpg[/IMG]

但係我再click主頁既時候,就唔知點解會自己開左個新頁...
[IMG]http://i416.photobucket.com/albums/pp242/hunter_cat/D3.jpg[/IMG]

我個網頁一開始係用以下格式
[IMG]http://i416.photobucket.com/albums/pp242/hunter_cat/D4.jpg[/IMG]

之後個兩個紅圈係我自己係[修改>頁框組>xxx]個d自己加上去
我明明set左主頁係right出現

[IMG]http://i416.photobucket.com/albums/pp242/hunter_cat/D5.jpg[/IMG]

內容就係center出現
[IMG]http://i416.photobucket.com/albums/pp242/hunter_cat/D4.jpg[/IMG]

點解係run個陣會彈多左個新既頁面出黎?
我睇過個程式碼係一樣呀
[IMG]http://i416.photobucket.com/albums/pp242/hunter_cat/D8.jpg[/IMG]

點解由我自己間出黎個格,會refer唔到?

求高手解答#adore#


#good2#0  #bad#0
標籤:
Reply Reply icon 本文張貼於 2/10/2009 6:40 PM
本貼文共有 15 個回應。
give me source


Reply Reply icon 本文張貼於 2/10/2009 6:43 PM
source係指d咩野?
小弟o岩o岩學用,唔係好識#adore#


Reply Reply icon 本文張貼於 2/10/2009 6:45 PM
[img]http://i416.photobucket.com/albums/pp242/hunter_cat/D8.jpg[/img]
試下將target="right"改做target="center"


Reply Reply icon 本文張貼於 2/10/2009 6:47 PM
我係想問點解一定要用佢比我地個格式個d格仔先得

點解我地自己間出黎個d格仔唔得
thanks#adore#


Reply Reply icon 本文張貼於 2/10/2009 6:51 PM
#adore#


Reply Reply icon 本文張貼於 2/10/2009 7:14 PM
我係想問點解一定要用佢比我地個格式個d格仔先得

點解我地自己間出黎個d格仔唔得
thanks#adore#

你個RIGHT有冇改個名做RIGHT先得[sosad]


Reply Reply icon 本文張貼於 2/10/2009 7:20 PM
seed


Reply Reply icon 本文張貼於 2/10/2009 7:22 PM
我係想問點解一定要用佢比我地個格式個d格仔先得

點解我地自己間出黎個d格仔唔得
thanks#adore#

你個RIGHT有冇改個名做RIGHT先得[sosad]

梗係有啦,改做a呀,咩名都試過
另外佢比我個格就算改左名都仲可以連到,返而自己間出黎個d就點都唔得(改咩名都係開左個新既出黎


Reply Reply icon 本文張貼於 2/10/2009 7:32 PM
可唔可以俾你個frameset個code黎睇???


Reply Reply icon 本文張貼於 2/10/2009 7:37 PM
係唔係下面d個?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=big5" />
<title>無標題文件</title>
</head>

<frameset rows="80,*,80" frameborder="yes" border="5" framespacing="5">
<frame src="top.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
<frameset rows="*" cols="115,915">
<frame src="left.html" noresize="noresize" id="left" />
<frameset rows="*" cols="841,71">
<frame src="index.html" name="center" noresize="noresize" id="center" title="mainFrame" />
<frame src="right.html" noresize="noresize" id="RIGHT" />
</frameset>
</frameset>

<frame src="bottom.html" name="bottomFrame" scrolling="No" noresize="noresize" id="bottomFrame" title="bottomFrame" />
</frameset>
<noframes><body>
</body>
</noframes></html>


Reply Reply icon 本文張貼於 2/10/2009 8:02 PM
用table啦, 仲有frame@_@ @_@ @_@


Reply Reply icon 本文張貼於 2/10/2009 8:03 PM
係唔係下面d個?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=big5" />
<title>無標題文件</title>
</head>

<frameset rows="80,*,80" frameborder="yes" border="5" framespacing="5">
<frame src="top.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
<frameset rows="*" cols="115,915">
<frame src="left.html" noresize="noresize" id="left" />
<frameset rows="*" cols="841,71">
<frame src="index.html" name="center" noresize="noresize" id="center" title="mainFrame" />
<frame src="right.html" noresize="noresize" id="RIGHT" />
</frameset>
</frameset>

<frame src="bottom.html" name="bottomFrame" scrolling="No" noresize="noresize" id="bottomFrame" title="bottomFrame" />
</frameset>
<noframes><body>
</body>
</noframes></html>

你睇番上面, 上面有用name,你喱句code冇


Reply Reply icon 本文張貼於 2/10/2009 8:05 PM
咪鬼用frame啦,柒到...:o)
用多d table啦:D


Reply Reply icon 本文張貼於 2/10/2009 8:06 PM
用div再用CSS style佢#hoho#


Reply Reply icon 本文張貼於 2/10/2009 8:08 PM


Normal
俾個建議你 , 唔好用frame


Reply Reply icon 本文張貼於 2/10/2009 8:31 PM

跳至第

New Reply


  快速回覆 - 輸入以下項目

本討論區現只接受會員張貼文章,本站會員請先登入。非會員人仕,您可以按此加入為新會員,費用全免,並可享用其他會員服務。


上次光臨時間: 9/3/2010 9:15 AM | 現上線用戶數量: 5,729/26,863
今天貼文總數: 2,199 | 累積文章數目: 2,008,402

© 2010 HKGolden.com. All Rights Reserved. Terms and Conditions            info@hkgolden.com