coupe-r Posted October 1, 2010 Share Posted October 1, 2010 Hey everyone. I'm very new to javascript, so here is what I have. I have a functions.js file with functions like this: function deleteApplication (url) { var answer = confirm("Are you sure you want to delete this application?") if (answer){ window.location = url; } else{ return false; } } Any page that includes that .js file, it gives me a grayed out side scroll bar. Any ideas? Quote Link to comment https://forums.phpfreaks.com/topic/214867-javascript-gives-me-a-grayed-out-side-scroll-bar/ Share on other sites More sharing options...
Adam Posted October 1, 2010 Share Posted October 1, 2010 Very strange. Could you provide us with the full file so we can test ourselves? Perhaps there is something in there forcing that to happen.. Quote Link to comment https://forums.phpfreaks.com/topic/214867-javascript-gives-me-a-grayed-out-side-scroll-bar/#findComment-1117879 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.