PDA

View Full Version : hey guess what



agenevil
Jul 26, 2004, 11:16 PM
<script language="javascript">
<!--

function showimage() {
if (!document.images)
return
document.images.avatar.src=
'/images/phpbb/avatar/' + document.Register.user_avatar.options[document.Register.user_avatar.selectedIndex].value
}

//-->
function showimage2() {
if (!document.themes)
return
document.themes.header_img.src=
'smheaders/' + document.themes.header.options[document.themes.header.selectedIndex].value
}

//-->
</script>

and that is something but ok

Uncle_bob
Jul 26, 2004, 11:27 PM
http://www.pso-world.com/psoworld/images/phpbb/icons/smiles/icon_nono.gif

Sef
Jul 26, 2004, 11:39 PM
On 2004-07-26 21:27, Uncle_bob wrote:
http://www.pso-world.com/psoworld/images/phpbb/icons/smiles/icon_nono.gif



Thanks for takin over my shift this time Umkel. http://www.pso-world.com/psoworld/images/phpbb/icons/smiles/icon_wacko.gif

-Z
Jul 26, 2004, 11:42 PM
did it work? ~_^