Example to create web browser

Possible to allow users in some software titles to use EXEOut as a web browser?

Like to have a input where user enters URL and it loads into EXEOut window. Hope I am making sense. Basically want to create a simple web browser using a form.

Something like:

<div class="urlbox">
    <form method="post" action="self.php">
        Address: <input type="text" name="url" id="url" class="input_text" />
        <input type="submit" value="submit" class="button">
    </form>
</div>

<div id="url" class="url">

</div>

I can use an iframe to do this, but that is not desirable and loading some sites in iframe simply does not work.

Anyone with ideas or tips?

We never wanted to allow users to enter URLs into a navigation bar, that’s why we did not add the possibility. But you are right, your simple form is a good and efficient way.

Understood. Figured that is a feature that would never happen for many reasons.

But throwing it out there to see if others have come up with slick solutions.

Hope 2021 brings us all good luck and more features to EXEOut :wink:

2 Likes