What should be the correct javascript syntac in this case?
Posted
by Vafello
on Stack Overflow
See other posts from Stack Overflow
or by Vafello
Published on 2010-04-20T11:08:56Z
Indexed on
2010/04/20
11:13 UTC
Read the original article
Hit count: 199
I have a code that is a mmix of html and js. I cannot get it correct.
location.description + '<br><a href="javascript:void(0);" onclick="showStreet;">ShowStreet </a><br>'+ location.lat + '<br> + location.lng
Can anyone help me with it?
© Stack Overflow or respective owner