I know there is a way to display a specific filename in the address window but can't figure it out and am not sure what it is called to do a search (sorry).
I tried putting this in the php file:
Code:
<!--script>
if (window.self == window.top){ window.top.location = "http://www.homepage.com/"; }
</script-->
but it gives an error message "Unexpected '<' found". It also failed when I took the '!-- --' out.
Currently it displays the php calculation filename which is not very pretty. I'd rather do it with php than javascript as I am braindead when it comes to javascript. Would appreciate some advice. Thanks!
Bookmarks