
BillKSmith
Veteran
Oct 5, 2013, 11:38 AM
Post #5 of 6
(2719 views)
|
Re: [LeoMcCauley] 'OnClick' command
[In reply to]
|
Can't Post
|
|
Your solution is correct, but rather awkward. I prefer:
q(<input value="Edit Record" type="button" onClick="$('#editform').submit();>)."\n"; Please read my references. Type: at your command line to learn how to use the perldoc tool. Without your new backslash, the characters '$(' were treated as the special variable $GROUP_ID. The value of that variable was interpolated (expanded) into your string and printed. Good Luck, Bill
|