ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WEBDEV administrator / Remote WEBDEV administrator / Errors displayed in the browser
  • ERR_BAD_URL error
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
ERR_BAD_URL error
The <URL_NAME> URL is not valid. ERR_BAD_URL
This message is displayed when an invalid URL is used in the HTML page.
In WEBDEV, a URL is valid if it starts with:
  • the following syntax: [%URL()%].... for example:
    <a hRef="[%URL()%]?Table=[%TABLE%]&RETURN">
  • a "/" sign: for example:
    <a hRef="/Img_WEB/Hello.gif">
  • the http protocol: for example:
    <a hRef="http://flop.www/pages/Index.html ">
Minimum version required
  • Version 7
Comments
Click [Add] to post a comment

Last update: 07/03/2023

Send a report | Local help