/ Published in: JavaScript
Expand |
Embed | Plain Text
/* ------- CLICKABLE DIV ------*/ onclick="location.href='xxxxxxxxxxx';" style="cursor:pointer;" /* ------- CLICKABLE DIV OPEN NEW WINDOW ------*/ onclick="window.open('xxxxxxxxx','_blank');" style="cursor:pointer;"
You need to login to post a comment.
