1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
|
<script type="text/javascript"> function check(radio) { switch(radio) { case "1": document.getElementById("txtarea").value='<a href="#"><img src="http://radio.kptv.ro/ro/images/logo_1.gif" alt="KPTV - The Rock Station" border="0" style="cursor:hand;" onclick="window.open(\'http://radio.kptv.ro/ro/radio.php\', \'_blank\', \'top=200, left=200, width=331, height=175\');"></a>'; break; case "2": document.getElementById("txtarea").value='<a href="#"><img src="http://radio.kptv.ro/ro/images/logo_2.gif" alt="KPTV - The Rock Station" border="0" style="cursor:hand;" onclick="window.open(\'http://radio.kptv.ro/ro/radio.php\', \'_blank\', \'top=200, left=200, width=331, height=175\');"></a>'; break; case "3": document.getElementById("txtarea").value='<a href="#"><img src="http://radio.kptv.ro/ro/images/logo_3.gif" alt="KPTV - The Rock Station" border="0" style="cursor:hand;" onclick="window.open(\'http://radio.kptv.ro/ro/radio.php\', \'_blank\', \'top=200, left=200, width=331, height=175\');"></a>'; break; case "4": document.getElementById("txtarea").value='<a href="#"><img src="http://radio.kptv.ro/ro/images/logo_4.gif" alt="KPTV - The Rock Station" border="0" style="cursor:hand;" onclick="window.open(\'http://radio.kptv.ro/ro/radio.php\', \'_blank\', \'top=200, left=200, width=331, height=175\');"></a>'; break; case "5": document.getElementById("txtarea").value='<a href="#"><img src="http://radio.kptv.ro/ro/images/logo_5.gif" alt="KPTV - The Rock Station" border="0" style="cursor:hand;" onclick="window.open(\'http://radio.kptv.ro/ro/radio.php\', \'_blank\', \'top=200, left=200, width=331, height=175\');"></a>'; break; case "6": document.getElementById("txtarea").value='<a href="#"><img src="http://radio.kptv.ro/ro/images/logo_6.gif" alt="KPTV - The Rock Station" border="0" style="cursor:hand;" onclick="window.open(\'http://radio.kptv.ro/ro/radio.php\', \'_blank\', \'top=200, left=200, width=331, height=175\');"></a>'; break; } } function SelectAll(id) { document.getElementById(id).focus(); document.getElementById(id).select(); } </script>
<main class="page"> <section class="adr2 breadcrumbs"><a href="index.php" class="adr2">Home</a> » Share Radio</section> <section id="widget_description"> <strong>Adauga in pagina ta web, widgetul nostru radio gratuit! </strong> <p> Oricine poate integra in pagina sau blogul personal radio KPTV, adaugand scriptul de mai jos. </p> Widgetul nostru radio, va face pagina ta mai atractiva, mai memorabila, si mai interactiva. <p> Nu in ultimul rand, vei oferi celor care-ti viziteaza pagina si o muzica special aleasa, beneficiind astfel de experienta noastra in domeniu de peste 14 ani. </p> <strong>Incorporeaza rapid in pagina sau blogul tau, unul din bannerele de mai jos:</strong> <p> Acest player nu necesita instalarea vreunui software. </p> <strong>Simplu "Copy & Paste" codul HTML:</strong> <p> Copiaza si adauga in pagina sau blogul tau, corespunzator dimensiunii alese, codul de mai jos. </p> <strong>Vizualizeaza Widgetul:</strong> <p> Ai mai jos cateva variante de cum va arata widgetul ales, dupa ce ai inserat codul in pagina ta web. </p> <div> <strong>INCEARCA widgetul radio KPTV, urmand pasii de mai jos:</strong> <ol> <li>Alege de mai jos, folosind butoanele radio din partea stanga, dimensiunea dorita a bannerului pe pagina ta. <li>Copiaza codul corespunzator din subsolul acestei pagini. <li>Insereaza codul copiat in pagina ta. <li>Da "Click" in pagina ta pe bannerul ales si vei asculta o muzica speciala. </ol> </div> </section> <section id="banners"> <article> <input type="radio" name="radio" id="radio1" value="1" onclick="check(this.value)" checked> <div> <img src="http://radio.kptv.ro/ro/images/logo_1.gif" width="525px" height="60px" onclick="document.getElementById('radio1').checked=true;check('1')"> (Latime: 525px, Inaltime: 60px.) </div> </article> <article> <input type="radio" name="radio" id="radio2" value="2" onclick="check(this.value)"> <div> <img src="http://radio.kptv.ro/ro/images/logo_2.gif" width="120px" height="200px" onclick="document.getElementById('radio2').checked=true;check('2')"> (Latime: 120px, Inaltime: 200px.) </div> </article> <article> <input type="radio" name="radio" id="radio3" value="3" onclick="check(this.value)"> <div> <img src="http://radio.kptv.ro/ro/images/logo_3.gif" width="468px" height="125px" onclick="document.getElementById('radio3').checked=true;check('3')"> (Latime: 468px, Inaltime: 125px.) </div> </article> <article> <input type="radio" name="radio" id="radio4" value="4" onclick="check(this.value)"> <div> <img src="http://radio.kptv.ro/ro/images/logo_4.gif" width="250px" height="250" onclick="document.getElementById('radio4').checked=true;check('4')"> (Latime: 250px, Inaltime: 250px.) </div> </article> <article> <input type="radio" name="radio" id="radio5" value="5" onclick="check(this.value)"> <div> <img src="http://radio.kptv.ro/ro/images/logo_5.gif" width="468px" height="60px" onclick="document.getElementById('radio5').checked=true;check('5')"> (Latime: 468px, Inaltime: 60px.) </div> </article> <article> <input type="radio" name="radio" id="radio6" value="6" onclick="check(this.value)"> <div> <img src="http://radio.kptv.ro/ro/images/logo_6.gif" width="125px" height="125px" onclick="document.getElementById('radio6').checked=true;check('6')"> (Latime: 125px, Inaltime: 125px.) </div> </article> </section> <section> <textarea cols="66" rows="10" name="txtarea" id="txtarea" onClick="SelectAll('txtarea');"> <a href="#"> <img src="http://radio.kptv.ro/ro/images/logo_1.gif" alt="KPTV - The Rock Station" border="0" style="cursor:hand;" onclick="window.open('http://radio.kptv.ro/ro/radio.php', '_blank', 'top=200, left=200, width=331, height=175');"> </a> </textarea> </section> </main>
|