I know this have been asked so many times but everyone ask it to suite his own need so couldn't find answer that help me
I have two sites and have access to both and can add whatever I need inside both sites
my first site
on this site
I have text field with specific value I have an iFrame whose content are sourced from my other website.
<input type='text' name='test1' value='5'> <iframe name='myframe' src='http://www.mysite2.com/index.php'></iframe> on this page
http://www.mysite2.com/index.php
I have input text field
What I am trying to achieve is :
getting the specific value from my first site to the input field in my second site