简体   繁体   中英

Call function javascript on html button onclick, passing param ASP

I'm using node, i passed a param like this:

res.render('page.ejs',{"product" : product });

product is JSON.

In page.ejs I have to call a javascript function passing product like parameter: <button onClick='add(<%product%>)' > add </button> But,in add function, prodotto is undefined. How could i do?

Thanks

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM