Q&A

17-0217

紙巻器の品番別の機能および対応ペーパーを教えてください。

住宅用・パブリック用ありますので下記対応一覧 および対応ペーパー表をご確認ください。

【住宅用の対応一覧 機能および対応ペーパー表】です、ご確認ください。


【パブリック用の対応一覧 機能および対応ペーパー表】です、ご確認ください。
パブリック用とは、公衆・大衆・公有の公共施設などに設置。

 

お客様の問題は解決されましたでしょうか?
Powered by i-ask
Share

CLOSE

window.addEventListener('load',function() { const links = document.getElementsByTagName('a'); const listener = function(e) { const xdomain = ['jp.toto.com', 'order.toto.jp']; if (typeof URLSearchParams === 'undefined') return; if (!e.target.href) return; if (!xdomain.some(function(value) { return e.target.hostname.indexOf(value) !== -1})) return ; const params = new URLSearchParams((new URL(window.location)).search.slice(1)); const yclid = params.get('yclid'); if (yclid) { let lurl = new URL(e.target.href); let lparam = new URLSearchParams(lurl.search.slice(1)); lparam.set('yclid', yclid); lurl.search = lparam.toString(); e.target.href = lurl.toString(); } }; for (let i = 0; i< links.length; i++) links[i].addEventListener('click', listener); });