Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
here is my code..
<a runat="server" target="framename:newtab" id="a"
href="http://www.xyzrtt.com/">
<img src="Images/powered.png" width="142" height="46" border="0" runat="server" />

i am not able to open this new tab in IE8
Posted

i applied target=_blank but it's not working..
 
Share this answer
 
Comments
midhun3600 20-Oct-13 23:54pm    
I have checked it it is working fine for me.Let me confirm your requirement once again, you want to open a site in new tab while you are clicking on a images this is your requirement right. If it is the code i gave you is working fine.


<a runat="server" target="_blank" id="a" href="http://www.xyzrtt.com/">
<img id="Img1" src="Images/powered.png" width="142" height="46" border="0" runat="server" />
anurag saraswat 21-Oct-13 1:36am    
I want to open new tab in IE8 but i am not able to open in new tab in IE8,this code is working fine in Chrome and Firefox browser but not in IE8.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900