javascript - Can I duplicate server-side functionality without being able to use server-side tech? -


i have taken position @ large corporation web developer 1 of company's divisions. first task have been asked create web form submits data database , outputs id# of data user reference later. easy, right? unfortunately not. because large company has been around long time systems relatively antiquated , none of servers support server-side technologies (php, asp etc...) , since such large company corporate pretty black hole , there not hope of getting such tech implemented.

so! question... there way without server-side? me answer 'no' , have spent last week researching on sites , others without finding miraculous work arounds. have @ disposal things can implement without involving it, things can upload web-server.

also note: web server on supposedly ibm web server (ihs) , database supposed connecting ms access database , company restricts using ie web access. form on internal company intranet site ie browser accessed from.

i know ridiculous situation unfortunately stuck with. ideas???

you must have takes form data , transforms insertion database.

there no javascript libraries browser directly database (security issues in traversing network, cross domain issues etc...).

something serving web pages - surely can basis of server side coding need.


seeing using ibm http server (gleaned comments on question), there are server side scripting technologies available you.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -