Adding functionality to HotPot

Re: Adding functionality to HotPot

by Gordon Bateson -
Number of replies: 0
Core developers బొమ్మ Peer reviewers బొమ్మ 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