Is there a way to make a javascript link open up in IE?

前端 未结 4 1060
无人及你
无人及你 2020-12-11 22:17

I have a link that uses javascript to submit a form, like so:

some link

4条回答
  •  再見小時候
    2020-12-11 23:04

    I don't think so, because you'll have to start/activate a program on the client computer. You could redirect the submittal and warn the user if he's not in IE though, and return false in that case. Better syntax for the link perhaps:

    some link
    

提交回复
热议问题