search
HomeWeb Front-endJS TutorialymPrompt's doHandler method to implement the method of obtaining the return value of the child window_javascript skills

I was very depressed and still didn’t give up. I read the introduced method from beginning to end. When I saw doHandler, there were two parameters sign and autoClose. After reading the method introduction, I felt that this method was feasible (I had always used it before). ymPrompt.close method to directly close the child window), I wrote a script to test it, and it can achieve what I want. I will post the code as follows:
Parent window code:

Copy code The code is as follows:

function viewSubFeeDetail(feeId)
{
ymPrompt.win({message:'viewSubFeeDetail. action?feeId=' feeId,handler:callBack,width:800,height:400,title:'Fee details',iframe:true})
}
function callBack(tp)
{
alert(tp);
}

Sub window code:
Copy code Code As follows:

function closeWin()
{
window.parent.ymPrompt.doHandler('error',true);
}

In this way, when the button of the child window triggers closeWin, the "error" value is passed back to the parameter tp of the callback function of the parent window. The true parameter is to automatically close the child window.
Attachment: ymPrompt download
Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Python 获取线程返回值的三种方式Python 获取线程返回值的三种方式Apr 13, 2023 am 10:43 AM

提到线程,你的大脑应该有这样的印象:我们可以控制它何时开始,却无法控制它何时结束,那么如何获取线程的返回值呢?今天就分享一下自己的一些做法。方法一:使用全局变量的列表,来保存返回值ret_values = [] def thread_func(*args): ... value = ... ret_values.append(value)选择列表的一个原因是:列表的 append() 方法是线程安全的,CPython 中,GIL 防止对它们的并发访问。如果你使用自定义的数据结构,在并

scanf返回值被忽略怎么解决scanf返回值被忽略怎么解决Nov 14, 2023 am 10:01 AM

scanf返回值被忽略的解决办法有检查scanf的返回值、清除输入缓冲区和使用fgets替代scanf等。详细介绍:1、检查scanf的返回值,应该始终检查scanf函数的返回值,scanf函数的返回值是成功读取的参数的数量,如果返回值与期望的不一致,就意味着输入有误;2、清除输入缓冲区,在使用scanf函数时,如果输入的数据与期望的格式不匹配,将导致输入缓冲区中的数据等等。

使用java的Math.min()函数比较两个数值的大小并返回较小值使用java的Math.min()函数比较两个数值的大小并返回较小值Jul 25, 2023 pm 01:21 PM

使用Java的Math.min()函数比较两个数值的大小并返回较小值在开发Java应用程序时,有时我们需要比较两个数值的大小,并返回较小的那个数。Java提供了Math.min()函数来实现这个功能。Math.min()函数是JavaMath类的一个静态方法,它用于比较两个数值的大小并返回较小的那个数。它的语法如下:publicstaticintmi

Golang 函数可以返回多个值吗?Golang 函数可以返回多个值吗?Apr 13, 2024 pm 02:42 PM

是的,Go函数可以通过返回一个元组来返回多个值,元组是一种不可变的值,可以包含不同类型的数据。

C++ 函数指针作为函数返回值C++ 函数指针作为函数返回值Apr 14, 2024 am 08:30 AM

函数指针可以作为函数返回值,允许我们在运行时确定要调用的函数。语法为:returntype(*function_name)(param1,param2,...)。优点包括动态绑定和回调机制,使我们可以根据需要调整函数调用。

C++ 函数返回值类型的常见类型C++ 函数返回值类型的常见类型Apr 12, 2024 pm 05:36 PM

C++函数返回类型包括:void(无返回值)、基本类型(整数、浮点数、字符和布尔值)、指针、引用、类和结构。选择时,应考虑功能、效率和接口。如计算阶乘的factorial函数,返回整数类型以满足功能需求和避免额外操作。

PHP返回数组内部指针当前指向的键名PHP返回数组内部指针当前指向的键名Mar 21, 2024 pm 04:21 PM

这篇文章将为大家详细讲解有关PHP返回数组内部指针当前指向的键名,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。PHP返回数组内部指针当前指向的键名php提供了一个叫做key()的函数,用于返回数组内部指针当前指向的键名。此函数适用于索引数组和关联数组。语法key(array)参数array:要从中获取键名的数组。返回值内部指针当前指向的键名,如果是索引数组,则返回整数索引;如果是关联数组,则返回字符串键名。如果数组为空或者内部指针指向数组末尾,则返回NULL。

Python返回值return怎么用Python返回值return怎么用Oct 07, 2023 am 11:10 AM

Python返回值return用法是当函数执行到return语句时,将立即停止执行,并将指定的值返回给调用函数的地方。详细用法:1、返回单个值;2、返回多个值;3、返回空值;4、提前结束函数的执行。

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Hot Tools

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.