Does anyone know the ASP Equivalent to this javascript?
<script>
<!--
if (window!= top)
top.location.href=location.href
// -->
</script>
Thanks,
Larry
<script>
<!--
if (window!= top)
top.location.href=location.href
// -->
</script>
Thanks,
Larry
Comment