Ich versuche ein Klappbares TS box zu erstellen, NICHT Für ilch für kein CMS!
Hab jedoch ein Problem, Wenn ich den box in Browser mir angucke zeigt der mir Text Inhalte an wenn ich ausklappe jedoch zeigt der mir keine TSviewer an
was mache ich da falsch ?? das ist mein code
<div style="border: 1px solid #000000; padding: 0px; background: #EEEEEE; width:200px "> <table border="0" cellspacing="0" cellpadding="2" width="200" style="background: #000000; color: #FFFFFF; "> <tr> <td>TsBox</td> <td align="right"> [<a title="show/hide" id="1" href="javascript: void(0);" onClick="toggle(this, 'box1');" style="text-decoration: none; color: #FFFFFF; ">-</a>] </td> </tr> </table> <div id="box1" style=" padding: 3px;">Ts Viewer<br> <div id="ts3viewer_992360" style="width:; background-color:;"> </div> <script type="text/javascript" src="http://static.tsviewer.com/short_expire/js/ts3viewer_loader.js"></script> <script type="text/javascript"> <!-- var ts3v_url_1 = "http://www.tsviewer.com/ts3viewer.php?ID=992360&text=000000&text_size=12&text_family=1&js=1&text_s_weight=bold&text_s_style=normal&text_s_variant=normal&text_s_decoration=none&text_s_color_h=525284&text_s_weight_h=bold&text_s_style_h=normal&text_s_variant_h=normal&text_s_decoration_h=underline&text_i_weight=normal&text_i_style=normal&text_i_variant=normal&text_i_decoration=none&text_i_color_h=525284&text_i_weight_h=normal&text_i_style_h=normal&text_i_variant_h=normal&text_i_decoration_h=underline&text_c_weight=normal&text_c_style=normal&text_c_variant=normal&text_c_decoration=none&text_c_color_h=525284&text_c_weight_h=normal&text_c_style_h=normal&text_c_variant_h=normal&text_c_decoration_h=underline&text_u_weight=bold&text_u_style=normal&text_u_variant=normal&text_u_decoration=none&text_u_color_h=525284&text_u_weight_h=bold&text_u_style_h=normal&text_u_variant_h=normal&text_u_decoration_h=none"; ts3v_display.init(ts3v_url_1, 992360, 100); --> </script> </div> </div> <script language="javascript"> var ie4 = false; if(document.all) { ie4 = true; } function getObject(id) { if (ie4) { return document.all[id]; } else { return document.getElementById(id); } } function toggle(link, divId) { var lText = link.innerHTML; var d = getObject(divId); if (lText == '+') { link.innerHTML = '-'; d.style.display = 'block'; } else { link.innerHTML = '+'; d.style.display = 'none'; } } toggle(document.getElementById("1"), 'box1'); </script>
Bitte um Hilfe
Lg Edgar
betroffene Homepage: externer Link