Popup Confirmation is gone

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
sp1r
Posts: 25
Joined: Thu 21. Sep 2006, 13:20

Popup Confirmation is gone

Post 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
User avatar
Oliver Georgi
Site Admin
Posts: 9917
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

enable JavaScript.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

hi

check that JavaScript is enabled in your Browser - also Firewall may block it
check Files in ../include/inc_js/
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
sp1r
Posts: 25
Joined: Thu 21. Sep 2006, 13:20

Post by sp1r »

Javascript is enabled....
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

mhhh

PopUp Blocker aktiv ?
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
sp1r
Posts: 25
Joined: Thu 21. Sep 2006, 13:20

Post by sp1r »

thanks for this
check Files in ../include/inc_js/
because here i found something wrong. Thanks!!
Post Reply