Click here to Skip to main content
15,904,346 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: need code for opening new window on button click Pin
J4amieC19-Jan-09 23:07
J4amieC19-Jan-09 23:07 
GeneralRe: need code for opening new window on button click Pin
Vimalsoft(Pty) Ltd19-Jan-09 23:13
professionalVimalsoft(Pty) Ltd19-Jan-09 23:13 
GeneralRe: need code for opening new window on button click Pin
Abhijit Jana19-Jan-09 23:24
professionalAbhijit Jana19-Jan-09 23:24 
GeneralRe: need code for opening new window on button click Pin
Jas 00719-Jan-09 23:28
Jas 00719-Jan-09 23:28 
GeneralRe: need code for opening new window on button click Pin
Sathesh Sakthivel20-Jan-09 0:36
Sathesh Sakthivel20-Jan-09 0:36 
General: need code for opening new window on button click Pin
Jas 00720-Jan-09 17:30
Jas 00720-Jan-09 17:30 
GeneralRe: need code for opening new window on button click Pin
Guffa20-Jan-09 14:58
Guffa20-Jan-09 14:58 
AnswerRe: need code for opening new window on button click (without using javascript) Pin
Guffa20-Jan-09 14:55
Guffa20-Jan-09 14:55 
Jas 007 wrote:
i need code for when click on button it opens a new html window


That is not possible without Javascript. The only thing that a button can do without Javascript is to post a form to the server.

You can use a link with target="_blank" to open it in a new window (or a new tab depending on browser settings).

Jas 007 wrote:
and automatically saves that page


That is not possible, with or without Javascript. You can't do anything at all that involves the file system on the client computer without the interaction of the user.

Despite everything, the person most likely to be fooling you next is yourself.

QuestionUrls and Controls Pin
jonhbt19-Jan-09 22:42
jonhbt19-Jan-09 22:42 
AnswerRe: Urls and Controls Pin
J4amieC19-Jan-09 23:09
J4amieC19-Jan-09 23:09 
QuestionAjax Concepts Pin
sbua19-Jan-09 22:26
sbua19-Jan-09 22:26 
AnswerRe: Ajax Concepts Pin
Abhishek Sur19-Jan-09 22:44
professionalAbhishek Sur19-Jan-09 22:44 
AnswerRe: Ajax Concepts Pin
Aman Bhullar19-Jan-09 22:45
Aman Bhullar19-Jan-09 22:45 
AnswerRe: Ajax Concepts Pin
SeMartens19-Jan-09 22:48
SeMartens19-Jan-09 22:48 
AnswerRe: Ajax Concepts Pin
rprateek21-Jan-09 19:26
rprateek21-Jan-09 19:26 
Questionhow can i get the image from iframe?? Pin
ahmedhassan9619-Jan-09 22:21
ahmedhassan9619-Jan-09 22:21 
Questionremove dynamic created control Pin
Miss Maheshwari19-Jan-09 22:00
Miss Maheshwari19-Jan-09 22:00 
AnswerRe: remove dynamic created control Pin
Abhishek Sur19-Jan-09 22:55
professionalAbhishek Sur19-Jan-09 22:55 
QuestionUsing ASP.net as frontend for win32-application? Pin
invictus319-Jan-09 21:39
invictus319-Jan-09 21:39 
AnswerRe: Using ASP.net as frontend for win32-application? Pin
Abhishek Sur19-Jan-09 22:53
professionalAbhishek Sur19-Jan-09 22:53 
GeneralRe: Using ASP.net as frontend for win32-application? Pin
invictus320-Jan-09 0:16
invictus320-Jan-09 0:16 
Questionasp.net button focus probem Pin
amit arun patil19-Jan-09 20:57
amit arun patil19-Jan-09 20:57 
AnswerRe: asp.net button focus probem Pin
Abhishek Sur19-Jan-09 21:21
professionalAbhishek Sur19-Jan-09 21:21 
GeneralRe: asp.net button focus probem Pin
amit arun patil19-Jan-09 22:24
amit arun patil19-Jan-09 22:24 
QuestionSession is Getting TimedOut Automatically Pin
div_gusain19-Jan-09 20:49
div_gusain19-Jan-09 20:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.