Is there any way to trick my browser into thinking that the document is running on a domain and not localy or a way to bypass these security exceptions.
- Code: Select all
function GetID() {
alert('ID ' + document.iframe.uploaderform.url.value)
document.iframe.uploaderform.url.value = 'the url';
}
This is the function im trying to run.


