0
Could you please help me identify the issue?
I found an HTML database entry on a forum, but when I copied this HTML code into one of my databases, clicking it wouldn't open any pop-up windows (as shown in the GIF). However, when I copied it into other databases, there were no issues. How should I troubleshoot this? I've attached the code and the database. Thank you.
my code
<tr onclick=ui.popupRecord('{ '身份标识' }')>
I believe only this line involves the click command, but it indeed isn't working.
8 replies
-
Works fine for me. Maybe try this;
<tr onclick=ui.popupRecord('{ Id }')>
-
Thank you, but it's not working. Strangely, one of my databases just won't open. I just copied the code back and didn't make any changes.
-
The DB you upload does not show the data you show in your gifs. Please upload your test DB.
Content aside
- 6 mths agoLast active
- 8Replies
- 74Views
-
4
Following