﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - NotifyWindowURL</title><link>http://www.intersoftsolutions.com/Community/Tags/NotifyWindowURL/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>set NotifyWindowURL from client side</title><link>http://www.intersoftsolutions.com/Community/Tags/NotifyWindowURL/</link><pubDate>Tue, 06 Nov 2012 11:16:27 GMT</pubDate><dc:creator>BJay</dc:creator><category>NotifyWindowURL</category><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;I need to set NotifyWindowURL property of a WebNotification object that activates from client side using java script?&lt;br /&gt;&lt;br /&gt;I have added one line myNotification.NotifyWindowURL = "http://www.intersoftpt.com/" to Button1_onclick() function posted at&lt;br /&gt;http://www.intersoftpt.com/Community/WebDesktop/webnotification-event-based/&lt;br /&gt; &lt;/p&gt;&lt;pre&gt;function Button1_onclick() {
     var WebNotify = ISGetObject("WebNotification1");
     var myNotification = WebNotify;
     myNotification.ContentText = "This notification is sent from button click. Check it out!";
     myNotification.CaptionText = "NotifyWindowURL does not work";
     myNotification.NotifyWindowURL = "http://www.intersoftpt.com/"
     WebNotify.Notify(myNotification);
}
&lt;br /&gt;&lt;/pre&gt;
&lt;p&gt;WebNotify.Notify(myNotification) launches a notification, but makes myNotification.NotifyWindowURL undefined. So click on the notification opens a page like http://MyWebPage/undefined. &lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;BJay&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>