Asked by duncanb7
at 2024-06-04 22:58:10
Point:500 Replies:6 POST_ID:828510USER_ID:11059
Topic:
JavaScript;;Hypertext Markup Language (HTML)
I get two frames in my start website page, main.html.
In First frame with src=inputbutton.html, is that the first input button(Home) to call back Home page which is
set to any website I want to go and second button(MyExcel) will go to open excel csv file(myexcel.csv) and
both button will go to display the content in the second frame, name="mainFrame" by
parent.mainFrame.document.location.href
The question is that after I display myexcel.csv file in second frame succesfully by click MyExcel button ,
I could NOT go back to the previous home.html page by click the Home button in the first frame. And I try to
replace the link href of my.excel.csv by www.yahoo.com
It will be able to go back to the home page by click HOME button. Why it can't go back with myexcel.csv?
Is it the problem related to the csv file display in IE7 will cause frame issue or problem ?
Please advise
Duncan
In First frame with src=inputbutton.html, is that the first input button(Home) to call back Home page which is
set to any website I want to go and second button(MyExcel) will go to open excel csv file(myexcel.csv) and
both button will go to display the content in the second frame, name="mainFrame" by
parent.mainFrame.document.location.href
The question is that after I display myexcel.csv file in second frame succesfully by click MyExcel button ,
I could NOT go back to the previous home.html page by click the Home button in the first frame. And I try to
replace the link href of my.excel.csv by www.yahoo.com
It will be able to go back to the home page by click HOME button. Why it can't go back with myexcel.csv?
Is it the problem related to the csv file display in IE7 will cause frame issue or problem ?
Please advise
Duncan