Exemple #1
0
*  but WITHOUT ANY WARRANTY; without even the implied warranty of
*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
*  GNU General Public License for more details.
*
*  You should have received a copy of the GNU General Public License
*  along with this program.  If not, see <http://www.gnu.org/licenses/>.
*  @Copyright Copyright (C) 2010- Open Source Excellence (R)
*/
defined('_JEXEC') or die("Direct Access Not Allowed");

$postString = array();
$postString['types']=array('Addons','MscIdOption','CountryState','Language');
$postString['option']='com_osemsc';
$postString['task']='generateJs';
$postString['addontype']='member';
oseHtml2::matchScript('index.php?'.http_build_query($postString),'msc');
?>


<script type="text/javascript">
if (!Ext.browser.is.WebKit) {
    alert("The current browser is unsupported.\n\nSupported browsers:\n" +
        "Google Chrome\n" +
        "Apple Safari\n" +
        "Mobile Safari (iOS)\n" +
        "Android Browser\n" +
        "BlackBerry Browser"
    );
}

var getCurrentUrl = function()	{