Online booking

Cancel a booking

You can copy-paste the HTML for your form here.

Quick search integration documentation

Download this as a zip file.

Parameters

Property - Lan Rung Phuoc Hai Resort & Spa

Your connect name: ASIAVNHTLLangRungPhu

Your cluster name: ASIAVNHTLLangRungPhu

Instructions

  1. Include the following javascript files before the end of the <body> tag of your document every webpage needing the form. Keep this order:
    fbparam.js
    fblib.js

    <script src="PATH_TO_YOUR_JS_DIR/fbparam.js"></script>
    <script src="PATH_TO_YOUR_JS_DIR/fblib.js"></script>
    
  2. Include the form's html. You can copy-paste it from this documentation and modify it based on your needs, keeping identifiers and names unchanged.
  3. Make sure that the start(); function is executed when document is ready. For example:

    <body onload="start();">

    If you are using jQuery you can add the following piece of code to your main javascript file.
    $(document).ready(function() {
        if (typeof start !== 'undefined') {
            start();
        }
    });
    

Parameters reference

Base url: https://redirect.fastbooking.com/DIRECTORY/dispoprice.phtml

Direct link to your booking engine:  → 
https://redirect.fastbooking.com/DIRECTORY/dispoprice.phtml?showPromotions=1&Hotelnames=ASIAVNHTLLangRungPhu&Clusternames=ASIAVNHTLLangRungPhu

The following parameters can be passed in the query string (GET parameters):