Hi Julian,
Thanks for the reply. The problem now is that I'm using AJAX to load
my pages:
<?php include 'header.php' ?>
<script type="text/javascript">loadPage("thePage.php");</script>
<?php include 'footer.php' ?>
The problem is that if I direct the user to the Google's website, and
Google directs back the user to thePage.php, it will lose the header
and the footer.. Any solution to this? I also checked the application
of Tagged.com (
http://i50.photobucket.com/albums/f322/Monyet88/
Untitled-1-1.jpg), the awesome thing about it is that it doesn't even
direct the user to the Google's page for authenticating.. the user
just have to put their username and password there.. which itself is
an iFrame, and i don't know how to make that works with Google
Contacts??
Thanks!