Quote:
Originally Posted by bullant
Assuming all the html/css/javascript for an article is contained in a single html file then you should be able to upload the html file as a text file via a <form> and move it to a designated folder on the web server. You can then link to that html file via an <iframe>'s src.
If the articles have images in them then you would need to upload those as well.
|
took me a while to get back to this...
side note... when did bullant get banned?
Anyways if anyone is following what he is saying I kinda like that idea. If I am understanding what he was saying (I realize I may not get an answer since he isnt here anymore but..) basically on my button click or whatever I would do my DB call and populate the entire page of lets say info.aspx (which until this point would be completely blank) then on that same page have an iframe with a source of something like src="~./Forms/info.aspx" and then either on my navigation away from that page or another button click wipe that info.aspx page blank removing all the data from it... and then somehow lock users from being able to goto that page (because it wouldnt really have any "style" to it and wouldnt want people going there)...
I think i am just talking outloud... but if anyone was following my thought train and bullant's, and they agree (or disagree) let me know!
thanks