I have a Web Page which contains a list of Images. I allow the User to drag and drop those images in a frame ( same page) where he can arrange those images according to his priorities.
After the arrangements are over, I need to store this page with the Image patterns (arrangement made by the user) as an image.
I am using javascript and the drag and drop feature is also desigmed using javascript.
I am not using any Java applets.
I have to store the image without actually asking the user to right click and then save as image...
How should I convert the page into an image....?
After the arrangements are over, I need to store this page with the Image patterns (arrangement made by the user) as an image.
I am using javascript and the drag and drop feature is also desigmed using javascript.
I am not using any Java applets.
I have to store the image without actually asking the user to right click and then save as image...
How should I convert the page into an image....?