Avatar

Level 5

Hi Cathy,

Use the below code to avoid error.

Try

{

    if(s.pageName)

        s.getPercentPageViewed();

    if(s._ppvPreviousPage)

        s.eVar10 = s._ppvHighestPercentViewed;

}

Catch(error)

{

}

Hope this will work for you.

Regards

Ashok