Can I store a URL of a web page, i.e., a hyperlink to the web page, in WorkSite, and then be able to invoke the link to launch a browser (such as Internet Explorer) to display the web page?
I don't want to store a COPY of the web page. I want to store a HYPERLINK to the live web page, because the web page will change from time to time (it is updated several times a day), and I want all my team members to be able to reach the web page with a single (or maybe two) clicks. I don't want each team member to have to create a favorite in Internet Explorer. There are many such web pages; each one is specific to a particular client/matter combination.
What is the "URL" document format? Is it applicable to this problem?
So far, I was able to get the desired functionality, but I believe my solution is inelegant. Using Notepad, I created an HTML file that contains:
< html>
< head>
< title>Link to (case name) court documents
< /head>
< body>
< a href="
https://ecf.mad.uscourts.gov/cgi-bin/iqquerymenu.pl?(case number)">Link to (case name) litigation documents on PACER
< /body>
< /html>
I imported this HTML file into WorkSite. The preview pane ("Quick View") displays the link. Clicking on the link launches Internet Explorer (IE) to open the desired page (or a page that requests PACER user credentials and then opens the desired page).
Alternatively, opening the HTML document from WorkSite (such as by double-clicking) launches IE, as described above.
Is there a "better" way to save a URL in WorkSite and open a web page pointed to by the URL?