Adding functionality to HotPot

Re: Adding functionality to HotPot

by Gordon Bateson -
Number of replies: 0
Picture of Core developers Picture of Peer reviewers Picture of Plugin developers

Pete,
the two ways I can think of doing this are:

  1. use an <iframe> tag to embed the mini-report in the exit page
  2. use JavaScript to dynmically request and receieve data from a PHP script on the server, and then insert that data into the exit page

Probably (1) is easier, but (2) would give you more control over the layout.

regards
Gordon