Jump to content

reviveconsultant.com Single Page Call


bocadave

Recommended Posts

Source:

http://www.reviveconsultant.com/articles/single-page-call-basic-implementation/

I tried to  implement this  but the  banners  will not  load.

I  made 2 page to compare

 

http://www.reviveconsultant.com/articles/single-page-call-advanced-implementation/

Advanced --  does not  show  banners

http://beta.florida.com/priceline/1.html 

<!DOCTYPE html>
<html>
<head>
	<title></title>

<script type='text/javascript' src='http://beta.florida.com/revive/www/delivery/spcjs.php'></script>

<script type='text/javascript'>
<!--// <![CDATA[ 
  var OA_zones = {
 'leaderboard' : 1, 
'discussion_side_bar' : 2 
 } 
// ]]> --></script>

</head>
<body>
<center>
 
<script type='text/javascript'><!--// <![CDATA[ 
OA_show('leaderboard');
// ]]> --></script>

 <br>


<script type='text/javascript'><!--// <![CDATA[ 
  OA_show('discussion_side_bar'); 
 // ]]> --></script>

 </body>
</html>

 

basic-implementation 

Does work

http://beta.florida.com/priceline/2.html

 

<!DOCTYPE html>
<html>
<head>
	
<title></title>
 
<script type='text/javascript' src='http://beta.florida.com/revive/www/delivery/spcjs.php?id=1'></script>
</head>
<body>

<script type='text/javascript'><!--// <![CDATA[
    /* [id1] beta.florida.com - Default */
    OA_show(1);
// ]]> --></script>

 <br>

<script type='text/javascript'><!--// <![CDATA[
    /* [id2] beta.florida.com - 300x600 */
    OA_show(2);
// ]]> --></script> 

 <script type='text/javascript'><!--// <![CDATA[ 
  OA_show('discussion_side_bar'); 
 // ]]> --></script>

</body>
</html>

 

 

Edited by bocadave
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...