Logo 
Search:

Asp.net Answers

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds
  Question Asked By: Elliott Jones   on Feb 14 In Asp.net Category.

  
Question Answered By: Scott Simmons   on Feb 14

It will(should?) start  the default browser, with that image as a parameter.
But it would do it on the server.

What URL on MSDN shows this as an example for ASP.NET ?

Doing it client-side, put this in Page_Load:


RadioButton1.Attributes["onclick"] =
"javascript:window.open('/allNetRes/photos/rowboat.jpg')";

Share: 

 

This Question has 2 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on System.Diagnostics.Process.Start(...) Or get search suggestion and latest updates.


Tagged: