Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script type="text/javascript">
- function createButton(context, func)
- {
- var button = document.createElement("input");
- button.type = "button";
- button.align="right"
- button.value = "Zobacz kto wygrał";
- button.onclick = func;
- context.appendChild(button);
- }
- jsvar = '<?= $rekord[44] ?>';
- if (jsvar =='1 vs 1')
- {
- window.onload = function()
- {
- createButton(document.body, function()
- {
- alert('<?= $rekord[47] ?>');
- highlight(this.parentNode.childNotes[1]);
- });
- }
- }
- </script>
RAW Paste Data