url.js 97 B

12345678910111213
  1. function submit_save(k)
  2. {
  3. //The variable to be returned
  4. var URL;
  5. return URL;
  6. }