I have HTML code that reads:
What's interesting is that the javascript function update_status() fires in Firefox when I click the div, but in Safari it does not. Any suggestions or ideas?Code html:<div onClick="javascript:update_status();" class="profile_status" style="cursor: pointer"> <!-- my interesting profile status update here --> </div>







Bookmarks