Search found 31 matches

by phillipbrickner
Tue Aug 20, 2013 9:15 am
Forum: Public Web Browser v2
Topic: url.txt was not found, Access.rtf not found when launching
Replies: 2
Views: 7684

url.txt was not found, Access.rtf not found when launching

I am having problems launching pwb via command line with vb. The code I am using is Process.Start("C:\Program Files (x86)\TeamSoftware Solutions\Public Web Browser V2\pwb.exe" It starts up fine but then after clicking on a link it says url.txt was not found then access.rtf was not found. T...
by phillipbrickner
Fri Aug 09, 2013 10:21 am
Forum: Public Web Browser v2
Topic: Does not display pbskids.org/go/ and pbskids.org correctly
Replies: 13
Views: 25407

Re: Does not display pbskids.org/go/ and pbskids.org correct

This fixed it:

[Security]
LocalMachineLockdown=False

You are always quick to fix any problems I have! Thanks Scott! :D
by phillipbrickner
Thu Aug 08, 2013 9:40 am
Forum: Public Web Browser v2
Topic: Does not display pbskids.org/go/ and pbskids.org correctly
Replies: 13
Views: 25407

Re: Does not display pbskids.org/go/ and pbskids.org correct

Here is the css file. Name this one kids.css and put it in the same folder as the html page. #header{ position:absolute; top:10px; left:280px; width:1600px; height:300px; z-index: 0; } #home{ position:absolute; top:25px; left:25px; width:250px; height:250px; z-index: 0; } #8box{ position:absolute; t...
by phillipbrickner
Thu Aug 08, 2013 9:39 am
Forum: Public Web Browser v2
Topic: Does not display pbskids.org/go/ and pbskids.org correctly
Replies: 13
Views: 25407

Re: Does not display pbskids.org/go/ and pbskids.org correct

Its a local web page here is the code for the HTML. <html> <head> <link rel="STYLESHEET" href="./kids.css" type="text/css" /> <script language="JavaScript"> var d = new Date(); var month = d.getMonth(); var day = d.getDate(); var monthday = ((month+1)*100)+day...
by phillipbrickner
Wed Aug 07, 2013 9:46 am
Forum: Public Web Browser v2
Topic: Does not display pbskids.org/go/ and pbskids.org correctly
Replies: 13
Views: 25407

Re: Does not display pbskids.org/go/ and pbskids.org correct

After changing that setting I am now seeing the windows active x bar asking me to allow content. The page I am trying to display is a local page on the PC with javascript. The message: To help protect your security, your web browser has restricted this file from showing active content that could acc...
by phillipbrickner
Tue Aug 06, 2013 10:19 am
Forum: Public Web Browser v2
Topic: Does not display pbskids.org/go/ and pbskids.org correctly
Replies: 13
Views: 25407

Re: Does not display pbskids.org/go/ and pbskids.org correct

That fixed it :D Thanks for the quick responses. You guys are awesome!
by phillipbrickner
Mon Aug 05, 2013 7:40 am
Forum: Public Web Browser v2
Topic: Does not display pbskids.org/go/ and pbskids.org correctly
Replies: 13
Views: 25407

Re: Does not display pbskids.org/go/ and pbskids.org correct

I just tried changing the IEBrowserEmulation to nothing and it is still not working. Any other suggestions?
by phillipbrickner
Thu Aug 01, 2013 8:40 am
Forum: Public Web Browser v2
Topic: Does not display pbskids.org/go/ and pbskids.org correctly
Replies: 13
Views: 25407

Re: Does not display pbskids.org/go/ and pbskids.org correct

Windows 7 64bit, I was using IE 9 but I upgraded to 10 after seeing that it worked for you, and Flash Player 11.8 It is still making the footer look all messed up http://img692.imageshack.us/img692/5868/oamy.jpg The other page pbskids.org/go looks good normally but when I put it in an Iframe it gets...
by phillipbrickner
Wed Jul 31, 2013 9:55 am
Forum: Public Web Browser v2
Topic: Does not display pbskids.org/go/ and pbskids.org correctly
Replies: 13
Views: 25407

Does not display pbskids.org/go/ and pbskids.org correctly

When going to pbskids.org with pwb v2 or v3 the footer on this page is displayed weird/ not correctly. Also when going to pbskids.org/go/ in an Iframe also shows up weird/ broken table and broken slider. Is there any thing I can do to make this render correctly?
by phillipbrickner
Fri Feb 04, 2011 9:45 am
Forum: Public Web Browser v2
Topic: Restricting access to URL's and Redirect to other URL
Replies: 12
Views: 11364

Thanks Scott works perfect!
by phillipbrickner
Thu Feb 03, 2011 7:57 am
Forum: Public Web Browser v2
Topic: Restricting access to URL's and Redirect to other URL
Replies: 12
Views: 11364

Before I send any files my redirect is the same as above. If I change the redirect to something else like ualibrary.org it will go to it. Otherwise if I leave it how we need it (like above), you can see the infinite loop of redirects.
by phillipbrickner
Wed Feb 02, 2011 10:55 am
Forum: Public Web Browser v2
Topic: Restricting access to URL's and Redirect to other URL
Replies: 12
Views: 11364

Thank for making this such a top priority and coming out with an update so fast. It's not working though. I think what you are doing is changing the host file. Since my address are on the same domain and the host file is not url specific it is getting stuck in an infinite loop or redirects.
by phillipbrickner
Mon Jan 31, 2011 10:35 am
Forum: Public Web Browser v2
Topic: Restricting access to URL's and Redirect to other URL
Replies: 12
Views: 11364

No it I have a custom local web page for the home page for pwb. I then open the catalog in a iframe. And I need that I frame not to go to get redirected if it opens a epecific url. The actual url is http://vtls.ualibrary.org/cgi-bin/gw/ that I do not want it to go to. I would like it get redirected ...
by phillipbrickner
Mon Jan 31, 2011 8:19 am
Forum: Public Web Browser v2
Topic: Restricting access to URL's and Redirect to other URL
Replies: 12
Views: 11364

How would I go by doing to paired list. For example I wanted to send someone from a our homepage http://www.ualibrary.org/index.php to our catalog http://vtls.ualibrary.org/cgi-bin/gw/ch ... arch=kiosk. Is this possible and if so then how?