How is this programmed?

Timmyt

Newbie
Joined
Sep 23, 2013
Messages
31
Reaction score
7
Hello,

I'm wondering if anybody can tell me hos this it programmed?

https://www.navnelapper.no/bestilling/

It's the functionality where you can choose a design and then enter text and see a preview.
 
that's some simple html, css and javascript + some server side script.

The preview image has an url path that gets updated on layout changes by js.
that url seems to call some server side script that generates that image on the fly.

could be done in several ways, but above seems to be how that page handels it
 
Back
Top