最常见的是使用window.open的方法,直接打开全屏网页: script !-- function fullwin(){ window.open( bigpage.html , bfs , fullscreen,scrollbars ) } // -- / script center form input type =button onClick =fullwin() value =OpenFullScreenWindow / for
一些概念网站,将所有页面放入一个页面中,这种网站一般采用了AJAX技术,开发过程中要注意浏览器的兼容性,并且水平滚动: WallSwaps Tyler Finck Dean Oakley graphic Evidence Inside Nile Luke Larsen Benek Visuall Shn The Horizontal Way Love Bento V
效果如下所示: html head meta http-equiv=Content-Type content=text/html; charset=gb2312 / titleJS教程:鼠标悬停文字上显示图片/title script language=javascript function showPic(sUrl){ var x,y; x = event.clientX; y = event.clientY; document.g