I am trying pass two variables at the end of every urls opened in an iframe with help of javascript.
In detail:
I have an html file home.html which may contains the javascript which am searching for and an iframe,which opens mysite.com.all the urls in mysite.com need to end with two variables which we have defined in javascript
eg:mysite.com/index.php?var1=a&var2=b
and I dont have access to server of mysite.com.
Any help will be appreciated
