Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: favorites and frame page web site


Message #1 by "Andrew Scott" <Andrew@c...> on Thu, 29 Mar 2001 09:27:38
Hi all...



I have a few web sites in the web that have counters(these counters run 

from an ASP) I hve noticed that the counter is in correct... I have viewed 

the Sites Stats and found that this is because people are entering the 

site via a different route than the openning home page... I gather that 

they are doing this by adding to favorites and they are adding a page in 

the frame... 



This is a MAJOR problem as I have pages that do not have any links on and 

they will end up with a blank screen... any ideas on how to make the user 

enter the main page if they have added a different page to their 

favorites???



Thanks in advanced

Andy Scott

 
Message #2 by Shaun Steckley <SSTECKLEY@P...> on Thu, 29 Mar 2001 08:32:53 -0500
Where do you have your counter incrementing?



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

From: Andrew Scott [mailto:Andrew@c...]

Sent: Thursday, March 29, 2001 4:51 PM

To: ASP Web HowTo

Subject: [asp_web_howto] favorites and frame page web site





Hi all...



I have a few web sites in the web that have counters(these counters run 

from an ASP) I hve noticed that the counter is in correct... I have viewed 

the Sites Stats and found that this is because people are entering the 

site via a different route than the openning home page... I gather that 

they are doing this by adding to favorites and they are adding a page in 

the frame... 



This is a MAJOR problem as I have pages that do not have any links on and 

they will end up with a blank screen... any ideas on how to make the user 

enter the main page if they have added a different page to their 

favorites???



Thanks in advanced

Andy Scott

 
Message #3 by Gregory_Griffiths@c... on Fri, 30 Mar 2001 12:02:03 +0100
Most sites use some Javascript to check this and redirect to the main 

page, something like :



if (top.location=document.location)

{

	top.location="http://www.greggriffiths.org";

}



> -----Original Message-----

> From: Andrew@c... [mailto:Andrew@c...]

> Sent: 29 March 2001 22:51

> To: asp_web_howto@p...

> Cc: Andrew@c...

> Subject: [asp_web_howto] favorites and frame page web site

> 

> 

> Hi all...

> 

> I have a few web sites in the web that have counters(these 

> counters run 

> from an ASP) I hve noticed that the counter is in correct... 

> I have viewed 

> the Sites Stats and found that this is because people are 

> entering the 

> site via a different route than the openning home page... I 

> gather that 

> they are doing this by adding to favorites and they are 

> adding a page in 

> the frame... 

> 

> This is a MAJOR problem as I have pages that do not have any 

> links on and 

> they will end up with a blank screen... any ideas on how to 

> make the user 

> enter the main page if they have added a different page to their 

> favorites???

> 

> Thanks in advanced

> Andy Scott

>  


  Return to Index