Search found 2530 matches

by Scott
Mon Jun 23, 2003 8:25 am
Forum: Announcements
Topic: Archived forum
Replies: 0
Views: 9116

Archived forum

As of July 15, 2003 the archived forums will not be available. We apologize for any inconvenience this may cause.

--Scott
by Scott
Mon Jun 23, 2003 7:33 am
Forum: Public Web Browser v1
Topic: Disable options to user
Replies: 3
Views: 10112

Sometimes the most brilliant solutions are the simplest ones. I will have to remeber this one.

--Scott
by Scott
Mon Jun 23, 2003 7:30 am
Forum: Public Web Browser v2
Topic: cant download after running PWB
Replies: 1
Views: 2932

The setting in the INI that is causing this is the following. [RestrictedSave] ... DisableFileDownload=True ... This setting causes PWB to set the Internet Options to disable downloads. You can reset it by opening the Internet Options applet in the control panel. On the security tab, click on the in...
by Scott
Fri Jun 20, 2003 10:06 am
Forum: Public Web Browser v2
Topic: resetting StationEnvironmentVariable per user
Replies: 9
Views: 8033

Because the environment variables are session specific you can not use a batch file to set the variable and then run PWB. The variable would only be set for the command box and PWB would not see the variable. You can set the variables system wide, or per user via the computer properties. But this wi...
by Scott
Fri Jun 20, 2003 9:02 am
Forum: Public Web Browser v1
Topic: Not being able to launch links
Replies: 14
Views: 56207

Start with a clean (new) INI file from the distribution and see if that works. Then work from there.

We are no longer developing PWB v1, maybe it is time to give PWB v2 a test drive.

You can get a 30 day temporary license be emailing Michelle@TeamSoftwareSolutions.com and requesting one.

--Scott
by Scott
Thu Jun 19, 2003 1:34 pm
Forum: Public Web Browser v1
Topic: Not being able to launch links
Replies: 14
Views: 56207

Try turning off the filters.

[Security]
...
NoAccess=False
...
OnlyAccess=False
...

Is the JavaScript opening pop-up windows? Make sure you do not have po-up windows disabled.

--Scott
by Scott
Thu Jun 19, 2003 1:30 pm
Forum: Public Web Browser v2
Topic: javascript & popup windows
Replies: 2
Views: 3683

Add "+JavaScript" to your URL filter file. Make sure you do not have pop-up windows disabled. You need to have the following settings in the INI to allow pop ups. [Browser] ... DisableNewWindow=False ... [SecondWindow] ... LimitCount= OpenInParentWindow=False DisableUnrequested=False ... -...
by Scott
Thu Jun 19, 2003 11:04 am
Forum: Public Web Browser v1
Topic: Not being able to launch links
Replies: 14
Views: 56207

If you are using the only access filter:

[Security]
...
OnlyAccess=True
...

You should have JavaScript in your only access filter file.

If you are using the no access filter:

[Security]
...
NoAccess=True
...

You should not have JavaScript in your no access filter file.

--Scott
by Scott
Thu Jun 19, 2003 11:01 am
Forum: Public Web Browser v2
Topic: PWB v2.04 Questions
Replies: 5
Views: 4885

In order to just copy the EXE over the old EXE when changing versions, for example v2.03 to v2.04, you will need to disable the INI file checking in the INI file. If you are upgrading from v2.04 revision x to another revision, the INI file was not changed so you will benefit from the bug fixes and y...
by Scott
Thu Jun 19, 2003 10:56 am
Forum: Public Web Browser v2
Topic: SaveToDrives
Replies: 1
Views: 2579

Make sure you are using at least PWB v2.04. PWB v2.04 checks all the drives before requesting a disk instead of just the first drive listed.

--Scott
by Scott
Thu Jun 19, 2003 7:48 am
Forum: Public Web Browser v2
Topic: PWB v2.04 Questions
Replies: 5
Views: 4885

If you are already running PWB v2.04, download the upgrade and copy the EXE over the old EXE. The INI file was not changed between revisions.

--Scott
by Scott
Thu Jun 19, 2003 7:43 am
Forum: General
Topic: PWB v1 vs PWB v2
Replies: 0
Views: 6740

PWB v1 vs PWB v2

We have tried to keep PWB v1 and PWB v2 close in terms of usage, but under the hood PWB v2 is much faster and more efficient. You can use PWB v1, but we are confident if you try PWB v2, you will choose it over PWB v1. All new enhancements to PWB will only be done on PWB v2, PWB v1 is no longer being...
by Scott
Thu Jun 19, 2003 7:16 am
Forum: Public Web Browser v1
Topic: Not being able to launch links
Replies: 14
Views: 56207

Do you have javascript in your allowed URLs?

--Scott
by Scott
Tue Jun 17, 2003 7:26 am
Forum: Public Web Browser v1
Topic: changing IP address
Replies: 3
Views: 11368

Not directly. PWB uses the IE HTML rendering engine, and thus uses the IP that IE uses. So in theory if you can change the IP IE uses then you can change the IP PWB uses.

--Scott
by Scott
Mon Jun 16, 2003 7:41 am
Forum: Public Web Browser v1
Topic: Disable options to user
Replies: 3
Views: 10112

What operating system are you using?

To really secure Windows I would not recommend using Windows 95/98/ME.

If you are using Windows NT/2K/XP, then you can use Windows policies to disable Task manager from the Ctrl-Alt-Del dialog.

--Scott