Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
        <META http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <!--  <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> -->
  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
 </head>
<body>
<H1> Convert AZ orders -> Deutsche Post shipping data</H1>
<div><B>Input</B> <span id="load_testdata" style="color:blue;">Click to load TESTDATA into input and convert it to output</span><BR>
<textarea class="textInputs" id="dataInput" ></textarea>
</div>
<div>
<B>Output</B><BR>
<textarea class="textInputs" id="dataOutput"></textarea>
<div id="dln" style="color:blue;">Download Output</div>
</div>
</body>
 
#dataInput { white-space:pre; width:4000px; height:150px; padding:5px; font-size: xx-small;}
          #dataOutput { white-space:pre; width:4000px; height:150px; padding:5px; font-size: xx-small;}
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
luxluxpro
0viewers