Recent content by eric57791

  1. E

    I am using the following code to monitor when a webpage gets updated every day,

    can you suggest improvements? Here is the code (the specified websites are omitted), thanks for your suggestions: <html> <head> <meta http-equiv="refresh" content="5"> <frameset cols="35%,35%,30%"> <frame src ="http://page1" /> <frame src ="http://page2" /> <frame src ="http://page3" />...
Back
Top