html - Having multiple IFrames in a single page -
i have application takes in users' html editor ckeditor , display them user in list.
to safe, in avoid breaking container page's html structure mal-formed html input, want render each user's html input in iframe (iframe render url).
the container page have list of frames each users html. sized height of 100px or accommodate multiple inputs in list.
my question is:
1.) how of idea render potentially hundreds of iframes in single page ? memory usage blow-up end users browser ?
2.) there safer , easier way render user's html ? want put few restrictions possible on user's input.
[i of course sanitize input on server before sending client.]
the iframe looking for.
why render 100+ iframes? understood, want paste content of users "page" page - make 1 site per "user site" ...
if want display iframes on 1 site, potential huge ass website everying static, should'nt problem.
Comments
Post a Comment