Search found 11 matches

by LesH
Thu Mar 15, 2012 1:53 pm
Forum: Public Web Browser v2
Topic: [SecondWindow] OpenInNewProcess problem
Replies: 4
Views: 6728

Looks like we corrected this by using PWBExecute to launch IE in a new session. We can kill the IE window then open a new one immediately and it doesn't remember the old session.
by LesH
Mon Mar 12, 2012 12:54 pm
Forum: Public Web Browser v2
Topic: [SecondWindow] OpenInNewProcess problem
Replies: 4
Views: 6728

That's probably what is happening. We don't really want to exit PWB entirely though, as the end user will likely have several other apps & web sites open in other windows.

Am I correct that the OpenInNewProcess setting should work to solve this?
by LesH
Mon Mar 12, 2012 9:29 am
Forum: Public Web Browser v2
Topic: [SecondWindow] OpenInNewProcess problem
Replies: 4
Views: 6728

[SecondWindow] OpenInNewProcess problem

We launch a web app that requires a login from a PWB site. The app opens and operates, in a second window that appears in front of the PWB main window (as desired). If the end user closes the window without logging out of the app, they stay logged in at the server until:

* the server's 30 minute ...
by LesH
Mon Jul 05, 2010 2:24 pm
Forum: Public Web Browser v2
Topic: Problem opening more windows with Javascript
Replies: 2
Views: 4600

Problem opening more windows with Javascript

A new app was introduced to our 2.10.3 PWB environment. It uses a lot of javascript and at one point tries to open a new window, resize it, and populate it.

On IE 6, this all works properly. The window opens (postage stamp size), repositions, resizes, and populates.

On PWB on the same machine, the ...
by LesH
Tue Nov 01, 2005 9:22 am
Forum: Public Web Browser v2
Topic: Running external program from web page
Replies: 13
Views: 12855

Works! And easy enough to modify to support multiple executables. Thanks!

Les
by LesH
Mon Oct 31, 2005 1:17 pm
Forum: Public Web Browser v2
Topic: Running external program from web page
Replies: 13
Views: 12855

As per Scott:

"The problem is with the URL filter. Even though you have "+file://" in the URL filter, the IE web browser control is presenting PWB with "C:\WINDOWS\Notepad.exe" as the URL. With "-all" in the URL filter file PWB is going to deny access to it unless it is specifically allowed. You ...
by LesH
Wed Oct 26, 2005 9:17 am
Forum: Public Web Browser v2
Topic: Running external program from web page
Replies: 13
Views: 12855

Yes, I get the prompt for a download (Open, Save, etc) click OPEN, and the app opens.
by LesH
Wed Oct 26, 2005 8:16 am
Forum: Public Web Browser v2
Topic: Running external program from web page
Replies: 13
Views: 12855

Still having trouble with this. Here's a bit from the home page:

<script language="JavaScript" type="text/JavaScript">
<!--

function OnClickDummy()
{
window.external.PWBDummy
}

function OnClickExecute()
{
window.external.PWBExecute( 'c:\skylight\skylight.exe' )
}


//-->
</script>

<p><A href ...
by LesH
Tue Oct 25, 2005 3:01 pm
Forum: Public Web Browser v2
Topic: Running external program from web page
Replies: 13
Views: 12855

Looks promising - can you provide an example of calling OnClickExecute from a link rather than a button?

And also, where in PWB is it being restricted from just being able to run the executable directly from a link?

Thanks,
Les
by LesH
Tue Oct 25, 2005 2:26 pm
Forum: Public Web Browser v2
Topic: Running external program from web page
Replies: 13
Views: 12855

Running external program from web page

We've been using PWB 2.05 for some time operating as Windows shell on W2k. The machines are very locked down and the user can access about six approved systems (various servers and web pages in our organization) from their home page.

We now have a request to add an additional, local program to the ...
by LesH
Fri May 20, 2005 1:07 pm
Forum: Public Web Browser v2
Topic: connect.set file and proxy settings?
Replies: 1
Views: 3015

connect.set file and proxy settings?

Is c:\program files\internet explorer\connect.set part of PWB? We ran into a situation where were were trying to change our proxy autoconfiguration URL and the browsers continued to hit the old URL until we renamed connect.set as something else.... the old proxy url appeared as text in the connect ...