onclick=location.href("linker.jsp?custno="+ from1.custno.value)
或者onClick ="a()"

function a()
{
form1.action ="linker.jsp";
form1.submit();
}

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-08
  • 2022-01-23
  • 2021-11-15
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-02
  • 2021-12-08
  • 2022-12-23
  • 2021-06-17
  • 2021-06-10
  • 2022-12-23
相关资源
相似解决方案