Jump to content

Javascript gives me a grayed out side scroll bar


coupe-r

Recommended Posts

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?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.