Article 5KMV8 Is it possible to return to the initiating program after a call to google.maps

Is it possible to return to the initiating program after a call to google.maps

by
pizzipie
from LinuxQuestions.org on (#5KMV8)
Hi,

I am trying to run google maps from an 'html' program and have it return back to the initiating program. At present the return from google.maps is to the Desktop. PATH: index.html ---> gMapsFrontEnd.html ---> comes back to Desktop.

Does the google maps program return something that I can access and call the original index.html program?

index.html

Code:<div id="index8" >
<p><a href="googleMaps/gMapsFrontEnd.html">
<!--<p><a href="https://maps.google.com">-->
<img src="../images/googleMaps.png" alt="Google 9999 Maps" width="125" height="125">
</a><h2>Google Maps</h2></p>
</div> <!-- index8 -->gMapsFrontEnd.html

Code:<body>


<div class="header">
<img src="../images/googleMaps.png" alt="Google Maps" width="250" height="167" />
<h2>Google Maps</h2>
</div> <!--header-->

<div id="mybody">

<li><br /><p><input type="button" class="hov" id="btn1" value="Go to Google Maps."
onclick="window.location.href='https://maps.google.com'"></p>


<p><input type="text" class="hov" id="btn4" value="Exit"
onclick="timer=setTimeout('move()',500)"></input><br /></li></p>

</div> <!-- mybody -->

</body>latest?d=yIl2AUoC8zA latest?i=az5pdbQc41U:Oa8AwqpmEr4:F7zBnMy latest?i=az5pdbQc41U:Oa8AwqpmEr4:V_sGLiP latest?d=qj6IDK7rITs latest?i=az5pdbQc41U:Oa8AwqpmEr4:gIN9vFwaz5pdbQc41U
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments