Quantcast
Channel: ExeOutput for PHP - G.D.G. Software Forum
Viewing all articles
Browse latest Browse all 1024

Example to create web browser

$
0
0

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?

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 1024

Trending Articles