Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Page rendering problem

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Related Topics:
After moving web page - After moving a web page to different folder and making a new virtual directory on same machine with same IP address, users cannot connect to web site without deleting cache of internet files, cookies and all offline content. How can the server be set.

Solution for IIS 5/ASP Page Failure - If you are having a problem with IIS serving ASP pages as I did, be aware that McAfee Antivirus has just added a Script Stopper feature (under the advanced tab) which will prevent code in your file from executing and setting session

viewing page from another machine? - hi... Can I make somebody else view my webpage, that i made in asp-mysql on anohter machine? I tried to give my ip address to another person to view my page. But it doesnt work. i tried as : To run ASP on my machine i..

ASP Page crashes after installing sp4 - Hello, I have a dll which is developed in VB6 sp3 and which is a drawing component called via ASP page, ir uses and zlib.dll, it was working fine until windows SP4 and Blaster patch now after of SP4 and Patch i'm..

Page Fault high??? - Hello: I have been chasing a memory leak for several weeks. I noticed the Page Faults for are over a million and the number is slowly creaping higher and higher. This seems high? Does anyone know anything about
Next:  IIS: iis & xp - http 500 error  
Author Message
stevebrunsdon9

External


Since: Aug 29, 2003
Posts: 1



(Msg. 1) Posted: Fri Aug 29, 2003 4:11 pm
Post subject: Page rendering problem
Archived from groups: microsoft>public>inetserver>iis (more info?)

I run IIS 5.1 under windows XP pro to provide Intranet
services to my household.
I have written a gallery page that uses jscript to
display sets of thumbnails which can then be clicked to
view in a full screen window.
When run directly from hard disk (by double clicking the
icon in windows explorer) the browser renders the page
properly and everything works.
When run via IIS (by accessing the link from my home
page) the thumbnails display always with the same wrong
layout with: some missing, or some duplicated, or some
miss-ordered.

Does anybody know the cause of this and how I correct it.

Thanks

Steve

 >> Stay informed about: Page rendering problem 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 2901



(Msg. 2) Posted: Sat Aug 30, 2003 5:25 pm
Post subject: Re: Page rendering problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Make sure that you have relative references for images etc, eg:

<img src="/images/myImage.gif" height="20" width="20">

not physical references, ie not:

<img src="c:\documents and settings\myImage.gif">

Otherwise, check that your HTML is valid:
http://validator.w3.org

All IIS does is send the HTML source to the browser. It is up to the browser
to render the stuff.

Cheers
Ken

"Steve Brunsdon" <stevebrunsdon9.RemoveThis@hotmail.com> wrote in message
news:04e301c36e69$caeee0a0$a101280a@phx.gbl...
: I run IIS 5.1 under windows XP pro to provide Intranet
: services to my household.
: I have written a gallery page that uses jscript to
: display sets of thumbnails which can then be clicked to
: view in a full screen window.
: When run directly from hard disk (by double clicking the
: icon in windows explorer) the browser renders the page
: properly and everything works.
: When run via IIS (by accessing the link from my home
: page) the thumbnails display always with the same wrong
: layout with: some missing, or some duplicated, or some
: miss-ordered.
:
: Does anybody know the cause of this and how I correct it.
:
: Thanks
:
: Steve

 >> Stay informed about: Page rendering problem 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]