Showing 1-10 of 29 results

In Heinz Sight Issue #115

May 1, 2024
Read our 115th Newsletter or download the pdf version by clicking the HSS In Heinz SIght #115 3 115 function checkImageLoaded(currentPage, bk, nx) { //const image = document.querySelector(`img[src*="${imageName}"]`); const maxPage = parseInt(document.querySelector('.ihs_pagenum').textContent); const nextbtn = document.querySelector(nx); const bckbtn = document.querySelector(bk); …

In Heinz Issue #114

April 22, 2024
Read our 114th Newsletter or download the pdf version by clicking the HSS In Heinz Sight #114 3 114 function checkImageLoaded(currentPage, bk, nx) { //const image = document.querySelector(`img[src*="${imageName}"]`); const maxPage = parseInt(document.querySelector('.ihs_pagenum').textContent); const nextbtn = document.querySelector(nx); const bckbtn = document.querySelector(bk); …

In Heinz Sight Issue #113

April 17, 2024
Read our 87th Newsletter or download the pdf version by clicking the 3 113 function checkImageLoaded(currentPage, bk, nx) { //const image = document.querySelector(`img[src*="${imageName}"]`); const maxPage = parseInt(document.querySelector('.ihs_pagenum').textContent); const nextbtn = document.querySelector(nx); const bckbtn = document.querySelector(bk); if (currentPage = maxPage ) …

In Heinz Sight Issue #112

April 9, 2024
Read our 112th Newsletter or download the pdf version by clicking the HSS In Heinz Sight #112 4 112 function checkImageLoaded(currentPage, bk, nx) { //const image = document.querySelector(`img[src*="${imageName}"]`); const maxPage = parseInt(document.querySelector('.ihs_pagenum').textContent); const nextbtn = document.querySelector(nx); const bckbtn = document.querySelector(bk); …

In Heinz Sight Issue #110

March 21, 2024
Read our 110th Newsletter or download the pdf version by clicking the HSS In Heinz Sight #110 3 110 function checkImageLoaded(currentPage, bk, nx) { //const image = document.querySelector(`img[src*="${imageName}"]`); const maxPage = parseInt(document.querySelector('.ihs_pagenum').textContent); const nextbtn = document.querySelector(nx); const bckbtn = document.querySelector(bk); …

In Heinz Sight Issue #109

March 11, 2024
Read our 109th Newsletter or download the pdf version by clicking the HSS In Heinz Sight #109 2 109 function checkImageLoaded(currentPage, bk, nx) { //const image = document.querySelector(`img[src*="${imageName}"]`); const maxPage = parseInt(document.querySelector('.ihs_pagenum').textContent); const nextbtn = document.querySelector(nx); const bckbtn = document.querySelector(bk); …

In Heinz Sight Issue #108

March 4, 2024
Read our 108th Newsletter or download the pdf version by clicking the HSS In Heinz Sight #108 1 108 function checkImageLoaded(currentPage, bk, nx) { //const image = document.querySelector(`img[src*="${imageName}"]`); const maxPage = parseInt(document.querySelector('.ihs_pagenum').textContent); const nextbtn = document.querySelector(nx); const bckbtn = document.querySelector(bk); …

In Heinz Sight Issue #107

March 4, 2024
Read our 107th Newsletter or download the pdf version by clicking the HSS In Heinz Sight #107 2 107 function checkImageLoaded(currentPage, bk, nx) { //const image = document.querySelector(`img[src*="${imageName}"]`); const maxPage = parseInt(document.querySelector('.ihs_pagenum').textContent); const nextbtn = document.querySelector(nx); const bckbtn = document.querySelector(bk); …

In Heinz Sight Issue #106

February 21, 2024
Read our 106th Newsletter or download the pdf version by clicking HSS In Heinz Sight #106 2 106 function checkImageLoaded(currentPage, bk, nx) { //const image = document.querySelector(`img[src*="${imageName}"]`); const maxPage = parseInt(document.querySelector('.ihs_pagenum').textContent); const nextbtn = document.querySelector(nx); const bckbtn = document.querySelector(bk); if …

In Heinz Sight Issue #105

February 21, 2024
Please click here to download issue #105 2 105 function checkImageLoaded(currentPage, bk, nx) { //const image = document.querySelector(`img[src*="${imageName}"]`); const maxPage = parseInt(document.querySelector('.ihs_pagenum').textContent); const nextbtn = document.querySelector(nx); const bckbtn = document.querySelector(bk); if (currentPage = maxPage ) { // Image with the …