Page 1 of 1

Popup Confirmation is gone

Posted: Sun 8. Oct 2006, 19:15
by sp1r
When im deleting something (eg. an article) i don't get a Popup Confirmation anymore. For example this line of code in the articlecontent.list.tmpl.php:

Code: Select all

<a href="include/inc_act/act_articlecontent.php?do=<?php echo "1,".$article["article_id"]; ?>" title="<?php echo $BL['be_article_cnt_ldel'] ?>" onClick="GP_popupConfirmMsg('<?php echo $BL['be_article_cnt_ldeljs'].'\n'.html_specialchars($article["article_title"]); ?>  \n ');return document.MM_returnValue;"><img src="img/button/trash_13x13_1.gif" border="0"></a>
Nothing happens anymore, not with anyone of them. What file could contain the error, i dont know.

thanks in advance

Posted: Sun 8. Oct 2006, 19:20
by Oliver Georgi
enable JavaScript.

Oliver

Posted: Sun 8. Oct 2006, 19:22
by pico
hi

check that JavaScript is enabled in your Browser - also Firewall may block it
check Files in ../include/inc_js/

Posted: Sun 8. Oct 2006, 19:34
by sp1r
Javascript is enabled....

Posted: Sun 8. Oct 2006, 19:37
by pico
mhhh

PopUp Blocker aktiv ?

Posted: Sun 8. Oct 2006, 19:40
by sp1r
thanks for this
check Files in ../include/inc_js/
because here i found something wrong. Thanks!!