1、求一份jsp網上商城大作業源碼,主要實現靜態頁面的跳轉就可以了
靜態頁面的跳轉又何須是用JSP開發的,JSP來做相對來說還要難點。不過需要的話可以定做。
2、NIT網頁大作業要求 要求:使用網頁製作軟體Dreamweaver製作一個靜態網站,
靜態其實蠻好做的,所用的代碼也是比較簡單的。用div+css就可以玩成的。滾動字幕的話,可以借用網上的相關代碼進行
<marquee>滾動文字</marquee>
水平滾動:
<marquee direction="left" align="bottom" height="25" width="100%" onmouseout="this.start()" onmouseover="this.stop()" scrollamount="2" scrolldelay="1">水平滾動字幕內容</marquee>
<xi`>
垂直滾動:
<marquee direction="up" height="200" onmouseout="this.start()" onmouseover="this.stop()" scrollAmount="1" scrollDelay="1">垂直滾動字內容</marquee>