Hi Arik,
I saw that you said that regarding FRAMESET
"They can be in a frameset themselves, but then you get each page to be recorded individually."
I don't understand how FRAMESET itself can be recorded, yet within a HTML page it can't.
My pages are of the following form. Please tell me how I could record these pages as they are, or what I need to change.
Also, does using the function ClickTaleIgnore(Days); with "3" for Days ignore my IP for three days?
========= Web Site Code ======
<html>
<head> </head>
<FRAMESET rows="100%,*" columns="100%,*" border=0 framespacing=0>
<FRAME src="
http://www.anrdoezrs.net/" name="head" frameborder="NO" scrolling="AUTO" noresize marginwidth="0" marginheight="0">
</FRAMESET>
<body BGCOLOR="#ffffff">
<!-- ClickTale Top part -->
<script type="text/javascript">
var WRInitTime=(new Date()).getTime();
ClickTaleIgnore(Days);
<!-- ClickTale end of Top part -->
<!-- ClickTale Bottom part -->
<div id="ClickTaleDiv" style="display: none;"></div>
<script src="http://s.clicktale.net/WRb.js" type="text/javascript"></script>
<script type="text/javascript">
if(typeof ClickTale=='function') ClickTale(20205,1);
</script>
<!-- ClickTale end of Bottom part -->
</body>
</html>