| | |
Open page in the same window
Please support our C# advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Jun 2007
Posts: 13
Reputation:
Solved Threads: 0
I am trying to open another page from an image. I can open the page on a different window by doing this: onclick="Response.Redirect(cci_info\cci\features\create_CCI\WebForm1.aspx);"
But I don't want to open another window, rather I need the image button to open a page in the same window.
Thanks for the help.
<asp:image imageurl="~/common/images/demos/header-buildsummary.png" width="125" height="34" alternatetext="CCI Form" runat="server" cssclass="site"
id="cciform" onmouseover="this.src='common/images/demos/header-cciform-hover.png';"
onmouseout="this.src='common/images/demos/header-cciform.png';"
onclick="Response.Redirect(cci_info\cci\features\create_CCI\WebForm1.aspx);" title="Test - CCI"TabIndex="1"/>
But I don't want to open another window, rather I need the image button to open a page in the same window.
Thanks for the help.
<asp:image imageurl="~/common/images/demos/header-buildsummary.png" width="125" height="34" alternatetext="CCI Form" runat="server" cssclass="site"
id="cciform" onmouseover="this.src='common/images/demos/header-cciform-hover.png';"
onmouseout="this.src='common/images/demos/header-cciform.png';"
onclick="Response.Redirect(cci_info\cci\features\create_CCI\WebForm1.aspx);" title="Test - CCI"TabIndex="1"/>
![]() |
Similar Threads
- Avoiding the same php page from opening in multiple windows (PHP)
- Can not open more than one window in internet explorer (Windows NT / 2000 / XP)
- Would like to pass two parameters to a function that is outside of a web page. (JavaScript / DHTML / AJAX)
- new window popup (HTML and CSS)
- Trying to open explorer inside my java window (Java)
- Opening a Web Page in a New Window (Windows tips 'n' tweaks)
- New IE window (Web Browsers)
- IE 6 won't open links (Web Browsers)
Other Threads in the C# Forum
- Previous Thread: Parsing XSD
- Next Thread: Returning Multiple Objects
| Thread Tools | Search this Thread |
Tag cloud for C#
.net access ado.net algorithm array barchart bitmap box broadcast buttons c# chat check checkbox class client color combobox control conversion csharp custom database datagrid datagridview dataset datetime degrees development draganddrop drawing encryption event excel file files form format forms function gdi+ httpwebrequest image index input install java label list listbox listener login mandelbrot math mouseclick mysql networking object operator path photoshop picturebox pixelinversion post prime programming radians regex remote remoting resource richtextbox save saving serialization server sleep socket sql statistics stream string table tcp text textbox thread time timer treeview update usercontrol validation view visualstudio webbrowser windows winforms wpf xml





