Editor Arrow Download Open
<!DOCTYPE html> <html> <head> <title>jQuery Demo Example</title> <script src="jquery-latest.min.js"></script> <script src="external_script.js"></script> </head> <body> <div> Click here to open Dialog box. </div> </body> </html>
  Preview Arrow