If you have read the posts in this thread you would know that your suggestion has already been made and I have stated my reason for why I can't use the local file method.
If you can't provide assistance that fits the problem at hand, why bother answering? I would never take advice on design from a person who has no attention to details and does not read the complete problem before jumping to an answer.
but thanks for trying, not very hard, but trying..
Did you leave an attachement with your post? how do I find it? I don't see a link to any attachment on your post.
thanks
sorry about this. I forgot to attach it. But I cannot attach here, I have to show you in link. For this I have to upload page somewhere and only can add here link. If you really want to see it, I also will do it. I tested only in IE, it is fine.
dzieba
Contributor
2670 Points
602 Posts
Re: Image access problems.
Jan 14, 2010 06:01 PM|LINK
Hi bam_usic,
If you have read the posts in this thread you would know that your suggestion has already been made and I have stated my reason for why I can't use the local file method.
If you can't provide assistance that fits the problem at hand, why bother answering? I would never take advice on design from a person who has no attention to details and does not read the complete problem before jumping to an answer.
but thanks for trying, not very hard, but trying..
andresurena
Member
48 Points
11 Posts
Re: Image access problems.
Jan 14, 2010 06:01 PM|LINK
it is working, check on your proxy server...
dzieba
Contributor
2670 Points
602 Posts
Re: Image access problems.
Jan 14, 2010 06:08 PM|LINK
Hi andresurena,
thank you for your advice.
Not sure how to check in on my Proxy server.
Can you provide steps of what I should do?
I change the code, I publish to the server and then I refresh the browser. The image is not there. Maybe it's something with my browser?
rmpasha
Member
291 Points
97 Posts
Re: Image access problems.
Jan 14, 2010 06:21 PM|LINK
sorry about this. I forgot to attach it. But I cannot attach here, I have to show you in link. For this I have to upload page somewhere and only can add here link. If you really want to see it, I also will do it. I tested only in IE, it is fine.
dzieba
Contributor
2670 Points
602 Posts
Re: Image access problems.
Jan 14, 2010 06:25 PM|LINK
Hi rmpasha,
Can you just post an explanation and the relavent code here? I am only interested in the image working with a URL.
rmpasha
Member
291 Points
97 Posts
Re: Image access problems.
Jan 14, 2010 06:33 PM|LINK
I didn't change anything in your code. see the code below. If you give me your email id, I also can send the screen shot.
<html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> </head> <body> <form id="form1" runat="server"> <div> <img title="Strategy horsback competitions" src="http://www.equinexgames.com/images/ads/exgLOGO.png" style="height:100px;width:120px;border-width:0px;" /> </div> </form> </body> </html>kedarrkulkar...
All-Star
34411 Points
5534 Posts
Re: Image access problems.
Jan 14, 2010 06:50 PM|LINK
cau u give a try
<asp:ImageButton ID="Image1" Height="100px" Width="120px" ToolTip="Strategy horsback competitions" runat="server" ImageUrl="http://www.equinexgames.com/images/ads/exgLOGO.jpg" AlternateText="Strategy horsback competitions" BorderStyle="None" PostBackUrl="http://www.equinexgames.com">
instead of <a href.... > and image control. can u use imagebutton directly...?
hope this helps...
KK
Please mark as Answer if post helps in resolving your issue
My Site
dzieba
Contributor
2670 Points
602 Posts
Re: Image access problems.
Jan 14, 2010 06:57 PM|LINK
I tried the imagebutton directly and still same proble.
I have both on the website now and both are blank.
dzieba
Contributor
2670 Points
602 Posts
Re: Image access problems.
Jan 14, 2010 06:59 PM|LINK
rmpasha,
So what you are saying is that you can see the image using IE and you did not modify any code?
IF so, this means that it works for some people but not others. What would cause this?
kedarrkulkar...
All-Star
34411 Points
5534 Posts
Re: Image access problems.
Jan 14, 2010 07:06 PM|LINK
i tried calling that image in my web page on local...... and image is getting displayed on my page.
at the same time, same image is not being displayed on u r web page...... (on IE8)
so.... there seems no problem from host of that image.
KK
Please mark as Answer if post helps in resolving your issue
My Site