[support] How can I add code that will call javascript within a block every minute for Drupal 6

John Mitchell mitchelljj98 at gmail.com
Sun Jan 29 16:46:55 UTC 2012


I enabled the Block Refresh module and it does make a new request within
the block that has my ad but it fails to display the new ad so now after a
minute the current ad goes away but it is not replaced by a new ad.  I
looked at these requests within firebug and the initial/first request
(which shows the ad) does not list the Param tab within firebug but each
request (which do not show the ad) after that has the additional Param tab
showing up in addition to all the other tabs that the first request has
listed including the response tab which has the image within a <a tag.
How can I get this block to display this refreshed ad by utilizing the
Block Refresh module?

John

On Sun, Jan 29, 2012 at 9:07 AM, steeph <ml at mixblog23.de> wrote:

>  Have a look at the Block Refresh module (
> http://drupal.org/project/block_refresh). You can set a number of seconds
> after what a block should refresh automatically.
>
>
>
>
> On 01/29/2012 01:58 PM, John Mitchell wrote:
>
> I have a block that contains javascript which calls a website that sends
> an ad to this block (see below: Note: I changed the domain name to
> adserveringwebsite). How can I add code that will call the below javascript
> every minute so that a different ad will show up every minute instead of
> just one ad at page load?
> <SCRIPT type="text/javascript" LANGUAGE="javascript" src="
> http://www.qksz.net/1e-kn60"> </SCRIPT>
>
> Thanks,
>
> John
>
>
>
>
> --
> [ Drupal support list | http://lists.drupal.org/ ]
>



-- 
John J. Mitchell
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/support/attachments/20120129/3528bf3f/attachment.html 


More information about the support mailing list