Forum Discussion
AndreaBest
Qrew Trainee
I have the same problem. JavaScript button was working in Chrome, now fails. It DOES still work using Edge. Similar to original poster, my button calls a .js page, which does some calculations, then updates a record. It isn't complex. I'm not an adept javascript user, but my simple debugging techniques (an alert inside the code) indicate the page isn't loading at all. Chrome settings allow JavaScript, and pop ups.
AndreaBest
6 years agoQrew Trainee
javascript:" &
"var qb_rid=" & [Record ID#] & ";" &
"var qb_maxnum=" & [Maximum Appts] & ";" &
"$.getScript('" & URLRoot() & "db/bjxxxxxx?act=dbpage&pagename=ProduceNumbers.js');void(0);"
"var qb_rid=" & [Record ID#] & ";" &
"var qb_maxnum=" & [Maximum Appts] & ";" &
"$.getScript('" & URLRoot() & "db/bjxxxxxx?act=dbpage&pagename=ProduceNumbers.js');void(0);"