gpt4 book ai didi

cakephp - 想在 CakePHP 中弹出一个带有 Action 的窗口

转载 作者:行者123 更新时间:2023-12-04 06:00:22 25 4
gpt4 key购买 nike

好吧,我正在尝试将图像转换为在 CakePHP 中完成的应用程序页面上的按钮。这是第一个问题。我不能将图像用作按钮。之后我想要一个弹出操作窗口的 Javascript在里面......!!!我怎么能做这件事......任何人都可以告诉我怎么做..!!!

最佳答案

对于图像按钮,我建议您使用以下代码:

<input type="image" src="<?php echo $html->image('image.gif'); ?> name="image" width="60" height="60">

要打开带有内部操作的窗口,如下所示:
<?php echo $html->link('yourlinkdescription', '#', array('onclick'=>"var openWin = window.open('".$html->url(array('action'=>'youraction')."', '_blank', 'toolbar=0,scrollbars=1,location=0,status=1,menubar=0,resizable=1,width=500,height=500');  return false;")); ?>

关于cakephp - 想在 CakePHP 中弹出一个带有 Action 的窗口,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1351246/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com