View Single Post
  #3  
Old 12-27-2007, 12:28 AM
armsys armsys is online now
Registered User
 
Join Date: 12-19-2007
Posts: 647
ashwken,

Thanks for your very helpful explanation, which adds a lot of clarity into my understanding of the internal brower and keywording.

I'm afraid I didn't explain my question clearly. My original question surrounds the sample Outlook.urd. For the same Outlook items (appointments, tasks, notes, messages) can be viewed in two places:
[1] the html-based viewers
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server"><meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
<title>Inbox</title>
</head>
<body>
<object id=ViewCtlFolder classid=CLSID:0006F063-0000-0000-C000-000000000046 width="100%" height="100%">
<PARAM NAME="Folder" VALUE="Inbox">
</object>
</body>
</html>

[2] the formed-based Info Items.


Question: what are the functional difference(s) between the two?

Armstrong
Reply With Quote