Web Connection
wwprocess::errormsg Refresh
Gravatar is a globally recognized avatar based on your email address. wwprocess::errormsg Refresh
  Eddie Caldwell
  All
  Mar 17, 2017 @ 08:39am

The refresh url feature works correctly in chrome but not in ie 11. In IE 11, it refreshes to the page you are on instead of going to the designated url.

wwprocess.prg Line 881 (version 6.10) that does not work correctly:
Response.AppendHeader("Refresh",TRANSFORM(lnRefresh) + "," + lcRefreshUrl)

This seems to work in both chrome and IE:
Response.AppendHeader("Refresh",TRANSFORM(lnRefresh) + ";url=" + lcRefreshUrl)

Gravatar is a globally recognized avatar based on your email address. re: wwprocess::errormsg Refresh
  Rick Strahl
  Eddie Caldwell
  Mar 17, 2017 @ 03:39pm

Yes, the latter syntax is correct. The former actually works with most browsers but it not actually valid syntax.

Fixed for next update.

Thanks!

+++ Rick ---

© 1996-2024