2010-03-31 2 views

답변

0

난 단지 온 클릭 이벤트와 함께 작동하도록이 쪘 :

<text value="http://getsatisfaction.com/" 
     class="url" 
     onclick="window.open('http://getsatisfaction.com/');"/> 

그리고는, 물론,이 아마 대신 하드 코딩의 JS를 통해 적용되어야한다.

hrm. Mozilla docs 대체 예 :

<label href="http://`enter code here`example.com" 
     class="text-link" 
     value="Click here to go to example.com"/> 
관련 문제