removing written code ...

wxdqz

New Member
I'm working on an interface that on the click of a button opens a div that appears as a window in the browser (like any Windows based program). I'm able to do this with success and I can "minimize" the div by just changing the style to hidden. What I am wanting to be able to do however, is "close" the div. I realize I need to rewrite everything on the page the way I did to create the div but, I'm not sure how to write all the dynamic content in the browser (everything the JavaScript wrote earlier) except for the specific content in the div requested to be "closed". Does anyone have any knowledge of some examples? I'm not all that familiar with JavaScript and this is my first big project working with it so no examples or tutorials anyone has will be trivial. Thanks.
 
Back
Top