mam taki skrypt działa dobrze ale chciałem żeby po kliknięciu wczytywało wartość
skrypt
<style type="text/css"> .box_title{ font-size: 17px; margin: 0px 0px 0px 5px; } .popup_block{ display: none; background: url('http://lfs-driver.pl/images/postbg.png') repeat-x #1A1A1A; border-top: 1px solid #4D4D4D; padding: 10px; border: 10px solid #ddd; float: left; position: fixed; top: 50%; left: 50%; z-index: 99999; -webkit-box-shadow: 0px 0px 20px #000; -moz-box-shadow: 0px 0px 20px #000; box-shadow: 0px 0px 20px #000; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } img.btn_close { float: right; margin: -40px -40px 0 0; } .popup p { padding: 5px 10px; margin: 5px 0; } body{ font-family: Arial; color: #e9e7e7; } #fade { display: none; background: #000; position: fixed; left: 0; top: 0; z-index: 10; width: 100%; height: 100%; opacity: .80; z-index: 9999; } </style> <div id="poplight" class="popup_block" style="width: 500px; margin-top: -159px; margin-left: -290px; display: none; "> Treść do wczytania </div>