Retrieves a string specifying the URL of a temporary .htm file containing the current selection in the browser.
Syntax
[ sSelUrl = ] dialogArguments.__IE_ContentSelectionUrl
Possible Values
The property is read-only.
The property has no default value.
Remarks
During printing or previewing, Windows Internet Explorer creates a temporary .htm file containing the current selection if the user has made a selection in the browser. The temporary file is formatted as a Web page, complete with HTML and BODY tags.
Pass this string to a LAYOUTRECT element using the element's contentSrc property or attribute to print or preview only the current selection.
Determine whether the current selection should be displayed by querying the selection property of the TEMPLATEPRINTER behavior.
Applies To