Hi
I want to use wNavigate() in a menu of one of my application.
The browser show a new windows, but with page blank 'about:blank' and not with the url page passed to wNavigate().
=wNavigate('http://www.convisav.com', .T.)
What am i doing wrong ?
regards Gilles

Hi Gilles,
wNavigate()
probably needs some improvements however it should work by adding a trailing slash to your URL:
=wNavigate('http://www.convisav.com/', .T.)
Hi Thierry
It doesn't work with a trailing slash..
Only a new page blank is open in the browser (FireFox b.51)
Amicalement Gilles
Thierry
I dont ask for a new windows to show the page link, the Url with a trailing slash is showing
=wNavigate('http://www.convisav.com/")
``` show the convisav page in the browser, but in the current windows..
```foxpro
=wNavigate('http://www.convisav.com/", .T.)
``` show a blank page in the browser, in a new windows..
My real Url is:
http://www.chronopost.fr/retourenligneV2/toDemande.do?codeProduit=01&clientID=CAL&poids=1&codePoint=SAV&envoiEtiquetteParMail=N&typeColis=MAR&refDest=LABORATOIRE%20CAL/
I can show it int the current page of the browser, but not in a new windows page?
How can i do to use it to show this page link into a new windows of the current browser?
Amicalement
Gilles

Gilles,
What is your requirement about 'new window': new tab in the same browser window or separate browser window or either one?
Hi Thierry,
a new tab:windows in the same browser. (If i understand it's that the second parameter off wNavigate() is made to ?)
Amicalement Gilles
can't reproduce the issue, this ('nav' button) seems to achieve what you want.
which version of FiC?
no JavaScript error?
Thierry,
I have synchronised the source code of CAL..
You can test it in localhost with the menu PRATIQUE\E-CHRONOPOST
Amicalement Gilles
could you answer my questions? thks
Thierry,
I dont want to use OLEIE in a In-FORM browser to open an URL.
I want in WEB mode ( wlWeb() = .T.):
- The URL page is open not in the current page/windows, but in a new tab windows with the FIC command =wNavigate(m.monURL, .T.)
- The .T. parameter does not open a new tab/windows, FIC work like wNavigate(m.monURL) (without .T. parameters)
Amicalement Gilles
the question I asked are by far different…
Hi Thierry
The issue whas made by the last Firefox.. The new beta version 52.0b1 (32 bits) (Uploaded this morning) open the Url in a new tab/windows and show correctly the HTML page.. =wNavigate(m.monUrl, .T.) is working well..
(FIC 2.24.0 beta 3)
Amicalement Gilles