openning the new window [modifed]
-
Sir, I want to open the web form in new window on form upload.PLease send me some code. Thanks and Regards Amaneet Brar -- modified at 3:04 Saturday 20th May, 2006
Hi Amaneet, This can be through the use of javascript. check the syntax and examples for window.open function of javascript on google. You will get the answer. Try doing this- On button click or some other event write this code.
Response.Write("javascript:window.open(/"www.google.com/")");
Anant Y. Kulkarni -
Hi Amaneet, This can be through the use of javascript. check the syntax and examples for window.open function of javascript on google. You will get the answer. Try doing this- On button click or some other event write this code.
Response.Write("javascript:window.open(/"www.google.com/")");
Anant Y. Kulkarni -
Hi, Try this
Response.Write("window.open(\"<b>http://localhost/</b>\")");
Replace the bold part with your url Anant Y. Kulkarni -
Hi Amaneet, This can be through the use of javascript. check the syntax and examples for window.open function of javascript on google. You will get the answer. Try doing this- On button click or some other event write this code.
Response.Write("javascript:window.open(/"www.google.com/")");
Anant Y. KulkarniHi, I posted a tutorial at www.KYNOU.com talking about injecting javascript code into your asp.net project at runtime. Search for "javascript" once you are at the indicated website. I'm usually in the chat room of the website. So, if you want to chat with me so that you can give me info about what you need go to the Chat Room of www.KYNOU.com sfdsfsdf