Guest User

Untitled

a guest
Dec 10th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. // SEE THAT SINGLE QUOTE
  2. echo ' </select>
  3. <input type="submit" value="Send item">
  4. </td><br />
  5. </table>
  6. </form>
  7.  
  8. <script type="text/javascript">
  9. document.getElementById("getitem").onsubmit = function() {
  10. return confirm("Are you sure you want to order ' . $items . '");
  11. };'; // I AZ PUT IT WHEN CONCATENATING
Add Comment
Please, Sign In to add comment