Use one anchor to update two different iframes -
i have google sheet want use 1 anchor update 2 different iframes different ranges. not sure if possible. tried putting href in same anchor not updating second window.
this have code wise tried
<iframe src="""; float: left; width= "60%" height="300"; name = "breaksch1"; id = "breaksch1"; align="left"></iframe> <iframe src="""; overflow: hidden; width= "39%" height="100"; name = "breaksch2"; id = "breaksch2"; align="right"></iframe> <hr> <div> <a href = "https://docs.google.com/spreadsheets/gid=1439585866&single=true&widget=false&headers=false&chrome=false&range=a3:j13"; target = "breaksch1"; href = "https://docs.google.com/spreadsheets/gid=1439585866&single=true&widget=false&headers=false&chrome=false&range=m5:m8"; target = "breaksch2";> monday </a> </div>
i want able pull 2 different assignments groups breaks - expanding shifts. wanted make easy click on link , open group 1 in iframe breaksch1 , open group 2 in iframe breaksch2. novice @ this, if knows better way appreciate it.
thanks in advance,
Comments
Post a Comment