Share

BrowserLauncher2

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Space in URL fails to launch the browser ???

You are viewing a single message from this topic. View all messages.

  1. 2008-02-26 13:38:06 UTC
    Hi

    if I try to launch a browser with

    BrowserLauncher bl = new BrowserLauncher();
    bl.openURLinBrowser("local/file 1.html");

    the main browser opens with two tabs:
    one: file///local/file
    two: http://www.1.html

    If I try to replace the space in the URL
    bl.openURLinBrowser("local/file%201.html");

    he main browser opens
    file:///local/file%25201.html

    because he replaces the "%" with %25

    How to solve this problem?

    I'm using BrowserLauncher2 package.


    THANK YOU!!
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.