Next Topic

Previous Topic

Book Contents

sendURL()

Displays the entered URL in a web browser window on the managed machine. An additional checkbox, if checked, displays the URL immediately. If unchecked, the URL is displayed after the user clicks the flashing agent system tray icon.

Example

If isUserLoggedIn(" ")
	getVariable("Prompt When Procedure is Scheduled", "Enter URL to display", "promptURL", "All Operating Systems", "Halt on Fail")
	sendURL("#promptURL#", "Display now", "All Operating Systems", "Halt on Fail")