我一直在试图弄清楚为什么这在过去半小时内不起作用。抱歉,如果我是个白痴,但我似乎无法让它发挥作用!
Javascript:
function cancel(){
alert("working");
}
HTML:
<input type="button" onclick="cancel()" value="Cancel" />
我一直在试图弄清楚为什么这在过去半小时内不起作用。抱歉,如果我是个白痴,但我似乎无法让它发挥作用!
Javascript:
function cancel(){
alert("working");
}
HTML:
<input type="button" onclick="cancel()" value="Cancel" />