| 发表于:2007-05-21 16:56:57 楼主 |
我用html 代码写进播放器 但是当进入另一个页面的时候音乐会中断。 于是用这个框架代码 <html> <head> <meta http-equiv= "content-type " content= "text/html; charset=gb2312 " /> <title> 首页 </title> </head> <frameset rows= "*,10 " frameborder= "no " border= "0 " framespacing= "0 "> <frame src= "首页 " name= "mainframe " id= "mainframe " title= "mainframe " /> <frame src= "音乐的页面 " name= "bottomframe " scrolling= "no " noresize= "noresize " id= "bottomframe " title= "bottomframe " /> </frameset> <noframes> <body> </body> </noframes> </html> 但是改过之后只能看到播放器在页面下方。页面不分完全空白,请问该怎麽办。谢谢。 |
|
|
|
|