954,604 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Open a new browser window when a image button is clicked

Hi,

I have a Edit Button(which is a Image Button) and when I click that ImageButton a new browser window should open and it should load the values previously entered by the user. The new window should contain the old values and now should be able to edit them.

For example,
If a user clicks on the Edit button whose userId= 329 it should open in a new window with the values entered by the user.

<%----%>
<%----%>


Can anyone plzz help.
I may be doing a blunder.

Thanks in Advance

Uzumaki52
Newbie Poster
7 posts since Jun 2010
Reputation Points: 10
Solved Threads: 0
 

Ahem, this is a php forum - not asp. Did you make a mistake?

diafol
Rhod Gilbert Fan (ardav)
Moderator
7,800 posts since Oct 2006
Reputation Points: 1,170
Solved Threads: 1,080
 

I dont know whether asp tag include some of the parameters that html tag have, but I implement the same here. Give it a try.

<%--<asp:ImageButton ID="ibtnEdit" runat="server" Text="Edit" ToolTip="Edit" ImageUrl="~/images/edit-icon.gif" onClick="EditInNewWindow" />--%>
rajarajan07
Nearly a Posting Virtuoso
1,447 posts since May 2008
Reputation Points: 167
Solved Threads: 239
 

Thank You,,,

Uzumaki52
Newbie Poster
7 posts since Jun 2010
Reputation Points: 10
Solved Threads: 0
 

Is it done the job?

rajarajan07
Nearly a Posting Virtuoso
1,447 posts since May 2008
Reputation Points: 167
Solved Threads: 239
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You