•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the ASP.NET section within the Web Development category of DaniWeb, a massive community of 423,987 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,927 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our ASP.NET advertiser: Lunarpages ASP Web Hosting
Views: 1312 | Replies: 14
•
•
Join Date: Jun 2007
Posts: 13
Reputation:
Rep Power: 2
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.
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 Syntax (Toggle Plain Text)
<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"/>
Last edited by peter_budo : May 24th, 2008 at 7:14 pm. Reason: Keep It Organized - please use [code] tags
•
•
•
•
•
•
•
•
DaniWeb ASP.NET Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
age amd avatar blue gene chips database dell development dos drivers economy energy enterprise firefox graphics hardware ibm ibm. news intel intel ibm internet it linux memory microsoft mozilla news open open source open-source opengl openoffice ps3 recession red hat russia software source sun super supercomputer supercomputing system technology trends ubuntu vista windows working x86
- Button to open a new browser window (ASP.NET)
- Open Excel Sheet in Vb.net (VB.NET)
- Anyone good with Favlets? window links? (HTML and CSS)
- Opening Header in a new window? (PHP)
- Posting e-mail form problems (HTML and CSS)
- How to open a popup after a user closes browser window (JavaScript / DHTML / AJAX)
- owner form display problem (VB.NET)
- deactivating all windows except current window (VB.NET)
- Showing results of a form in new window (HTML and CSS)
Other Threads in the ASP.NET Forum
- Previous Thread: Sending sms through asp.net
- Next Thread: image imagemap difference



Threaded Mode