Changes between Version 6 and Version 7 of StoreRedirect


Ignore:
Timestamp:
Jun 22, 2012 1:48:48 AM (12 years ago)
Author:
tolix
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • StoreRedirect

    v6 v7  
    1919<script type="text/javascript">
    2020  var form = document.getElementById('robox');
    21   alert(form);
    22   confirm('asd');
     21  if(confirm('Submit?')) {
     22    form.submit();
     23  }
    2324</script>
    2425