Asked by duncanb7
at 2024-10-26 07:35:18
Point:500 Replies:16 POST_ID:828394USER_ID:11059
Topic:
Visual Basic Programming;Hypertext Markup Language (HTML);Scripting Languages
I would like to ask one question, In one task, I have saved my excel file into
htm format in Excel Window by saveas , it means my junk2.xls convert into junk2.htm and then I
edit the junk2.htm and put the html statement of <meta http-equiv="refresh" content="10">
into junk2.htm in order to reshresh the webpage each 10 seconds.
I read junk2.htm after the file modification in IE explorer and see the 10 second rehresh effect.
But the question, when I click and read sheet of "workshop" or "Store", in other words, I stay on them to read/view as my viewing webpage . But my viewing webpage will go back the first page sheet of " Inventory" by and after the refresh, so the viewing wbepage will be "invertory" sheet now , so that I need to click back the sheet of "workshop" again but that is not okay because that reshresh will activate the first page that will make me trouble when I am looking seond or third sheet of "Workshop" and "Store" at that time.
THe question, is it related to the meta rehresh statement in wrong pasition in junk2.htm ? SO that
the viewing webpage will always go back to the first page of "Inventory" after refresh
Please help review the top of code junk.html source code attached and read the
atttached image and you see the icon for sheet of "Inverotry", "Workshop" and "Store", you understand what I am asking
Please advise
Duncan
htm format in Excel Window by saveas , it means my junk2.xls convert into junk2.htm and then I
edit the junk2.htm and put the html statement of <meta http-equiv="refresh" content="10">
into junk2.htm in order to reshresh the webpage each 10 seconds.
I read junk2.htm after the file modification in IE explorer and see the 10 second rehresh effect.
But the question, when I click and read sheet of "workshop" or "Store", in other words, I stay on them to read/view as my viewing webpage . But my viewing webpage will go back the first page sheet of " Inventory" by and after the refresh, so the viewing wbepage will be "invertory" sheet now , so that I need to click back the sheet of "workshop" again but that is not okay because that reshresh will activate the first page that will make me trouble when I am looking seond or third sheet of "Workshop" and "Store" at that time.
THe question, is it related to the meta rehresh statement in wrong pasition in junk2.htm ? SO that
the viewing webpage will always go back to the first page of "Inventory" after refresh
Please help review the top of code junk.html source code attached and read the
atttached image and you see the icon for sheet of "Inverotry", "Workshop" and "Store", you understand what I am asking
Please advise
Duncan
Attachment:Snap5.jpg