开发者

Two operations in a single redirect

开发者 https://www.devze.com 2023-01-29 16:45 出处:网络
I am doing a redirect in my asp.net page using C#. I have to give a redirect from tis page to a new one and preserve the old one too.Some web sites h开发者_开发百科ave this feature , while clicking th

I am doing a redirect in my asp.net page using C#. I have to give a redirect from tis page to a new one and preserve the old one too. Some web sites h开发者_开发百科ave this feature , while clicking the play button is some players, the movie is start playing and it also opens a new webpage. How to do that ?


Opening a new window is easily done, simply use Javascript. Use window.open() in the onClick method of the button and use your normal method to deal with the original page.

0

精彩评论

暂无评论...
验证码 换一张
取 消