Main Menu

Company Info
Office Location
Contact Us
Office Hours
Company Profile
News
Payment Methods

Mondenet News
16 October 1999

Mondenet Technical Services Inc. introduces the SPAMINATOR. The e-mail protection provided can be bypassed from the spam.mondenet.com site.

19 June 1998

Mondenet Technical Services Inc. is pleased to announce the arrival of its new Fast, Full T1 Internet Backbone Access. Due to the existing and anticipated growth of our client base and requisite growth in demand for bandwidth we are pleased to be able to offer our clients the benefit of our new T1 Internet Backbone. With our T1 we now have a full 1.544 Megabits per second of Internet Access.

Along with the installation of our new T1 Internet Backbone we are also pleased in being able to offer our clients dedicated ISDN connections in addition to our normal dialup access.

If you have any questions or concerns please feel free to contact us in our offices at 526-0155 or email info@mondenet.com

Thank you

Anthony John Doyle, President
Mondenet Technical Services Inc.

7 April 1997

New invoicing system implemented
Mondenet Technical Services has recently implemented its new invoicing system. The new system replaces the manual system and is hoped will create greater efficiency within the office thereby allowing staff more time to focus on serving the clients. As the new system is improved it will be possible for clients to review any of their current or past invoices online with their username and password.

9 March 1997

Web based file downloads now available
At the request of our clients mondenet technical services has now added file download capabilities for clients from their web pages. In the following example we show code which may be placed within your web page. The code supplies your username and the filename you wish to have available for visitors to your web page to download by simply clicking on a button or icon. In this case you replace the text which says your-username with your username and the text which says your-filename with the name of the file you wish to make available for download. This file should be in your home page directory. If your username is "client" then your file should be located in the /home/client/public_html/ directory. If the filename is resume.doc then you would simply insert resume.doc in the place of your-filename. If you have the file within a subdirectory called files then you would replace your-filename with files/resumes.doc and it is as simple as that.

<form method="post" action="http://www.mondenet.com/cgi-bin/client/download.pl">
<input type="hidden" name="username" value="your-username">
<input type="hidden" name="filename" value="your-filename">
<input type="submit" value="download the file now">
</form>
If you have any problems of questions with this code please email webmaster@mondenet.com.