This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
Web Server - Ask For Help / NT 8.17 - Error in Java Script
« on: June 24, 2014, 10:51:01 PM »
Hi
I recall this was an error but it is back and seems to appear just after the "_ver817" division
in both IE & Chrome.
EG <div id="_ver817" class="nt-alert ui-state-error ui-corner-all">Error in site JavaScript</div>
Recent suggestions \ corrections already exist in 8.17 so are of little value.
var mobilemode = true in \clarion\accessory\libsrc\win\netweb\web\scripts\jquery.nt-form.js
or replacement jquery-ui-1.10.4.custom.min.js
My Apps and Web Server Examples 1 - 3 have this error.
Regards
I recall this was an error but it is back and seems to appear just after the "_ver817" division
in both IE & Chrome.
EG <div id="_ver817" class="nt-alert ui-state-error ui-corner-all">Error in site JavaScript</div>
Recent suggestions \ corrections already exist in 8.17 so are of little value.
var mobilemode = true in \clarion\accessory\libsrc\win\netweb\web\scripts\jquery.nt-form.js
or replacement jquery-ui-1.10.4.custom.min.js
My Apps and Web Server Examples 1 - 3 have this error.
Regards
2
Web Server - Ask For Help / Re: ServeDocument
« on: January 03, 2014, 03:14:49 AM »I "solved" this by checking (within ServeDocument) whether the user has downloaded the
same file in the past few mins and using p_web.Sendfile() and a static file containing the relevant <--Net:Tags.
3
Web Server - Ask For Help / ServeDocument
« on: January 02, 2014, 07:39:16 PM »Hi
I'm using Servedocument to allow users to download documents from a browse. I notice from the log that users frequently initiate multiple downloads of the same file within a few seconds - I assume multiple clicks. I can track these duplicate requests and return from ServeDocument but how can I return and leave the user at the browse ?
Regards
Norman
Pages: [1]