Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: Serving Problems..help!


Message #1 by Betty L. Black <betty@m...> on Mon, 19 Feb 2001 08:52:47 -0600
Can anyone tell me why this address is giving me the index page attached 

to every page at the bottom? There is NO include statement on ANY of the 

pages.



http://63.217.202.70/cms-beta2/



any insight into the problem would be a blessing!



Betty L. Black



Message #2 by "StephenB" <stephenb@w...> on Mon, 19 Feb 2001 15:35:33 -0000
Takes ages to load and I'm on quite a fat pipe this end.  View Source

doesn't show much apart from the fact that it has its own html head and body

tags. That is, it is the whole page.



One thing though, at the top you have :



<BASE HREF="http://63.217.202.70/cms-beta2/">



This should be after the < head > tag.



You'll have to show us some of the code.



Stephen



"Betty L. Black" <betty@m...> wrote in message

news:40679@a..._web_howto...

>

> Can anyone tell me why this address is giving me the index page attached

> to every page at the bottom? There is NO include statement on ANY of the

> pages.

>

> http://63.217.202.70/cms-beta2/

>

> any insight into the problem would be a blessing!

>

> Betty L. Black

>

>

>





Message #3 by Betty L. Black <betty@m...> on Mon, 19 Feb 2001 15:40:45 -0600
Can you tell me WHY this href is showing. I do not have that hard coded 

in the html pages. What program is assigning this href. I have a 

javascript to control button behaviors. I have no clue as to why it takes 

ages to load either. 



I do have this site located on a Mac Server using WebStar and it serves 

perfectly at www.macsavers.com/domains/cavermorehead. The code on this 

server is identical to what is on the Site Server 3.0 on the NT.





Here is the head as I have it coded:



<html>

<head>

<title>Welcome to Caver-Morehead</title>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<style type="text/css">

<!--

.text {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; 

font-style: normal; font-weight: normal; font-variant: normal; 

text-transform: none; color: #FFFFFF; text-decoration: none; line-height: 

16pt}

.Subhead { font-family: Arial, Helvetica, sans-serif; font-size: 14pt; 

color: #FFFFFF; text-decoration: none; line-height: 14pt}

.Bodytext { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; 

color: #FFFFFF; line-height: 14pt}

-->

</style>

<script language="JavaScript">

<!--

function MM_swapImgRestore() { //v3.0

  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) 

x.src=x.oSrc;

}



function MM_preloadImages() { //v3.0

  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();

    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; 

i<a.length; i++)

    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; 

d.MM_p[j++].src=a[i];}}

}



function MM_findObj(n, d) { //v3.0

  var p,i,x;  if(!d) d=document; 

if((p=n.indexOf("?"))>0&&parent.frames.length) {

    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}

  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) 

x=d.forms[i][n];

  for(i=0;!x&&d.layers&&i<d.layers.length;i++) 

x=MM_findObj(n,d.layers[i].document); return x;

}



function MM_swapImage() { //v3.0

  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; 

for(i=0;i<(a.length-2);i+=3)

   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) 

x.oSrc=x.src; x.src=a[i+2];}

}



function MM_displayStatusMsg(msgStr) { //v1.0

  status=msgStr;

  document.MM_returnValue = true;

}

//-->

<!--  Begin

var MSIE=navigator.userAgent.indexOf("MSIE");

var NETS=navigator.userAgent.indexOf("Netscape");

var OPER=navigator.userAgent.indexOf("Opera");

if((MSIE>-1) || (OPER>-1)) {document.write("<BGSOUND SRC=thunderclap.wav 

LOOP=3>");} else {document.write("<EMBED SRC=thunderclap.wav 

AUTOSTART=TRUE ");

document.write("HIDDEN=true VOLUME=50 LOOP=TRUE>");}

// End -->



</script>

</head>







>Takes ages to load and I'm on quite a fat pipe this end.  View Source

>doesn't show much apart from the fact that it has its own html head and body

>tags. That is, it is the whole page.

>

>One thing though, at the top you have :

>

><BASE HREF="http://63.217.202.70/cms-beta2/">

>

>This should be after the < head > tag.

>

>You'll have to show us some of the code.

>

>Stephen

>

>"Betty L. Black" <betty@m...> wrote in message

>news:40679@a..._web_howto...

>>

>> Can anyone tell me why this address is giving me the index page attached

>> to every page at the bottom? There is NO include statement on ANY of the

>> pages.

>>

>> http://63.217.202.70/cms-beta2/

>>

>> any insight into the problem would be a blessing!

>>

>> Betty L. Black





Betty L. Black

_____________________________________________

MacSavers

Your Macintosh Doctor

www.macsavers.com



Message #4 by "Ken Schaefer" <ken@a...> on Tue, 20 Feb 2001 12:33:49 +1100
Betty,



Use the IIS MMC Snapin to check that you haven't enabled "Footers" - you can

do this in IIS, and IIS will automatically append whatever file you choose

to the bottom of every webpage.



Cheers

Ken



----- Original Message -----

From: "Betty L. Black" <betty@m...>

To: "ASP Web HowTo" <asp_web_howto@p...>

Sent: Tuesday, February 20, 2001 8:40 AM

Subject: [asp_web_howto] Re: Serving Problems..help!





> Can you tell me WHY this href is showing. I do not have that hard coded

> in the html pages. What program is assigning this href. I have a

> javascript to control button behaviors. I have no clue as to why it takes

> ages to load either.

>

> I do have this site located on a Mac Server using WebStar and it serves

> perfectly at www.macsavers.com/domains/cavermorehead. The code on this

> server is identical to what is on the Site Server 3.0 on the NT.

>

>

> Here is the head as I have it coded:





Message #5 by "Stephen Biggerstaff" <stephenb@w...> on Tue, 20 Feb 2001 13:15:46
The Mac site still has the BASE line at the top when I view source, but seems ok otherwise.



Very odd, do you have a global.asa on the test site with something strange in it?



Stephen



> Can you tell me WHY this href is showing. I do not have that hard coded 

> in the html pages. What program is assigning this href. I have a 

> javascript to control button behaviors. I have no clue as to why it takes 

> ages to load either. 

> 

> I do have this site located on a Mac Server using WebStar and it serves 

> perfectly at www.macsavers.com/domains/cavermorehead. The code on this 

> server is identical to what is on the Site Server 3.0 on the NT.

> 

> 

> Here is the head as I have it coded:

> 

> <html>

> <head>

> <title>Welcome to Caver-Morehead</title>

> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

> <style type="text/css">

> <!--

> .text {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; 

> font-style: normal; font-weight: normal; font-variant: normal; 

> text-transform: none; color: #FFFFFF; text-decoration: none; line-height: 

> 16pt}

> .Subhead { font-family: Arial, Helvetica, sans-serif; font-size: 14pt; 

> color: #FFFFFF; text-decoration: none; line-height: 14pt}

> .Bodytext { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; 

> color: #FFFFFF; line-height: 14pt}

> -->

> </style>

> <script language="JavaScript">

> <!--

> function MM_swapImgRestore() { //v3.0

>   var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) 

> x.src=x.oSrc;

> }

> 

> function MM_preloadImages() { //v3.0

>   var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();

>     var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; 

> i<a.length; i++)

>     if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; 

> d.MM_p[j++].src=a[i];}}

> }

> 

> function MM_findObj(n, d) { //v3.0

>   var p,i,x;  if(!d) d=document; 

> if((p=n.indexOf("?"))>0&&parent.frames.length) {

>     d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}

>   if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) 

> x=d.forms[i][n];

>   for(i=0;!x&&d.layers&&i<d.layers.length;i++) 

> x=MM_findObj(n,d.layers[i].document); return x;

> }

> 

> function MM_swapImage() { //v3.0

>   var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; 

> for(i=0;i<(a.length-2);i+=3)

>    if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) 

> x.oSrc=x.src; x.src=a[i+2];}

> }

> 

> function MM_displayStatusMsg(msgStr) { //v1.0

>   status=msgStr;

>   document.MM_returnValue = true;

> }

> //-->

> <!--  Begin

> var MSIE=navigator.userAgent.indexOf("MSIE");

> var NETS=navigator.userAgent.indexOf("Netscape");

> var OPER=navigator.userAgent.indexOf("Opera");

> if((MSIE>-1) || (OPER>-1)) {document.write("<BGSOUND SRC=thunderclap.wav 

> LOOP=3>");} else {document.write("<EMBED SRC=thunderclap.wav 

> AUTOSTART=TRUE ");

> document.write("HIDDEN=true VOLUME=50 LOOP=TRUE>");}

> // End -->

> 

> </script>

> </head>

> 

> 

> 

> >Takes ages to load and I'm on quite a fat pipe this end.  View Source

> >doesn't show much apart from the fact that it has its own html head and 

body

> >tags. That is, it is the whole page.

> >

> >One thing though, at the top you have :

> >

> ><BASE HREF="http://63.217.202.70/cms-beta2/">

> >

> >This should be after the < head > tag.

> >

> >You'll have to show us some of the code.

> >

> >Stephen

> >

> >"Betty L. Black" <betty@m...> wrote in message

> >news:40679@a..._web_howto...

> >>

> >> Can anyone tell me why this address is giving me the index page 

attached

> >> to every page at the bottom? There is NO include statement on ANY of 

the

> >> pages.

> >>

> >> http://63.217.202.70/cms-beta2/

> >>

> >> any insight into the problem would be a blessing!

> >>

> >> Betty L. Black

> 

> 

> Betty L. Black

> _____________________________________________

> MacSavers

> Your Macintosh Doctor

> www.macsavers.com

> 


  Return to Index