I am trying to make a home button to go to a certain page. I am using the html name inside a href but the button disappears, the link is still there but it turns into the name with an underline.
I have a table on the first page with customer information such as name, model, VIN, and sales order. I would like to pull the information from file(text, xls…etc). Is this a good idea? is there a better way?
I would also be using this concept on other pages of the HTML. Taking serial numbers...
I am looking to pull names and other information from an outside file(the .exe has already been created) and fill the blanks on my first page. Is there any way to do this?