I get the error "Wrong Map URL....."
map link code is:
Code:
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?hl=en&ie=UTF8&msa=0&msid=107862149087073613526.00044b7d4c1dc31d40e5d&t=h&ll=53.384826,-1.69503&spn=5.158155,2.562814&output=embed&s=AARTsJolE0Pef8rEmKk2Gs9h4BwtXXwYlQ"></iframe><br /><small><a href="http://maps.google.com/maps/ms?hl=en&ie=UTF8&msa=0&msid=107862149087073613526.00044b7d4c1dc31d40e5d&t=h&ll=53.384826,-1.69503&spn=5.158155,2.562814&source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small>
The tot= lines from "View Source" are:
Code:
tot='<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?hl=en&ie=UTF8&msa=0&msid=107862149087073613526.00044b7d4c1dc31d40e5d&t=h&ll=53.384826,-1.69503&spn=5.158155,2.562814&output=embed&s=AARTsJolE0Pef8rEmKk2Gs9h4BwtXXwYlQ"></iframe><br /><small><a href="http://maps.google.com/maps/ms?hl=en&ie=UTF8&msa=0&msid=107862149087073613526.00044b7d4c1dc31d40e5d&t=h&ll=53.384826,-1.69503&spn=5.158155,2.562814&source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small>';
tot=tot.substr(tot.indexOf("src="")+10,tot.length);
I embed the exact same google link code into an HTML-enabled post I get the "Permissions..." error mentioned above.