i have a domain full-ops.com
that i transferred to another host, but it takes 5days to transfer it.
So what i want to do on my old host is make an iframe that loads in the site from the new host. so that the user can type in full-ops.com and go to the new site.
but is it possible through javascript or any other thing to have the correct url from the iframed site in the browsers url bar?
so the new host url is
http://89.31.97.5/~fullops/index.php
but if i go to a category on the new site the url could be
http://89.31.97.5/~fullops/index.php/equipment-tactique/medic.html
is it possible with the iframe to get the url like this
You can change the address bar of the parent from inside the iFrame but, the browser will go to that address and you cannot prevent that. It is a security feature.