k, so there's the top frame and the main frame. the main frame should load my index_main page after 5 seconds, and it does. problem is, the top frame remains.
any suggestions on how to make the top frame disappear?
thanks.
Printable View
k, so there's the top frame and the main frame. the main frame should load my index_main page after 5 seconds, and it does. problem is, the top frame remains.
any suggestions on how to make the top frame disappear?
thanks.
i don't know the code you're using,
but you have to target the parent,
parent.location
or
target="_parent"
or
post your code,