....and i have a frameset page contains 3 frames. Left-hand side frame is a TOC frame and one of the link is "Logout" which link to logout.asp and target frame is Main frame (right hand side frame). Top frame is a banner frame. What I'm trying to do is when I click logout i want it refresh the whole browser and go back to default page. What happend right now is it's only refresh the target frame.
There are many ways to learn to code these days. From coding bootcamps like Flatiron School to online courses to totally free beginner resources. The best way to learn to code depends on many factors, but the most important one is you. See what course is best for you.
i.e
<a href="logout.asp" target=_top>logout</a>?