我是Facebook新應用程序。當它在IE上運行時,我遇到了這個應用程序的問題。Facebook應用程序在IE中運行不正常
登錄後重定向到搜索動作(zend-framework),然後當我點擊按鈕重定向另一個動作以及相同的動作。它會破壞會話。
<script type="text/javascript">
window.fbAsyncInit = function() {
FB.init({
appId : '<?php echo $this->appid ?>',
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
xfbml : true // parse XFBML
});
FB.Canvas.setSize({width: 760, height: 980});
};
(function() {
var e = document.createElement('script');
e.src = document.location.protocol +
'//connect.facebook.net/en_US/all.js';e.async = true;
document.getElementById('fb-root').appendChild(e);
}());
</script>
HTML代碼
<div class="cross">
<a href="<?php echo $this->url(array('controller' => 'index', 'action' =>'search','cancel'=>'c'),'default',true) ?>">
</a>
</div>
請幫助我。 感謝您的考慮。
分享一些更多的代碼。 – Patrioticcow 2011-06-10 21:17:49