is there a way tro clear frams in an echo command. i have a login that takes users to a url but i want to clear any frames before loading the page
echo "<meta http-equiv='refresh' content='0; url=$variable4'>";
target=top doesn't seem to work
this cant be done with PHP as it is server side and cannot dynamically change content of an HTML page. You need a client-side script. Javascript is a good idea and i might be able to give you some help if you explain exactly what you are trying to do. Mail Me at skript_kiddie@hotmail.com