Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to best accomplish this
#2
Not sure if this is what you are looking for but I use something like the code below to terminate a session and display a dynamic message:

Code:
WebApplication->Terminate(
"<head>"
"<title>"+IWServerController()->DisplayName+":  Registered</title>"
"</head>"
"<body>"
"<h3>"+IWServerController()->DisplayName+":  Registered - Please restart.<br/></h3>"
"</body>"
);
Reply


Messages In This Thread
How to best accomplish this - by PDSBILL - 12-19-2023, 02:41 PM
RE: How to best accomplish this - by MJS@mjs.us - 12-19-2023, 06:26 PM
RE: How to best accomplish this - by PDSBILL - 12-20-2023, 02:25 AM
RE: How to best accomplish this - by PDSBILL - 12-20-2023, 06:15 PM
RE: How to best accomplish this - by PDSBILL - 12-21-2023, 08:12 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)