The present invention is directed to capturing hypertext markup language (HTML) elements from a target Web page, and more particularly to dynamically capturing elements from a target Web page.
Since the introduction of Internet browser application programs with Graphical User Interfaces (GUI), Web page designers have been looking for ways to liven up their Web page designs while providing current and reliable information. To make their Web pages more appealing, Web page designers and users started adding preformatted objects, such as clip art, to their Web pages. For example, many Web page designers began using clip art objects as icons, or in the title of the Web pages. Although the clip art objects added to the visual appeal of the Web pages, they provided very little, if any, information to users.
As graphical Web page development improved, Web page designers began to expand the types of objects they incorporated into their Web pages. Designers started adding animated clip art, photographs, video files, and audio files to their Web pages. For example, Web page designers of news Web sites began adding video clips of news reports to their Web pages. Visitors to the news Web sites could select a video clip and view the news report in a pop-up window in the browser application program. The designers typically uploaded these files manually onto the server hosting their Web page, which was a time consuming and expensive process. As a result, these files were frequently outdated by the time the new files were uploaded onto the servers.
One method used to reduce the work of uploading objects on servers is known as HTML capture, or Web capture. Web capture allows web designers to retrieve information easily from another Web site and display it on their Web pages. However, Web capture methods are limited to “static” captures. That is, the captured element cannot be updated without the user performing the entire Web capture operation. For example, suppose a user wants to display the current quotes for several stocks, such as International Business Machines (IBM), Microsoft Corporation, and Apple, Inc. on his or her own Web page. The user individually selects the quotes for each company from an electronic ticker on a target Web page and uses Copy and Paste commands to display the quotes from IBM, Microsoft, and Apple in a table on his Web page. However, because the user “cut and pasted” the stock quotes into his Web page, the content behind the quotes is static. That is to say, it will never change as the stock quotes change on the target Web page. If the user wanted to update, or refresh the stock quotes, the user would have to perform the same Web capture routine for each individual stock all over again. Unfortunately, this method of cutting and pasting elements from a target Web page into the user's Web page is inefficient and time consuming. Furthermore, because the user must manually select, copy, and paste the desired elements into his or her Web page, this method can lead to errors being introduced, especially if the underlying data on the target page has changed or has been moved to a different location on the target Web page. The user may accidentally select the wrong element, and thereby introduce errors into his or her Web page.
One method to alleviate the necessity for repeatedly cutting and pasting objects from the target Web page is using Web Queries to place HTML objects into spreadsheet application programs. Web Queries offer users a predictable way of importing table data into a spreadsheet application program from any source on the Worldwide Web. The user points the Web Query at an HTML document on either a Web server or a file server and imports either part or all of the content of the HTML document into the spreadsheet application program. To initiate a Web Query, a user may select the Web Query option from a menu, which opens a Web Query dialog box. The user inputs the URL of the desired Web page in an address bar associated with the Web Query dialog box, and the Web page is then displayed in a display area of the Web Query dialog box. The user then selects either the entire Web page, or a combination of tables within the Web page to download to the spreadsheet application program. Typically, the user has the option of importing the tables into the spreadsheet application in one of several formats. For instance, the user may elect to import the table data in plain text format, rich text format, or HTML text format.
Although Web Queries have mitigated the necessity for repeatedly cutting and pasting objects from the target Web page into a spreadsheet application, Web Queries have several drawbacks. First, Web Queries are limited in the type of data that is allowed to be imported from the target Web page. Because Web Queries are used only with spreadsheet application programs, only table objects may be imported from a target Web page. Users are not allowed to import graphical objects, such as picture files and video files, audio files, or the like using Web Queries. Moreover, since only table objects may be imported, only the underlying content, i.e., the numerical data is imported into the spreadsheet application program. All other content associated with the data, such as the formatting, cell dimensions, etc. are not rendered by the Web Queries.
This is not to say that users have no control over how the tabular data is imported. Users may select whether the table object should be imported as plain text, rich text, or full HTML text. However, it is typically recommended users import the table objects using either the plain text, or rich text formats. This is due to the fact that the full HTML formatting option may be disruptive to spreadsheet application program since the Web Query applies merged cells in the spreadsheet application program to represent commonly used nested tables in HTML. Another drawback to Web Queries is that if the table object contains data that is linked back to a reference Web site, the Web Query will not preserve the link. For example, if a user creates a Web Query that contains critical stock quotes, in which each stock quote contains a link back to a “reference” Web page that contains the detailed information about that particular stock. The Web Query will maintain the link back to the target Web page so that the quote for the particular stock can be updated. However, the Web Query will not preserve any links back to the reference Web page. This is due to the fact that the link back to the reference Web page is a “relative” URL, that is it based upon the file path of the current document containing the stock quote. When Web Query renders the particular stock quote in the spreadsheet application program, the file path of the current document containing the stock quote is altered to the location of the spreadsheet application program, thereby rendering the URL of the reference Web page inoperable.
Therefore, there is a need for a more efficient method for capturing elements from Web pages and displaying the captured elements in another application program. In particular, there is a need for a more efficient method for dynamically linking the captured elements to the target Web page to provide a simple and effective method for updating, or refreshing, the captured element within a browser application program.
The present invention meets the needs described above in a method for dynamically capturing elements from a target Web page. Generally described, the present invention includes a method to allow a user to capture elements from a target Web page and dynamically display the captured element in a Web part in the user's own Web page. The user first opens a Web Capture Web Part dialog box from an application program running on a client platform. The user navigates to the target server through the Web Capture Web Part dialog box and sends an HTTP call to the target server. The target server responds by returning the target Web page in an HTML string where it is displayed in the Web Capture Web Part dialog box. An icon is then placed proximate to each element in the Web page, which is used to allow the user to select individual elements for capture. The user then selects the elements on the target Web page that he or she wants to capture by clicking on the icons proximate to the elements. The elements are then dynamically displayed in a Web part on the user's Web page.
More particularly described, the properties associated with the selected elements are stored in a memory location for subsequent updates. The associated properties may include the Uniform Resource Locator (URL) of the target web page, the element tags and the Document Object Module (DOM) indexes or element IDs associated with the captured element. In addition, a time and date stamp of the time the elements were captured, and a refresh rate may be stored as properties associated with the selected elements. The refresh rate represents how much time should pass before the elements are refreshed from the target Web page. Whenever the captured elements are subsequently displayed in a Web part, the sum of the time and date stamp and the refresh rate are compared to the current time of the processing unit. If the sum of the time and date stamp and the refresh rate is less than the current time, then the current HTML string of the captured elements stored in the cache memory is rendered in the Web Part without being refreshed. If however, the sum of the time and date stamp and the refresh rate is greater than the current time from the processor unit, the captured elements are updated from the target Web page. The properties associated with the captured elements are used to call the updated elements from the target Web page. Once the updated elements are loaded into the Web part, the properties associated with the updated elements are stored in a memory location and the updated HTML string is stored in the cache memory location.
The present invention also provides a graphical interface for capturing elements from the target Web page and placing them in another Web page. The interface is provided by a dialog box that is displayed by the user's browser program. The dialog box allows the user to navigate to the target server and display the target Web page in a viewing area of the dialog box. An icon is displayed proximate to each element to provide the user with a visual cue, as to which elements may be captured. The user may select one or more elements to capture by clicking on the icons associated with the elements.
The present invention further provides a system for capturing elements from a target Web page. The system includes a client platform, which contains the user's browser application program and a server platform. Alternatively, the system may only comprise a client platform. The capture routine for capturing elements from the target Web page, resides partially on the client platform and partially on the server platform. This allows the capture to be performed from either the client platform, or the server platform. If the capture is performed from the client platform, the HTML string containing the captured elements from target Web page is downloaded to the client platform, which sends the HTML string to the server platform. The HTML string is processed at the server platform to remove unnecessary script and insure that the elements can be captured. After processing the captured element, the server platform returns the HTML string to the client platform, where the captured elements are rendered inside a Web part within the browser application program. In addition, the HTML string containing the captured elements are stored in a cache memory at the client platform.
Alternatively, there may be instances when it may be necessary to perform both the fetching and processing operations at the server platform. In these instances, the server platform will initiate the call to the target Web page and receive the returned HTML string. The returned HTML string is then processed at the server platform. Next, the HTML string is downloaded to the client platform, where the captured elements are rendered in a Web part. The properties associated with the captured elements are updated and the HTML string is stored in a memory device on the server platform.
The various aspects of the present invention may be more clearly understood and appreciated from a review of the following detailed description of the disclosed embodiments and by reference to the appended drawings and claims.
The present invention is directed toward a method and system for allowing a user to dynamically link an element or a region of content captured from a target Web page and display it in another application program, such as the Internet Explorer browser application program, manufactured by Microsoft Corporation of Redmond, Wash.
Turning now to the figures, in which like numerals refer to like elements through the several figures,
The invention is operational with numerous other general purpose or special purpose computing system environments or configurations. Examples of well known computing systems, environments, and/or configurations that may be suitable for use with the invention include, but are not limited to, personal computers, server computers, hand-held or laptop devices, multiprocessor systems, microprocessor-based systems, set top boxes, programmable consumer electronics, network PCs, minicomputers, mainframe computers, distributed computing environments that include any of the above systems or devices, and the like.
The invention may be described in the general context of computer-executable instructions, such as program modules, being executed by a computer. Generally, program modules include routines, programs, objects, components, data structures, etc. that performs particular tasks or implement particular abstract data types. The invention may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote computer storage media including memory storage devices.
With reference to
Computer 110 typically includes a variety of computer readable media. Computer readable media can be any available media that can be accessed by computer 110 and includes both volatile and nonvolatile, removable and non-removable media. By way of example, and not limitation, computer readable media may comprise computer storage media and communication media. Computer storage media includes both volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can accessed by computer 110. Communication media typically embodies computer readable instructions, data structures, program modules, or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media. The term “modulated data signal” means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media includes wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, RF, infrared and other wireless media. Combinations of the any of the above should also be included within the scope of computer readable media.
The system memory 130 includes computer storage media in the form of volatile and/or nonvolatile memory such as read only memory (ROM) 131 and random access memory (RAM) 132. A basic input/output system 133 (BIOS), containing the basic routines that help to transfer information between elements within computer 110, such as during start-up, is typically stored in ROM 131. RAM 132 typically contains data and/or program modules that are immediately accessible to and/or presently being operated on by processing unit 120. By way of example, and not limitation,
The computer 110 may also include other removable/non-removable, volatile/nonvolatile computer storage media. By way of example only,
The drives and their associated computer storage media discussed above and illustrated in
The computer 110 may operate in a networked environment using logical connections to one or more remote computers, such as a remote computer 180. The remote computer 180 may be a personal computer, a server, a router, a network PC, a peer device or other common network node, and typically includes many or all of the elements described above relative to the computer 110, although only a memory storage device 181 has been illustrated in
When used in a LAN networking environment, the computer 110 is connected to the LAN 171 through a network interface or adapter 170. When used in a WAN networking environment, the computer 110 typically includes a modem 172 or other means for establishing communications over the WAN 173, such as the Internet. The modem 172, which may be internal or external, may be connected to the system bus 121 via the user input interface 160, or other appropriate mechanism. In a networked environment, program modules depicted relative to the computer 110, or portions thereof, may be stored in the remote memory storage device. By way of example, and not limitation,
Additionally, the Web Capture application 205 also extracts a DetailLink property, a Title property, and a Direction property from the target Web page. The DetailLink property contains the address of the target Web page, the Direction property contains a value that is based on the target Web page that the URL is pointing to, and the Title property contains the title of the target Web page. The Web Capture application 205 then passes these properties to a Property Sheet Tool Part 225 on the server platform 215 where the properties are processed. The Property Sheet Tool Part 225 stores all the properties for the captured elements together under the category heading “Web Capture.” The Property Sheet Tool Part 225 then exchanges these properties with the database 230 where they are stored.
When the captured elements are being updated, an EditMode tag will contain the Boolean value “True” to signify that the an existing Web Part is being updated. A Web Capture Web Part is displayed bye the Web Capture application 205 and the Custom Property Tool Part 220 forwards the captured URL, Elements property, and ElementsID property associated with the captured element to the Web Capture application 205 to perform the required update.
The Web Capture routine 300 begins at 305, in which a user selects an element to capture and place into his or her document, such as a Web page in a browser application program. The selection process begins when the user opens the Web Capture application 205 in the browser application program and navigates to the desired target Web page by manually entering the Uniform Resource Locator (URL) associated with the target Web page in the address bar of the browser application program. Once the user has navigated to the target Web page, the user selects an element, which he or she wants to capture and display in the browser application program. At 310, the Web Capture program 210 makes a HTTP Request to the target Web page to retrieve the desired HTML object. In response to the HTTP Request, the target Web page returns the HTML object in an HTML string.
At 315, the determination is made whether the captured element is supported by the Web Capture routine 300. For example, TABLES, IMG, Web parts, and the entire Web page elements are supported by the Web Capture routine 300. The HTML string is examined to determine whether the META tag identifying the element type contains one of the following values: TABLE, IMG, WebPart, or EntirePage. If the META tag associated with the selected element contains one of the values TABLE, IMG, WebPart, or EntirePage, then “YES” branch is followed to 320, in which the properties associated with the element are stored in a memory location. Specifically, the properties are stored in the Edit Clip Tool Part 220 and the property sheet 225 on the server platform 215. Additionally, the HTML string is stored in a cache memory located on the server platform 215. Finally, at 325 the captured element is rendered in the Web part in the browser application program on the client platform 210. Returning to 315, if the determination is made that the META tag associated with the selected captured element does not contain a value equal to TABLE, IMG, WebPart, or EntirePage, then the “NO” branch is followed to 330 where an error message is displayed in the Web part signaling to the user that the element cannot be displayed.
Returning to 410, if the CaptureMethod property associated with the captured element contains a second value that identifies that the Web Capture program 205 on the client platform 210 fetches the target Web page, the “CLIENT” branch is followed to routine 420 where the client platform 210 returns the updated captured element to the browser application program. At 425, the updated captured element is rendered in a Web part on the user's web portal.
Referring again to 410, if the determination is made that the captured element should be rendered within an IFRAME, then the “IFRAME” branch is followed to 430. The Web Capture routine 300 automatically determines whether the captured element should be rendered in an IFRAME by examining the properties associated with the element. First, if the captured element is the body of the target Web page, then the entire target Web page is rendered within an IFRAME and all other selections from the target web page are ignored. Secondly, if the ContentLink attribute on the property sheet contains a URL that starts with “http://” and the RenderTags attribute contains the value “Page” then the entire target Web page is displayed in an IFRAME. Lastly, if the ContentLink attribute contains a URL that starts with “http://” and either the RenderTags attribute contains a null value or the RenderTagsIndex attribute contains a null value, then the entire target Web page is rendered within an IFRAME.
At 430 HTML code is generated to perform the IFRAME capture. At 435, the server 215 again generates HTML code to download the Web Part page to the client platform 210. At 440, the browser application program extracts the URL associated with the target Web page and loads the URL into the IFRAME. Finally, at 445, the browser application displays the IFRAME in the Web part.
Routine 500 begins at 505, where the Web Capture routine 300 makes an HTTP request to the target Web page to retrieve the captured object using the URL stored in the CaptureLink property. The target Web page returns the captured element in an HTML string. Next at 510, the determination is made whether the captured element previously stored in the cache memory on the server platform has expired. Each time a captured element is stored in the cache memory, a LastUpdate attribute is updated with the time and date that the captured element was updated. Another attribute associated with the captured element is the RefreshInterval. The RefreshInterval attribute contains an integer value that represents the amount of time that should elapse before the captured element is updated. The value stored by the RefreshInterval has a minimum allowable value of 1 minute and a maximum allowable value of 2,134,483,647 minutes. However, the default value for the RefreshInterval is set at 20 minutes. If the sum of the LastUpdate attribute and the RefreshInterval attribute is less than the current time stamp on the server platform 215, then the captured element does not need to be updated and the HTML string stored in the cache is still valid and the “NO” branch is followed to 515.
At 515, the HTML string is retrieved from the cache memory on the server. At 520, the server renders the captured element in the Web part and uploads the Web Part page to the user's browser application program. However, if the sum of the values in the LastUpdate and RefreshInterval attributes is less than the current time on the server platform, the determination is made at 510 that the HTML string in the cache memory has expired. In this instance the “YES” branch is followed to 525, where the Web Capture routine 300 retrieves the URL for the target Web page and the Tags and Tag Indexes for the captured element from the property sheet 225 on server platform 215. The Web Capture routine 300 generates an HTTP request to the target Web page. The target Web page returns the HTML string for the captured element to the server platform 215.
At 530, the HTML string is converted to a Byte array. Converting the HTML string to a Byte array allows the Web Capture routine 300 to index individual bytes, which makes it easier to identify the appropriate element from the target Web page. This provides a more efficient method for removing the content to capture than merely searching the HTML string.
At 535, the value stored in a CodePage attribute in the HTML header is examined. The CodePage attribute is used to determine whether the text of the captured element must be converted to the appropriate language before it is displayed in the Web part. This insures that if an element is captured from a Web site that uses foreign characters to display text, the captured element will be displayed using the characters common to the Web Part. For example, suppose that the user's Web page is displayed using English characters, while the target Web Page is from a Japanese Web site, which uses Japanese characters to display text. When an element from the Japanese Web site is captured, the CodePage attribute is examined to determine whether the element uses Japanese characters. If the value of the CodePage attribute indicates that Japanese characters are used to display the text, then the text of the element must be translated before it is rendered in the Web Page. Therefore, the CodePage attribute is used to determine whether the any text associated with the element needs to be translated before it can be rendered on the user's Web Part page.
Additionally, there may be some instances where the designer of the target Web page may not want to allow the element of their Web page to be stored on another server. In these instances, the designer may set a NoCache attribute to the appropriate value to prohibit another server storing the elements of the Web site. Therefore, the HTML string is examined to determine whether the NoCache attribute for the target Web page is set.
Next, at 540, Web Capture routine 300 examines the Byte array for “dangerous” code. If the determination is made that “dangerous” code is present, the Web Capture routine 300 removes it from the HTML string. An example of removing dangerous code from a Byte array is described in U.S. patent application Ser. No. 10/305,544, entitled “Method, System, and Computer-Readable Medium for Filtering Harmful HTML in an Electronic Document,” filed on Nov. 27, 2002, and hereby incorporated by references. Typically, “dangerous” code is defined as an object, an applet, or script in which an executable program, such as a virus, may be inserted. Therefore, all applets, objects, and scripts not associated with the captured elements are removed. The remaining data in the Byte array is then considered “safe” to render in the Web part.
At 545, the remaining data in the Byte array is converted to a Unicode string. At 550 the determination is made whether the captured element in the target Web page can be captured. There are two situations where the elements may not be captured. First, the element may be too large to capture. To maintain efficiency and speed, the element must be less than a predetermined size. For example, if the element is greater than the predetermined size, too many resources will be used to download the element, which will decrease the efficiency of the system. Therefore, the size of element must be limited to insure efficient capture. In the exemplary embodiment, the predefined limit is set at one megabyte (1 Mbyte). Thus, if any individual element selected to be captured is greater than two megabytes, it will be prohibited from being captured and the “NO” branch is followed to 585, where an error message is displayed in the Web part informing the user that the element size has been exceeded.
Second, there may be instances when the designer of the target Web page does not want any element from the target Web page to be displayed in another Web site. In these instances, the designer may set one or more META tags to prohibit the capturing of either individual elements or the entire target Web page. Therefore, after the target Web page is downloaded, it is examined to determine whether the designer of the target Web page prohibited the capturing of any elements. Specifically, the returned HTML string from the target Web page is searched for the following string: <META MSAllowCapture=“False”>. If META tag MSAllowCapture is set to “False” then the designer has prohibited the capturing of the target Web page and the individual elements cannot be captured. Therefore, the “NO” branch is followed to 585 where an error message is displayed identifying that the elements cannot be displayed. If the META tag MSAllowCapture is not set to “False,” then each element in the returned HTML string is searched to determine whether any element contains the MSAllowCapture attribute, which is set to “False.” If any element on the target Web page contains the attribute MSAllowCapture=“False” then the element cannot be captured and the “NO” branch is followed to 580, in which an error message is displayed in the Web part indicating that the elements cannot be captured. If however, neither the target Web page nor any element is marked to prevent capture, the element may be captured and the “YES” branch is followed to 555, where the captured element is retrieved. The form tags and base tags are then removed from the captured element. The form tags are removed from the element because they place page breaks in Web page. The base tags associated with the captured element are removed because they cause relative links to refer to a different server than what they are intended to refer to after an element is captured. Furthermore, all of the relative URLs in the captured element are then converted to absolute URLs. Additionally, the element IDs associated with the captured element are stripped. The element IDs are unique to each element so that if the Web part expects a particular element ID associated with the captured element to be associated with a different element currently in the Web part, the expectation of the element ID may cause an error to occur when the Web part is rendered. Therefore, since the element IDs are not critical to the appearance of the page, they are removed before the captured element is rendered in the Web part. Next, at 560 the determination is made whether all of the elements are present in the HTML string. If all of the elements are present in the HTML string, the “YES” branch is followed to 565, in which the captured elements are rendered in the Web part in the browser application program.
After the capture element is rendered in the Web part, the determination is made at 570 whether the captured elements from the target Web page can be stored to the cache memory on the server platform. The Web page designer may want to prohibit another user from storing the target Web page on a different server and set the HTML attribute NoCache on the target Web page. If the HTML string returned by the target Web page does not contain the NoCache attribute, then the target Web page can be stored and the “YES” branch is followed to 575 where the HTML string containing the captured element is stored in a cache memory on the server platform. However is the returned HTML string contains the NoCache attribute, then the captured element cannot be stored in the cache memory and the “NO” branch is followed to the “END” statement.
Next, the determination is made at 665 whether the captured element can be stored in the cache memory. Since the captured element was not updated by downloading the target Web page, the NoCache attribute could not have been changed. Therefore, the captured element is automatically written to the cache memory at 670.
Returning to 610, if the sum of the LastUpdate+RefreshInterval values is greater than the current time on the client platforms internal clock, the captured element is outdated and the needs to be updated before it can be displayed in the Web part. Therefore, the “NO” branch is followed to 615, in which the Web Capture routine 300 executes the GetWebPage routine to retrieve the target Web page from the target server. This GetWebPage method is the same method used by the server platform to retrieve the target Web page and has the same variable. However, the GetWebPage routine is written in Jscript on the client platform. The target server returns the target Web page in an HTML string to the client platform. The client platform then forwards the HTML string to the Capture application on the server platform. The Capture application on the server platform performs the processing on the target Web page once the client platform retrieves the target Web page from the target server.
Steps 620, 625, 630, 635, 640, 645, and 650 are identical to steps 530, 535, 540, 545, 550, 555, and 560 described in
At 655, if all of the elements of the captured element have been found, the server platform 215 forwards the updated element to the Web part on the client platform 210. At 660, the Web Capture routine 300 on the client platform replaces the captured element in the Web part with the updated element received from the server platform 215. After the captured element rendered in the Web part has been updated the Web Capture routine 300 on the client platform 210 determines whether the updated element can be stored in the cache memory on the client platform by checking the HTML string of the updated captured element to determine whether the NoCache attribute was set at 665. If the NoCache attribute is not set, then the “YES” branch is followed to 670 where the captured element stored in the cache memory on the client platform 210.
To begin a Web capture, the user selects the “Create Web Capture” link 745 using a standard input device, such as a mouse, a keyboard, or any other input device. Upon selecting the “Create Web Capture” link 745, a Web Capture Web Part tool pane 800 appears in the display area 720 of the browser application window 700, as shown in
When the user selects the Create button 830 in the Web Capture tool part 810, a Web Capture dialog box 900 is displayed as shown in
To navigate to the target Web page, the user places the cursor in the address window 910 and enters a valid URL for the target Web page. For example, if the user wanted to capture an element from the Microsoft Network home page, the user would enter the URL http://www.msn.com into the address window 910 and select the “GO” button 930. The result is that the Web page, www.msn.com 1000, is displayed in the display area 915 of the Web Capture dialog box 900, as shown in
Additionally, each icon may have mouse-over text associated with it. Mouse-over text appears whenever the cursor is passed over a particular icon. For example when the cursor passes over an icon associated with a particular table element, a text box may appear with a message such as “Click to include this table.” Similarly, if a table has been selected, passing the cursor over the check mark icon associated with the selected table may produce the following text “Click to exclude this table.” The mouse-over text may also be used to indicate to the user whether the Web page or any particular element on the target Web page is prohibited from being captured. In the case where the target Web page has the <MSAllowCapture=“False”> value, a message, such as “This page does not allow Web capturing” may be displayed when the cursor is positioned over the page icon.
Similarly, individual elements may have a MSAllowCapture attribute set to “False,” which prohibits the individual element from being captured. In these instances, whenever the cursor is placed over the icon associated with a prohibited element, a message such as “This [element name] does not allow Web capturing.” is displayed over the icon.
When the user selects the table element 1005 to capture, by clicking on the associated icon 1010, the icon 1010 changes to a check mark 1110 and the table element 1005 is highlighted as shown in
In addition to the base Web part properties, a series of capture-based properties for each element captured from the target Web page are stored in the property sheet 225. The capture-specific properties include the CaptureMethod, ContentLink, RenderTags, RenderTagIndexes, RefreshInterval, and LastUpdated properties to property sheet 225. The ContentLink property is an HTML string that specifies the URL of the target Web page. The CaptureMethod property is an integer value, which identifies whether the target Web page is downloaded by the client platform or the server platform. The RenderTags property stores a mask of the names of the tags associated with the elements that are captured and rendered in the Web part. The RenderTags property may take the values, TABLE, IMG, PAGE, or Web Part.
The RenderTagsIndex property stores a mask of the element ID of DOM indexes of the tags associated with the elements that are captured and rendered in the Web part. The Web Capture routine 300 will always try to store the element ID first, but most elements do not include IDs. When an element ID is not found with the element, the Web Capture routine 300 stores the DOM index. The mask is an array of element IDs or DOM indexes separated by commas. Although DOM indexes are zero-based, the Web Capture routine 300 stores the value (DOM index+1). Thus, if the user captured the second table on the target web page with a table ID=“tlb2” and the tenth table in the HTML stream, which has a DOM index of 9, the RenderTagIndexes property would store the values RenderTagsIndexes=“tbl2”, 10. In the instance when two table may have the same element ID number, the Web Capture routine 300 will capture the only the first table.
The RefreshInterval property enables the captured elements to be stored in a cache memory for subsequent display in the browser application program. Storing the captured elements in a cache memory reduces the load on the processor by reducing the number of downloads of the captured elements from the target web page, and thus improves the time needed to load the captured elements. The RefreshInterval property stores an integer value with units in minutes between times the captured elements is required to update from the target Web page. The valid range of values for the RefreshInterval is 0 to about 2.1 billion. If the value is set to zero, the captured elements will not be refreshed by downloading the target Web page. Thus, the valid range of times for performing a refresh of the captured element is 1 to about 231 minutes. In the present invention, the default value of the RefreshInterval is set at 20 minutes.
The LastUpdated property contains a value equal to the time and date stamp of when the elements were updated. The Web Capture routine 300 updates replaces the value for the LastUpdate property with the time and date stamp from the platform (client, if the client platform performs the download, or the server if the server platform performs the download) at the time the user selected the “OK” button 920 on the Web Capture dialog box 900.
Finally,
Other alternative embodiments will become apparent to those skilled in the art to which an exemplary embodiment pertains without departing from its spirit and scope. Accordingly, the scope of the present invention is defined bye the appended claims rather than the foregoing description.
Number | Name | Date | Kind |
---|---|---|---|
5870769 | Freund | Feb 1999 | A |
6021426 | Douglis et al. | Feb 2000 | A |
6351767 | Batchelder et al. | Feb 2002 | B1 |
6810414 | Brittain | Oct 2004 | B1 |
20010044810 | Timmons | Nov 2001 | A1 |
20030101412 | Eid | May 2003 | A1 |
20040019611 | Pearse et al. | Jan 2004 | A1 |