Author |
Message |
26/03/2002 14:19:31
|
Anonymous
|
hello
how can i make that the results will show in a popup windows?
i tryed whith
<?php require "pathtodir./booth.php"; ?>
<?php
$php_poll->set_template_set("popup");
if ($php_poll->is_valid_poll_id(3)) {
echo $php_poll->display_poll(3);
}
?>
but nothing happend
perhaps someting with the "3" (poll id?)
newest tag must be inside or?
_____
hallo,
wie kann ich das mitm popup einrichten ... habs mit der vorlage probiert doch funktinoiert nicht, und was hat es mit der 3 auf sich, funzt leider auch nicht.
mfg
do
|
|
27/03/2002 10:45:53
|
Anonymous
|
the id (3) is wrong.
|
|
28/03/2002 15:20:28
|
Anonymous
|
but what must be there as the 3?
|
|
28/03/2002 15:25:36
|
Anonymous
|
<?php
require "/home/www/html/scripts/umfrage/booth.php";
echo $php_poll->poll_process("newest");
$php_poll->set_template_set("popup");
?>
what is wrong?
can u post the complete tag?
thankx to all
|
|
28/03/2002 17:40:54
|
Anonymous
|
<?php
require "/home/www/html/scripts/umfrage/booth.php";
$php_poll->set_template_set("popup");
echo $php_poll->poll_process("newest");
?>
|
|
|