Frameset Setup
Home : The System : The Interface : Business Setup : About MyNA
SaaS Software
Private, internal and intra-office appointment books are available.

Add multiple columns to a single appointment book or create multiple appointment books.

Perfect for central reception, dispatch services, franchises, clinics, salons, spas or any organization that wants to integrate online booking into their operating framework.

MyNA can accommodate local, national and international business structures.
Free Trial
It costs nothing to register and preview this online appointment system.

MyNA ranks as the safest and most reliable online booking system anywhere.

Once your setup is complete simply contact support for a free test drive.
Begin Here
Big Savings!
Most companies charge $20 to $50 PER MONTH for online booking.

This online appointment system will get you in the door for $50 PER YEAR with more options, better features and continuous uptime.
At A Glance

: unlimited appts
: unlimited clients
: add offline clients
: repeating appts
: fast rescheduling
: custom hours
: assign managers
: set IP access
: home pages
: appt calendars
: google maps
: site linking
: member forum
: CSV data backup
: 256-bit SSL
Safe Use
Unlike private home connections, wireless public internet should be considered inherently risky.

Use a VPN encrypted connection when logging into this or any similar service on public wireless internet.
Owner Reviews
This is amazing I love it.
Tammy, TX, USA
This is a real asset to my business. Thank you.
Dorothy, MI, USA
This is excellent! You guys are the best!
Amy, AR, USA
This is a superior product guys. Thank you.
Jeremy, Canada
Thank you very much mates.
Courtney, Australia
This has made a huge difference in our business.
Annie, USA
PayPal Enabled
All B2B transactions use PayPal's secure web site payments standard. Visa Mastercard Amex accepted.
Client billing is available through Paypal after the client books.
Extend Firefox
MyNA quicklinks.xpi will add bookmarks to your browser chrome and will provide faster system navigation.
Install profman.xpi and store client profiles locally. Use it to quickly add client data when entering call-in bookings.
MyNA displays time in the time zone of the business. We recommend Simple Clocks to calculate the time difference across zones.
Login to discuss any of these addons in the business member forum.



  Speed Test   Contact



Framesets and Site Linking

Framesets are acceptable W3C HTML components that incorporate two or more independent HTML documents in the same browser window. Follow this link to view and download zipped frameset examples.

- - - - - - - - - -

The advantage of using a frameset with this hosted application is the upper frame will keep your branding in view while the client navigates in the lower frame. All of the required pages for the lower frame are included in the zipped frameset. You can edit the content of these files and change them to suit your needs and to match your site branding.

Frameset File: Purpose:
index.html - defines the frameset's visual layout
topframe.html - contains images and links to other pages at your site
mainframe.html - your custom welcome message and introduction to online booking
clientagreement.html - require clients to accept of your terms of use before registering
instructions.html - contains a detailed explanation of the booking process


Pages not included in the zipped frameset but which will still appear in your main frame include the client membership form, a membership confirmation page tailored to your exact business settings, and the password replacement form.

Pages that do require a login, including your appointment book, your private calendar and the client's personal appointment center, should be linked such that the frameset is completely replaced with the target page (i.e. use target="_top").

Home links within the system will return you and your clients to the main frameset file at your site.

- - - - - - - - - -

The frameset is a HTML document that incorporates two other HTML documents. It is these other two pages, the top frame and the main frame, which contain the viewable content. The frameset itself simply contains information about how those two other documents should align with each other.


The Frameset :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>

<title>Online Booking</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<style type="text/css">
<!--
body {
margin: 0px;
padding: 0px;
}
-->
</style>
</head>

<frameset rows="90,*" cols="*" border="0">
<frame src="topframe.html" name="topFrame" frameborder="0" scrolling="no">
<frame src="mainframe.html" name="mainFrame" frameborder="0">
<noframes>
<body>

OPTIONAL CONTENT (not seen)

</body>
</noframes>
</frameset>
</html>