$(document).ready(function() { var hash = window.location.hash; if(hash.length) { document.getElementById('Inlineframe1').src = '/trailer/view/'+hash.substr(1)+'.html'; document.getElementById('linkes_frame').src = '/trailer/frame/'+hash.substr(1)+'.html'; } });