Alaska Software Inc. - Hide a title of the iexplorer window
Username: Password:
AuthorTopic: Hide a title of the iexplorer window
Osvaldo Ramirez Hide a title of the iexplorer window
on Mon, 11 Jul 2005 20:45:49 -0600
Hello guys

For example :

WAA generate a html code that call an url,
But I dont want to show that url, Is there a way to hide and show only 
the main web page ?

Best Regards
Osvaldo Ramirez
Phil Ide
Re: Hide a title of the iexplorer window
on Mon, 18 Jul 2005 11:24:01 +0100
Osvaldo,

> WAA generate a html code that call an url,
> But I dont want to show that url, Is there a way to hide and show only 
> the main web page ?

If you mean you send a url like this:

  http://www.me.com/cgi-bin/waa1gate.exe?WAA_PACKAGE=MYPKG&WAA_FORM=MyForm

...and you just want the browser to display:

  http://www.me.com

Then you can make the 'main' page (http://www.me.com/index.html)a frameset
document with a single frame which references your WAA function.

This way your WAApage is displayed in the inner frame, but the IE window
displays the address of the outer frame.

Regards,

Phil Ide

***************************************
* Xbase++ FAQ, Libraries and Sources: *
* goto: http://www.idep.org.uk/xbase  *
***************************************

All wiyht. Rho sritched mg kegtops awound?
Osvaldo Ramirez Re: Hide a title of the iexplorer window
on Tue, 19 Jul 2005 14:13:03 -0600
Thanks a lot Phil Ide

Best Regards
Osvaldo Ramirez