|
開設這個“電視技術維修咨詢網站”目的是與國內廣大家電維修的同行們對當今的電視維修技術進行探討,交流工作經驗和維修心得共同提高,本站現已收集了近千種當今國內外各種品牌電視機的IC和單元電路資料(現還在不斷增加新的資料,所有資料收集在一張光碟裡如需要可E-MAIL與我們聯系),由的網站空間有限,所以這些資料本站只能分期分批地送上網讓同行們瀏覽參考,本站在此開設了三個主要欄目:1.《維修經驗談》在此欄目中本站把在平常工作中積累的維修經驗介紹給大家(以介紹實際操作為主)。2.《單元電路專題》在這一欄目中對電視機容易出故障的有關單元電路進行分析,介紹有關的維修技巧,如電源電路,色解碼電路,枕形校正電路,場輸出電路,各種保護電路等等。3.《電視新技術》主要介紹一些當今電視機所採用的新電子電路技術。 |
|
- <head>
- <title>上行字幕程序</title>
- <meta content="text/html; charset=gb2312"
http-equiv="Content-Type">
- <script>
- <!--
- lstart=80
- loop=true
- speed=150
- pr_step=1
- function makeObj(obj,nest){
- nest=(!nest) ? '':'document.'+nest+'.'
- this.css=(document.layers) ?
- eval(nest+'document.'+obj):eval(obj+'.style')
- this.scrollHeight=document.layers?this.css.document.height:eval(obj+'.offsetHeight')
- this.up=goUp
- this.obj = obj + "Object"
- eval(this.obj + "=this")
- return this
- }
- function goUp(speed){
- if(parseInt(this.css.top)>-this.scrollHeight){
- this.css.top=parseInt(this.css.top)-pr_step
- setTimeout(this.obj+".up("+speed+")",speed)
- }else if(loop) {
- this.css.top=lstart
- eval(this.obj+".up("+speed+")")
- }
- }
- function slideInit(){
- oSlide=makeObj('divNews','divCont')
- oSlide.css.top=lstart
- oSlide.up(speed)
- }
- onload=slideInit
- //-->
- </script>
- <meta content="Microsoft FrontPage 3.0"
name="GENERATOR">
- </head>
- 上面這個程序段放在網頁程序的最前面
|
- <table border="0" width="100%">
- <caption> </caption>
- <tr>
- <td width="30%"><div
id="divCont"
- style="CLIP: rect(0px 390px 80px 0px); HEIGHT: 50px; LEFT: 0px; POSITION: absolute; TOP: 150px; WIDTH:
200px"><div
- id="divNews" style="HEIGHT: 60px; LEFT:
0px; POSITION: absolute; TOP: 0px; WIDTH: 0px"><table
- border="0" width="214"
height="1">
- <TBODY>
- <tr>
- <td width="307"
height="1"><span style="font-size: 10pt"><font
color="#000000" size="2">這裡填上你要顯示的內容</font></font></span></td>
- </tr>
- </table>
- </div></div><p> </td>
- 注意:兩段程序不同顏色的字段表示可調參數
-
- 將這個程序段插到合適位置就可以了
|