超链接w / ImageUrl错误? [英] Hyperlink w/ImageUrl bug?

查看:60
本文介绍了超链接w / ImageUrl错误?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在MS KB中找不到任何问题,但我遇到了以下问题,这似乎是IE5特有的,而不是IE 5.5+或NN 6 +的任何其他版本。


问题:

我正在使用asp.net超链接控件并设置imageurl属性。似乎当img标签在超链接(< a>)标签中呈现时,img标签用/>关闭。而不是通常的>标签。因此,当在IE5中点击超链接时,超链接没有响应。


其他人有此体验吗?任何解决方案除了告诉用户他们必须升级?


TIA,


-

Leigh Kendall,MCSD, MCDBA

I can''t find any issue in the MS KB, but I''m experiencing the following problem which seems to be specific to IE5, and NOT any other version of IE 5.5+ or NN 6+.

Issue:
I''m using an asp.net hyperlink control and setting the imageurl property. It seems that when the img tag is rendered in the hyperlink (<a>) tag, the img tag is closed with a /> instead of the usual > tag. Because of this, when the hyperlink is clicked in IE5, the hyperlink doesn''t respond.

Anyone else experience this? Any solution besides telling users they must upgrade?

TIA,

--
Leigh Kendall, MCSD, MCDBA

推荐答案

你好Leigh,


我刚刚对IE 5.0和6.0进行了快速测试。 IE 5.0版本为5.00.3502.1000。


首先,呈现的代码是:


< FORM id =" aaa"> ;

< a id =" HyperLink1" style =" height:115px; width:83px; Z-INDEX:103;左:147px;位置:

绝对值; TOP:191px">< img src =" people.jpg" ALT =" TestHyperLinkControl"边界=" 0" />< / a>< / FORM>

图像可以在IE 6.0和5.0中正确显示。我无法重现这个问题。


你能在这里粘贴你渲染的代码吗?谢谢。


祝你好运,

Yanhong Huang

微软在线合作伙伴支持


安全! - www.microsoft.com/security

此帖子原样是按原样提供的。没有保证,也没有赋予任何权利。


--------------------

!来自:Leigh Kendall < lk ****** @msdnnewsgroups.com>

!主题:超链接w / ImageUrl错误?

!日期:星期二,2003年7月29日14:09 :06 -0400

!行数:65

!MIME-Version:1.0

!内容类型:multipart / alternative;

! boundary =" ---- = _ NextPart_000_000A_01C355DA.F8BF8B80"

!X-Priority:3

!X-MSMail-Priority:Normal

!X-Newsreader:Microsoft Outlook Express 6.00.2800.1106

!X-MimeOLE:由Microsoft MimeOLE制作V6.00.2800.1106

!消息ID:< O5 **************@TK2MSFTNGP12.phx.gbl>

!新闻组:microsoft.public.dotnet.framework.aspnet

! NNTP-Posting-Host:159.247.3.210

!路径:cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP12.phx.gbl

!外部参照:cpmsftngxa06 .phx.gbl microsoft.public.dotnet.framework.aspnet:163069

!X-Tomcat-NG:microsoft.public.dotnet.framework.aspnet



!我在MS KB中找不到任何问题,但我遇到了以下问题,这似乎是IE5特有的,而不是

任何其他版本IE 5.5+或NN 6+。

!问题:

!我正在使用asp.net超链接控件并设置imageurl属性。似乎当img标记在

超链接(< a>)标记中呈现时,img标记用/>关闭。而不是通常的>标签。因此,当在
IE5中点击超链接时,超链接没有响应。

!其他人有此体验吗?任何解决方案除了告诉用户他们必须升级?

!TIA,

! -

!Leigh Kendall,MCSD,MCDBA


Hello Leigh,

I just did a quick test on IE 5.0 and 6.0. The IE 5.0 version is 5.00.3502.1000.

Firstly, the code rendered is:

<FORM id="aaa">
<a id="HyperLink1" style="height:115px;width:83px;Z-INDEX: 103; LEFT: 147px; POSITION:
absolute; TOP: 191px"><img src="people.jpg" alt="TestHyperLinkControl" border="0" /></a></FORM>

The image could be shown correctly both in IE 6.0 and 5.0. I couldn''t reproduce the problem.

Could you please paste your rendered code here? Thanks.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
!From: "Leigh Kendall" <lk******@msdnnewsgroups.com>
!Subject: Hyperlink w/ImageUrl bug?
!Date: Tue, 29 Jul 2003 14:09:06 -0400
!Lines: 65
!MIME-Version: 1.0
!Content-Type: multipart/alternative;
! boundary="----=_NextPart_000_000A_01C355DA.F8BF8B80"
!X-Priority: 3
!X-MSMail-Priority: Normal
!X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
!X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
!Message-ID: <O5**************@TK2MSFTNGP12.phx.gbl>
!Newsgroups: microsoft.public.dotnet.framework.aspnet
!NNTP-Posting-Host: 159.247.3.210
!Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP12.phx.gbl
!Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:163069
!X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!
!I can''t find any issue in the MS KB, but I''m experiencing the following problem which seems to be specific to IE5, and NOT
any other version of IE 5.5+ or NN 6+.
!Issue:
!I''m using an asp.net hyperlink control and setting the imageurl property. It seems that when the img tag is rendered in the
hyperlink (<a>) tag, the img tag is closed with a /> instead of the usual > tag. Because of this, when the hyperlink is clicked in
IE5, the hyperlink doesn''t respond.
!Anyone else experience this? Any solution besides telling users they must upgrade?
!TIA,
!--
!Leigh Kendall, MCSD, MCDBA
!


你好Leigh,


我会测试它并让你尽快知道结果。非常感谢。


祝你好运,

Yanhong Huang

微软在线合作伙伴支持


安全! - www.microsoft.com/security

此帖子原样是按原样提供的。没有保证,也没有赋予任何权利。


--------------------

!来自:Leigh Kendall < lk ****** @ msdnnewsgroups.com>

!参考文献:< O5 ************** @ TK2MSFTNGP12.phx.gbl> < Br ************** @ cpmsftngxa06.phx.gbl>

!主题:Re:超链接w / ImageUrl错误?

!日期:2003年7月31日星期四11:24:45 -0400

!行数:79

!MIME-Version:1.0

!内容类型:text / plain;

! charset =" iso-8859-1"

!Content-Transfer-Encoding:7bit

!X-Priority:3

!X -MSMail-Priority:正常

!X-Newsreader:Microsoft Outlook Express 6.00.2800.1106

!X-MimeOLE:由Microsoft MimeOLE制作V6.00.2800.1106

!消息ID:< O3 ************** @ TK2MSFTNGP09.phx.gbl>

!新闻组:microsoft.public.dotnet .framework.aspnet

!NNTP-Posting-Host:159.247.3.210

!路径:cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP09.phx。 gbl

!外部参照:cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:163801

!X-Tomcat-NG:microsoft.public.dotnet.framework .aspnet



!我可以正确渲染图像。



!问题我在IE5上体验的是带有图像的超链接

!(ImageUrl属性集)当你点击它时什么都不做。好像

!这个问题与IE5是隔离的,因为我无法在其他版本上重新创建它。

!of IE。 Netscape 6.x也没有问题。



!唯一能让链接响应的方法是右键单击它

!选择Open。​​



!Leigh





!Yan-Hong Huang [MSFT]" < YH ***** @ online.microsoft.com>在消息中写道

!news:Br ************** @ cpmsftngxa06.phx.gbl ...

!>你好Leigh,

!>

!>我刚刚对IE 5.0和6.0进行了快速测试。 IE 5.0版本是

!5.00.3502.1000。

!>

!>首先,呈现的代码是:

!>

!> < FORM id =" aaa">

!> < a id =" HyperLink1" style =" height:115px; width:83px; Z-INDEX:103;左:

!147px;位置:

!>绝对; TOP:191px">< img src =" people.jpg" alt =" TestHyperLinkControl"

!border =" 0" />< / a>< / FORM>

!>

!>在IE 6.0和5.0中都可以正确显示图像。我无法支付
!重现问题。

!>

!>你能在这里粘贴你渲染的代码吗?谢谢。

!>

!>此致,

!>黄艳红

!> Microsoft在线合作伙伴支持

!>

!>安全! - www.microsoft.com/security

!> ;该帖子是按原样提供的。没有保证,并且不授予

!权利。

!>

!> --------------------

!> !来自:Leigh Kendall < lk ****** @ msdnnewsgroups.com>

!> !主题:超链接w / ImageUrl错误?

!> !日期:2003年7月29日星期二14:09:06 -0400

!> !行数:65

!> !MIME-Version:1.0

!> !内容类型:multipart / alternative;

!> ! boundary =" ---- = _ NextPart_000_000A_01C355DA.F8BF8B80"

!> !X-Priority:3

!> !X-MSMail-Priority:正常

!> !X-Newsreader:Microsoft Outlook Express 6.00.2800.1106

!> !X-MimeOLE:由Microsoft MimeOLE V6.00.2800.1106制作

!> !消息ID:< O5 ************** @ TK2MSFTNGP12.phx.gbl>

!> !新闻组:microsoft.public.dotnet.framework.aspnet

!> !NNTP-Posting-Host:159.247.3.210

!> !路径:cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP12.phx.gbl

!> !外部参照:cpmsftngxa06.phx.gbl

!microsoft.public.dotnet.framework.aspnet:163069

!> !X-Tomcat-NG:microsoft.public.dotnet.framework.aspnet

!> !

!> !我在MS KB中找不到任何问题,但我遇到以下

!问题,这似乎是IE5特有的,而不是

!>任何其他版本的IE 5.5+或NN 6+。

!> !问题:

!> !我正在使用asp.net超链接控件并设置imageurl属性。

!似乎当img标签呈现在

!>超链接(< a>)标签,img标签用/>关闭而不是通常的

!>标签。因此,当点击超链接时,

!> IE5,超链接没有响应。

!> !有人经历过这个吗?任何解决方案除了告诉用户他们必须

!升级?

!> !TIA,

!> ! -

!> !Leigh Kendall,MCSD,MCDBA

!> !

!>

!>




Hello Leigh,

I will test it and let you know the result as soon as possible. Thanks very much.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
!From: "Leigh Kendall" <lk******@msdnnewsgroups.com>
!References: <O5**************@TK2MSFTNGP12.phx.gbl> <Br**************@cpmsftngxa06.phx.gbl>
!Subject: Re: Hyperlink w/ImageUrl bug?
!Date: Thu, 31 Jul 2003 11:24:45 -0400
!Lines: 79
!MIME-Version: 1.0
!Content-Type: text/plain;
! charset="iso-8859-1"
!Content-Transfer-Encoding: 7bit
!X-Priority: 3
!X-MSMail-Priority: Normal
!X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
!X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
!Message-ID: <O3**************@TK2MSFTNGP09.phx.gbl>
!Newsgroups: microsoft.public.dotnet.framework.aspnet
!NNTP-Posting-Host: 159.247.3.210
!Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP09.phx.gbl
!Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:163801
!X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!
!I could get the image to render correctly.
!
!The problem I''m experiencing on IE5 is that the hyperlink WITH an image
!(ImageUrl property set) doesn''t do anything when you click on it. It seems
!that this issue is isolated to IE5 as I cannot recreate it on other versions
!of IE. Netscape 6.x doesn''t have an issue with it either.
!
!The only way I could get the link to respond is by right-clicking it and
!selecting Open.
!
!Leigh
!
!
!"Yan-Hong Huang[MSFT]" <yh*****@online.microsoft.com> wrote in message
!news:Br**************@cpmsftngxa06.phx.gbl...
!> Hello Leigh,
!>
!> I just did a quick test on IE 5.0 and 6.0. The IE 5.0 version is
!5.00.3502.1000.
!>
!> Firstly, the code rendered is:
!>
!> <FORM id="aaa">
!> <a id="HyperLink1" style="height:115px;width:83px;Z-INDEX: 103; LEFT:
!147px; POSITION:
!> absolute; TOP: 191px"><img src="people.jpg" alt="TestHyperLinkControl"
!border="0" /></a></FORM>
!>
!> The image could be shown correctly both in IE 6.0 and 5.0. I couldn''t
!reproduce the problem.
!>
!> Could you please paste your rendered code here? Thanks.
!>
!> Best regards,
!> Yanhong Huang
!> Microsoft Online Partner Support
!>
!> Get Secure! - www.microsoft.com/security
!> This posting is provided "AS IS" with no warranties, and confers no
!rights.
!>
!> --------------------
!> !From: "Leigh Kendall" <lk******@msdnnewsgroups.com>
!> !Subject: Hyperlink w/ImageUrl bug?
!> !Date: Tue, 29 Jul 2003 14:09:06 -0400
!> !Lines: 65
!> !MIME-Version: 1.0
!> !Content-Type: multipart/alternative;
!> ! boundary="----=_NextPart_000_000A_01C355DA.F8BF8B80"
!> !X-Priority: 3
!> !X-MSMail-Priority: Normal
!> !X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
!> !X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
!> !Message-ID: <O5**************@TK2MSFTNGP12.phx.gbl>
!> !Newsgroups: microsoft.public.dotnet.framework.aspnet
!> !NNTP-Posting-Host: 159.247.3.210
!> !Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP12.phx.gbl
!> !Xref: cpmsftngxa06.phx.gbl
!microsoft.public.dotnet.framework.aspnet:163069
!> !X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!> !
!> !I can''t find any issue in the MS KB, but I''m experiencing the following
!problem which seems to be specific to IE5, and NOT
!> any other version of IE 5.5+ or NN 6+.
!> !Issue:
!> !I''m using an asp.net hyperlink control and setting the imageurl property.
!It seems that when the img tag is rendered in the
!> hyperlink (<a>) tag, the img tag is closed with a /> instead of the usual
!> tag. Because of this, when the hyperlink is clicked in
!> IE5, the hyperlink doesn''t respond.
!> !Anyone else experience this? Any solution besides telling users they must
!upgrade?
!> !TIA,
!> !--
!> !Leigh Kendall, MCSD, MCDBA
!> !
!>
!>
!
!


你好Leigh,


我会测试它并让你尽快知道结果。非常感谢。


祝你好运,

Yanhong Huang

微软在线合作伙伴支持


安全! - www.microsoft.com/security

此帖子原样是按原样提供的。没有保证,也没有赋予任何权利。


--------------------

!来自:Leigh Kendall < lk ****** @ msdnnewsgroups.com>

!参考文献:< O5 ************** @ TK2MSFTNGP12.phx.gbl> < Br ************** @ cpmsftngxa06.phx.gbl>

!主题:Re:超链接w / ImageUrl错误?

!日期:2003年7月31日星期四11:24:45 -0400

!行数:79

!MIME-Version:1.0

!内容类型:text / plain;

! charset =" iso-8859-1"

!Content-Transfer-Encoding:7bit

!X-Priority:3

!X -MSMail-Priority:正常

!X-Newsreader:Microsoft Outlook Express 6.00.2800.1106

!X-MimeOLE:由Microsoft MimeOLE制作V6.00.2800.1106

!消息ID:< O3 ************** @ TK2MSFTNGP09.phx.gbl>

!新闻组:microsoft.public.dotnet .framework.aspnet

!NNTP-Posting-Host:159.247.3.210

!路径:cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP09.phx。 gbl

!外部参照:cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:163801

!X-Tomcat-NG:microsoft.public.dotnet.framework .aspnet



!我可以正确渲染图像。



!问题我在IE5上体验的是带有图像的超链接

!(ImageUrl属性集)当你点击它时什么都不做。好像

!这个问题与IE5是隔离的,因为我无法在其他版本上重新创建它。

!of IE。 Netscape 6.x也没有问题。



!唯一能让链接响应的方法是右键单击它

!选择Open。​​



!Leigh





!Yan-Hong Huang [MSFT]" < YH ***** @ online.microsoft.com>在消息中写道

!news:Br ************** @ cpmsftngxa06.phx.gbl ...

!>你好Leigh,

!>

!>我刚刚对IE 5.0和6.0进行了快速测试。 IE 5.0版本是

!5.00.3502.1000。

!>

!>首先,呈现的代码是:

!>

!> < FORM id =" aaa">

!> < a id =" HyperLink1" style =" height:115px; width:83px; Z-INDEX:103;左:

!147px;位置:

!>绝对; TOP:191px">< img src =" people.jpg" alt =" TestHyperLinkControl"

!border =" 0" />< / a>< / FORM>

!>

!>在IE 6.0和5.0中都可以正确显示图像。我无法支付
!重现问题。

!>

!>你能在这里粘贴你渲染的代码吗?谢谢。

!>

!>此致,

!>黄艳红

!> Microsoft在线合作伙伴支持

!>

!>安全! - www.microsoft.com/security

!> ;该帖子是按原样提供的。没有保证,并且不授予

!权利。

!>

!> --------------------

!> !来自:Leigh Kendall < lk ****** @ msdnnewsgroups.com>

!> !主题:超链接w / ImageUrl错误?

!> !日期:2003年7月29日星期二14:09:06 -0400

!> !行数:65

!> !MIME-Version:1.0

!> !内容类型:multipart / alternative;

!> ! boundary =" ---- = _ NextPart_000_000A_01C355DA.F8BF8B80"

!> !X-Priority:3

!> !X-MSMail-Priority:正常

!> !X-Newsreader:Microsoft Outlook Express 6.00.2800.1106

!> !X-MimeOLE:由Microsoft MimeOLE V6.00.2800.1106制作

!> !消息ID:< O5 ************** @ TK2MSFTNGP12.phx.gbl>

!> !新闻组:microsoft.public.dotnet.framework.aspnet

!> !NNTP-Posting-Host:159.247.3.210

!> !路径:cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP12.phx.gbl

!> !外部参照:cpmsftngxa06.phx.gbl

!microsoft.public.dotnet.framework.aspnet:163069

!> !X-Tomcat-NG:microsoft.public.dotnet.framework.aspnet

!> !

!> !我在MS KB中找不到任何问题,但我遇到以下

!问题,这似乎是IE5特有的,而不是

!>任何其他版本的IE 5.5+或NN 6+。

!> !问题:

!> !我正在使用asp.net超链接控件并设置imageurl属性。

!似乎当img标签呈现在

!>超链接(< a>)标签,img标签用/>关闭而不是通常的

!>标签。因此,当点击超链接时,

!> IE5,超链接没有响应。

!> !有人经历过这个吗?任何解决方案除了告诉用户他们必须

!升级?

!> !TIA,

!> ! -

!> !Leigh Kendall,MCSD,MCDBA

!> !

!>

!>




Hello Leigh,

I will test it and let you know the result as soon as possible. Thanks very much.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
!From: "Leigh Kendall" <lk******@msdnnewsgroups.com>
!References: <O5**************@TK2MSFTNGP12.phx.gbl> <Br**************@cpmsftngxa06.phx.gbl>
!Subject: Re: Hyperlink w/ImageUrl bug?
!Date: Thu, 31 Jul 2003 11:24:45 -0400
!Lines: 79
!MIME-Version: 1.0
!Content-Type: text/plain;
! charset="iso-8859-1"
!Content-Transfer-Encoding: 7bit
!X-Priority: 3
!X-MSMail-Priority: Normal
!X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
!X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
!Message-ID: <O3**************@TK2MSFTNGP09.phx.gbl>
!Newsgroups: microsoft.public.dotnet.framework.aspnet
!NNTP-Posting-Host: 159.247.3.210
!Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP09.phx.gbl
!Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:163801
!X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!
!I could get the image to render correctly.
!
!The problem I''m experiencing on IE5 is that the hyperlink WITH an image
!(ImageUrl property set) doesn''t do anything when you click on it. It seems
!that this issue is isolated to IE5 as I cannot recreate it on other versions
!of IE. Netscape 6.x doesn''t have an issue with it either.
!
!The only way I could get the link to respond is by right-clicking it and
!selecting Open.
!
!Leigh
!
!
!"Yan-Hong Huang[MSFT]" <yh*****@online.microsoft.com> wrote in message
!news:Br**************@cpmsftngxa06.phx.gbl...
!> Hello Leigh,
!>
!> I just did a quick test on IE 5.0 and 6.0. The IE 5.0 version is
!5.00.3502.1000.
!>
!> Firstly, the code rendered is:
!>
!> <FORM id="aaa">
!> <a id="HyperLink1" style="height:115px;width:83px;Z-INDEX: 103; LEFT:
!147px; POSITION:
!> absolute; TOP: 191px"><img src="people.jpg" alt="TestHyperLinkControl"
!border="0" /></a></FORM>
!>
!> The image could be shown correctly both in IE 6.0 and 5.0. I couldn''t
!reproduce the problem.
!>
!> Could you please paste your rendered code here? Thanks.
!>
!> Best regards,
!> Yanhong Huang
!> Microsoft Online Partner Support
!>
!> Get Secure! - www.microsoft.com/security
!> This posting is provided "AS IS" with no warranties, and confers no
!rights.
!>
!> --------------------
!> !From: "Leigh Kendall" <lk******@msdnnewsgroups.com>
!> !Subject: Hyperlink w/ImageUrl bug?
!> !Date: Tue, 29 Jul 2003 14:09:06 -0400
!> !Lines: 65
!> !MIME-Version: 1.0
!> !Content-Type: multipart/alternative;
!> ! boundary="----=_NextPart_000_000A_01C355DA.F8BF8B80"
!> !X-Priority: 3
!> !X-MSMail-Priority: Normal
!> !X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
!> !X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
!> !Message-ID: <O5**************@TK2MSFTNGP12.phx.gbl>
!> !Newsgroups: microsoft.public.dotnet.framework.aspnet
!> !NNTP-Posting-Host: 159.247.3.210
!> !Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP12.phx.gbl
!> !Xref: cpmsftngxa06.phx.gbl
!microsoft.public.dotnet.framework.aspnet:163069
!> !X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!> !
!> !I can''t find any issue in the MS KB, but I''m experiencing the following
!problem which seems to be specific to IE5, and NOT
!> any other version of IE 5.5+ or NN 6+.
!> !Issue:
!> !I''m using an asp.net hyperlink control and setting the imageurl property.
!It seems that when the img tag is rendered in the
!> hyperlink (<a>) tag, the img tag is closed with a /> instead of the usual
!> tag. Because of this, when the hyperlink is clicked in
!> IE5, the hyperlink doesn''t respond.
!> !Anyone else experience this? Any solution besides telling users they must
!upgrade?
!> !TIA,
!> !--
!> !Leigh Kendall, MCSD, MCDBA
!> !
!>
!>
!
!


这篇关于超链接w / ImageUrl错误?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆