Skip to content

Instantly share code, notes, and snippets.

View fsvehla's full-sized avatar

Ferdinand Svehla fsvehla

View GitHub Profile
@fsvehla
fsvehla / Suchfeld
Created September 19, 2010 16:40 — forked from anonymous/Suchfeld
<script type="text/javascript">
function gotoLocation () {
window.location.href = 'http://itunes......./' + document.getElementById('targetstring').value + '?partnerId=2003';
}
</script>
<input type="text" name="targetstring" id="targetstring" >
<a href="javascript:gotoLocation()">Suchen</a>
</center>
<!--
Das in den HEAD, nachdem jQuery geladen ist
-->
<% if iphone_user_agent? %>
<script type="text/javascript">
jQuery(window).load(function() {
$('#hidepage').hide();
});
</script>