<form onsubmit="call_lastfm(this.artist.value); return true;"> <input type=text name=artist value="<?php echo $str_ar[0]; ?>"> <input type=submit> </form>
window.onload = function(){document.getElementsByTagName('form')[0].submit();};
onload = function(){ call_lastfm("<?php echo $str_ar[0]; ?>"); }