NetTalk Central

Show Posts

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.


Messages - Flint

Pages: [1]
1
Web Server - Share Knowledge / Print the current page
« on: October 04, 2007, 11:19:52 AM »
I found a very useful snippet of javascript code that may be useful to those trying to add such a feature to their servers/pages:

<script language="JavaScript" type="text/javascript">  if (window.print) {
document.write('<a href="javascript:window.print()" title="print this page">print this page</a>'); }
</script>

This will give the user the opportunity to print the current page, as is the norm on so many websites these days.  I added it to the XHTML tab of my NetWebForm proceudre and it works like a champ!

Hope this helps!
- Flint

2
Web Server - Ask For Help / Problem with 4.29 and variable '%Translate'
« on: September 21, 2007, 12:25:05 PM »
I posted a similar note in the Clarion newsgroup, but now I have more information.

I upgraded from 4.26 to 4.29 and now I receive an error when I try to enter the embeds of procedures using NetTalk templates. The error reads: "Unknown Variable '%Translate'".

If you open the WebServer example Web37.app, and open the embeds on the BrowseMailBoxes procedure, you will receive the same error.

Could this be a result of not using the standard ABC templates?  *gasp* Could this be a bug?

Regards,
- Flint

3
Web Server - Ask For Help / Re: How do I remove acceptance of a certificate?
« on: September 18, 2007, 10:51:25 AM »
Hello,

Within Internet Explorer, you can go to Tools -> Internet Options -> Content and click on the "Certificates" button.  Search the lists for the certificate you want to remove (or view, as I think you are looking for in your case). Then click "remove".

Hope this helps!

Pages: [1]