Asked by duncanb7
at 2024-11-15 04:14:53
Point:250 Replies:2 POST_ID:828425USER_ID:11059
Topic:
JavaScript;;Hypertext Markup Language (HTML)
I have one simple question that is I have two frame, one frame is with inputbox
and second frame is my redirect URL webpage and I set its default URL like www.yahoo.com
and second frame will redirect to my targe URL after I input correct value or address name in the inputbox
The question is after I redirect to my tagerat second frame URL like www.experts-exhange.com successfully
but I can NOT go back to my default page,www.yahoo.com when clicking refresh button right next to IE window address bar OR even I click adress bar and enter again, and the second frame webpage is still stay on www.expert-exchange.com. Why ?
As I know, when click the refresh button, it will go back to www.mywebiste.com/index.html
since URL in address bar at IE is still http://www.mywebsite.com and no change at all
and second frame in my index.html will should go back to its default URL, www.yahoo.com
Is it related to refresh,reload , onload issue ? Please advise and attach simple index.html code
and second frame is my redirect URL webpage and I set its default URL like www.yahoo.com
and second frame will redirect to my targe URL after I input correct value or address name in the inputbox
The question is after I redirect to my tagerat second frame URL like www.experts-exhange.com successfully
but I can NOT go back to my default page,www.yahoo.com when clicking refresh button right next to IE window address bar OR even I click adress bar and enter again, and the second frame webpage is still stay on www.expert-exchange.com. Why ?
As I know, when click the refresh button, it will go back to www.mywebiste.com/index.html
since URL in address bar at IE is still http://www.mywebsite.com and no change at all
and second frame in my index.html will should go back to its default URL, www.yahoo.com
Is it related to refresh,reload , onload issue ? Please advise and attach simple index.html code