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&amp;single=true&amp;widget=false&amp;headers=false&amp;chrome=false&amp;range=a3:j13"; target = "breaksch1"; href = "https://docs.google.com/spreadsheets/gid=1439585866&amp;single=true&amp;widget=false&amp;headers=false&amp;chrome=false&amp;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

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -