I want to use an entire div as a link.. without the use of \"onclick\"
\"onclick\"
Is this possible with a simple href?
href
Thanks
why not you use javascript framework such as jquery, let the div has no onclick event but declare an event in jquery, such this:
just my 2 cents. thanks.