UNPKG

ifx_db

Version:

IBM Informix bindings for node

18 lines (15 loc) 410 B
<!DOCTYPE html> <html> <head> <title>Node.js App</title> </head> <body> <h1>Click on link to display image.</h1> <a href="http://localhost:3000">HOME</a> <BR> <p><a href="http://localhost:3000/1" target="iframe_a">Show Image1</a> <a href="http://localhost:3000/2" target="iframe_a">Show Image2</a></p> <iframe height="200px" width="30%" src="" name="iframe_a"></iframe> <BR> </body> </html>