0 pts.
 java
Which JavaScript function can be used to create a box like the one in the figure below?

Software/Hardware used:
ASKED: October 25, 2007  3:47 AM
UPDATED: July 25, 2008  3:29 AM

Answer Wiki:
I'm not sure what box you mean, but you can use the DOM model to create any HTML element you need. Alternatively, you can use document.write(HTML) and pass the HTML text of the element you want to create. If you view source on the page and scrape the HTML it should put you on track for either method.
Last Wiki Answer Submitted:  July 25, 2008  3:29 am  by  Czarp   300 pts.
All Answer Wiki Contributors:  Czarp   300 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _