Javascript Q
- Started
- Last post
- 6 Responses
- fusionpixel
So I have a list box and when the user selects the right box i want to add a textbox where the user can write on.
so far everything is working but! when i do a
document.write ("balalllal");
it replaces the page with the stuff inside the parentesis, is there a trick that will allow me to add the new line without deleting the contents of the page?
- cosmo0
hmmm...can u post some more code?
- cosmo0
you could use a hidden layer, when someone selects the right box the div would appear.
- Kevin_Sweeney0
yup- that's how i'd do it.
- fusionpixel0
hello,
before i do the DIV solution, here is what I have so far:
http://www.fusionpixel.org/nt/te…
when you select #4 the magic happens.
- fusionpixel0
blump
- UndoUndo0
place an empty div next to yr list and populate it with "blaaaah" someone posted a solution like this in the last couple of weeks. do a javascript search on the PVN