If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
no popup, why??  XML
Forum Index » Support Forum
Author Message
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
Anonymous



the id (3) is wrong.
Anonymous



but what must be there as the 3?
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
Anonymous



<?php
require "/home/www/html/scripts/umfrage/booth.php";
$php_poll->set_template_set("popup");
echo $php_poll->poll_process("newest");
?>
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum