<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Invoke Internet Explorer on Custom Button Click - Method 1</title>
	<link>http://siebelguide.com/siebelblogs/2008/11/10/invoke-internet-explorer-on-custom-button-click-method-1/</link>
	<description>Siebel Blogs, News, Events, Tips and Tricks</description>
	<pubDate>Sat, 19 May 2012 09:26:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Gurdeep</title>
		<link>http://siebelguide.com/siebelblogs/2008/11/10/invoke-internet-explorer-on-custom-button-click-method-1/#comment-16586</link>
		<author>Gurdeep</author>
		<pubDate>Thu, 08 Jul 2010 11:23:12 +0000</pubDate>
		<guid>http://siebelguide.com/siebelblogs/2008/11/10/invoke-internet-explorer-on-custom-button-click-method-1/#comment-16586</guid>
		<description>Sridhar,
We have done this sort of requirement using Configuration.
We have taken help of pickmaps to implement the functionality.</description>
		<content:encoded><![CDATA[<p>Sridhar,<br />
We have done this sort of requirement using Configuration.<br />
We have taken help of pickmaps to implement the functionality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://siebelguide.com/siebelblogs/2008/11/10/invoke-internet-explorer-on-custom-button-click-method-1/#comment-13760</link>
		<author>Ryan</author>
		<pubDate>Wed, 25 Nov 2009 08:46:57 +0000</pubDate>
		<guid>http://siebelguide.com/siebelblogs/2008/11/10/invoke-internet-explorer-on-custom-button-click-method-1/#comment-13760</guid>
		<description>function WebApplet_PreInvokeMethod (MethodName)
{
  if(MethodName == "OpenIE")
  {
     var oIE = COMCreateObject("InternetExplorer.Application");
     //your URL goes here
     oIE.Navigate("http://www.google.co.in", 1); 
     oIE.Visible = true;
     oIE.TheaterMode = true; //will open IE in full screen mode(optional)
     return(CancelOperation);
 }
 else
 {
    return (ContinueOperation);
 }
 oIE = null;
}</description>
		<content:encoded><![CDATA[<p>function WebApplet_PreInvokeMethod (MethodName)<br />
{<br />
  if(MethodName == &#8220;OpenIE&#8221;)<br />
  {<br />
     var oIE = COMCreateObject(&#8221;InternetExplorer.Application&#8221;);<br />
     //your URL goes here<br />
     oIE.Navigate(&#8221;http://www.google.co.in&#8221;, 1);<br />
     oIE.Visible = true;<br />
     oIE.TheaterMode = true; //will open IE in full screen mode(optional)<br />
     return(CancelOperation);<br />
 }<br />
 else<br />
 {<br />
    return (ContinueOperation);<br />
 }<br />
 oIE = null;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vishnu</title>
		<link>http://siebelguide.com/siebelblogs/2008/11/10/invoke-internet-explorer-on-custom-button-click-method-1/#comment-9227</link>
		<author>vishnu</author>
		<pubDate>Sat, 30 May 2009 07:24:51 +0000</pubDate>
		<guid>http://siebelguide.com/siebelblogs/2008/11/10/invoke-internet-explorer-on-custom-button-click-method-1/#comment-9227</guid>
		<description>thanks</description>
		<content:encoded><![CDATA[<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sridhar</title>
		<link>http://siebelguide.com/siebelblogs/2008/11/10/invoke-internet-explorer-on-custom-button-click-method-1/#comment-8943</link>
		<author>Sridhar</author>
		<pubDate>Fri, 22 May 2009 05:00:25 +0000</pubDate>
		<guid>http://siebelguide.com/siebelblogs/2008/11/10/invoke-internet-explorer-on-custom-button-click-method-1/#comment-8943</guid>
		<description>click on the email should open a default email client. This is normal OS feature not necessarily siebel.

to open IE on clicking on a field use symbolic URL.</description>
		<content:encoded><![CDATA[<p>click on the email should open a default email client. This is normal OS feature not necessarily siebel.</p>
<p>to open IE on clicking on a field use symbolic URL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vishnu</title>
		<link>http://siebelguide.com/siebelblogs/2008/11/10/invoke-internet-explorer-on-custom-button-click-method-1/#comment-8923</link>
		<author>vishnu</author>
		<pubDate>Thu, 21 May 2009 16:23:55 +0000</pubDate>
		<guid>http://siebelguide.com/siebelblogs/2008/11/10/invoke-internet-explorer-on-custom-button-click-method-1/#comment-8923</guid>
		<description>Hai
usually when we can click on the email field it must open with outlook express or other wise when we click on certain field it open the internet explorer how can we do that tell me anyone</description>
		<content:encoded><![CDATA[<p>Hai<br />
usually when we can click on the email field it must open with outlook express or other wise when we click on certain field it open the internet explorer how can we do that tell me anyone</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sridhar</title>
		<link>http://siebelguide.com/siebelblogs/2008/11/10/invoke-internet-explorer-on-custom-button-click-method-1/#comment-5250</link>
		<author>Sridhar</author>
		<pubDate>Tue, 11 Nov 2008 22:36:52 +0000</pubDate>
		<guid>http://siebelguide.com/siebelblogs/2008/11/10/invoke-internet-explorer-on-custom-button-click-method-1/#comment-5250</guid>
		<description>Hi Dos,
I guess you are right. This doesnt seem to be working for me in Siebel 8 thin client. This was working on Dedicated client and something wonky happened.

I am looking into this and working on the correction of this post.

Thanks for noticing this.

Regards,
Sridhar</description>
		<content:encoded><![CDATA[<p>Hi Dos,<br />
I guess you are right. This doesnt seem to be working for me in Siebel 8 thin client. This was working on Dedicated client and something wonky happened.</p>
<p>I am looking into this and working on the correction of this post.</p>
<p>Thanks for noticing this.</p>
<p>Regards,<br />
Sridhar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dos</title>
		<link>http://siebelguide.com/siebelblogs/2008/11/10/invoke-internet-explorer-on-custom-button-click-method-1/#comment-5241</link>
		<author>Dos</author>
		<pubDate>Tue, 11 Nov 2008 11:40:24 +0000</pubDate>
		<guid>http://siebelguide.com/siebelblogs/2008/11/10/invoke-internet-explorer-on-custom-button-click-method-1/#comment-5241</guid>
		<description>Sridhar,

Not sure, I need to check but a little doubt...

a) your code is written on server side so that means it will work on server? 
b) The same code is supported on browser scripting where you have to replace "COMCreateObject" with ActiveXObject as I guess former is not supported

Thanks
Dos</description>
		<content:encoded><![CDATA[<p>Sridhar,</p>
<p>Not sure, I need to check but a little doubt&#8230;</p>
<p>a) your code is written on server side so that means it will work on server?<br />
b) The same code is supported on browser scripting where you have to replace &#8220;COMCreateObject&#8221; with ActiveXObject as I guess former is not supported</p>
<p>Thanks<br />
Dos</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sridhar</title>
		<link>http://siebelguide.com/siebelblogs/2008/11/10/invoke-internet-explorer-on-custom-button-click-method-1/#comment-5225</link>
		<author>Sridhar</author>
		<pubDate>Mon, 10 Nov 2008 18:05:29 +0000</pubDate>
		<guid>http://siebelguide.com/siebelblogs/2008/11/10/invoke-internet-explorer-on-custom-button-click-method-1/#comment-5225</guid>
		<description>It will open on the client side. Works for both web client and dedicated client.
</description>
		<content:encoded><![CDATA[<p>It will open on the client side. Works for both web client and dedicated client.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dos</title>
		<link>http://siebelguide.com/siebelblogs/2008/11/10/invoke-internet-explorer-on-custom-button-click-method-1/#comment-5219</link>
		<author>Dos</author>
		<pubDate>Mon, 10 Nov 2008 11:59:55 +0000</pubDate>
		<guid>http://siebelguide.com/siebelblogs/2008/11/10/invoke-internet-explorer-on-custom-button-click-method-1/#comment-5219</guid>
		<description>sridhar will it open on client side or server side? in the web client sort of deployment</description>
		<content:encoded><![CDATA[<p>sridhar will it open on client side or server side? in the web client sort of deployment</p>
]]></content:encoded>
	</item>
</channel>
</rss>

