Using embedded standard HTML forms with ASP.NET

前端 未结 7 2007
伪装坚强ぢ
伪装坚强ぢ 2020-12-14 11:54

I have a standard aspx page with which I need to add another standard HTML form into and have it submit to another location (external site), however whenever I press the sub

7条回答
  •  [愿得一人]
    2020-12-14 12:23

    In my experience, Appetere Web Solutions has the best solution. Simple and elegant...and it's not a hack. Use the PostBackUrl.

    I just tried it and everything works as expected. I didn't want to use Javascript because I didn't want to include it in my Master Page for every page that uses it.

提交回复
热议问题