HTML Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignHTML Programming
Receive the tools necessary to be the rock star of your field. Our 12-month program teaches you the evolving world of multi-channel marketing as well as the complex issues and opportunities found in the industry.

ASP Free and Iron Speed Designer are giving away $5,500+ in FREE licenses. Iron Speed's RAD CASE toolset can save up to 80% of your coding time. One free license per week, one perpetual license per month!
Download and Activate to enter!

Web development can be a daunting task, even for specialists. There is a lot of information to absorb and a lot of technologies to learn in order to manage a superior website. When trying to learn the ropes, developers need a reliable source to introduce new ideas that can be easily implemented. When working on large projects, even web veterans may run into a technology or an aspect of a technology that they are unfamiliar with.

Learn More!


Download to Enter
| Contest Rules

Tutorials | Forums

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old January 22nd, 2012, 03:12 PM
Master__Chief Master__Chief is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2005
Posts: 338 Master__Chief User rank is Sergeant Major (2000 - 5000 Reputation Level)Master__Chief User rank is Sergeant Major (2000 - 5000 Reputation Level)Master__Chief User rank is Sergeant Major (2000 - 5000 Reputation Level)Master__Chief User rank is Sergeant Major (2000 - 5000 Reputation Level)Master__Chief User rank is Sergeant Major (2000 - 5000 Reputation Level)Master__Chief User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 4 Days 5 h 53 m 48 sec
Reputation Power: 45
Question Img src with UNC path

I keep getting :

do you want to view only the webpage content that was delivered securely?

The site is https:\mydomain.com, the imgs are under \serverShare\imgs. When I right click on the img and see the properties:

file://serverShare/imgs/somefolder/004.jpg

How can I show the imgs without this warning or modifying browser settings?
__________________
www.fuzzysiberians.com

Reply With Quote
  #2  
Old January 22nd, 2012, 04:33 PM
Catacaustic's Avatar
Catacaustic Catacaustic is online now
Code Monkey V. 0.9
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Mar 2005
Location: A Land Down Under
Posts: 1,660 Catacaustic User rank is General 10th Grade (Above 100000 Reputation Level)Catacaustic User rank is General 10th Grade (Above 100000 Reputation Level)Catacaustic User rank is General 10th Grade (Above 100000 Reputation Level)Catacaustic User rank is General 10th Grade (Above 100000 Reputation Level)Catacaustic User rank is General 10th Grade (Above 100000 Reputation Level)Catacaustic User rank is General 10th Grade (Above 100000 Reputation Level)Catacaustic User rank is General 10th Grade (Above 100000 Reputation Level)Catacaustic User rank is General 10th Grade (Above 100000 Reputation Level)Catacaustic User rank is General 10th Grade (Above 100000 Reputation Level)Catacaustic User rank is General 10th Grade (Above 100000 Reputation Level)Catacaustic User rank is General 10th Grade (Above 100000 Reputation Level)Catacaustic User rank is General 10th Grade (Above 100000 Reputation Level)Catacaustic User rank is General 10th Grade (Above 100000 Reputation Level)Catacaustic User rank is General 10th Grade (Above 100000 Reputation Level)Catacaustic User rank is General 10th Grade (Above 100000 Reputation Level)Catacaustic User rank is General 10th Grade (Above 100000 Reputation Level) 
Time spent in forums: 2 Weeks 2 Days 2 m 8 sec
Reputation Power: 1642
You need to make sure that the images are being served from the same server URL, or at least using the HTTPS protocol.

If you are seeing the URL of the image files like you described, it means that you are trying to load them from a local file system... that's not the way to do it because as soon as you put the site live the images won't be accessible anyway because not a lot of other people have access to your internal file structure.

If you want to use the same URL to load the images just link them as
Code:
<img src="folder.file.jpg" />

If you want to make sure that they load from the right URL then it will need to be hard-coded into your page (you can and should use some kind of dynamic language like PHP or ASP to make sure that the base URL can be easily changed)
Code:
https://domain.com/folder/file.jpg

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignHTML Programming > Img src with UNC path


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.

© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 11 - Follow our Sitemap