Forums

ASP

This topic is locked

help writing back to document object on server sid

Posted 19 Apr 2002 03:50:27
1
has voted
19 Apr 2002 03:50:27 Cathy Smith posted:
I'm reinventing the wheel I'm sure - is there a tutorial out there, or someone who has done this a thousand times?

I have everything I need to do this BUT an understanding of how to write back what I want on the serverside (truly reinventing the wheel)

A simple, multiple-selection list/menu box wants to be displayed on the next page, for edit and verification by user. Very simple to do for a single selection. And very easy to pull the string of values out of the Request.Form variable. And easy to refind the selected values in the database so that the new select control can be built for the next page.

I THINK I just want to write back the following:

document.myformname.myselectname.options.selected

for the selected list values - but I can't figure out how to do it in my code.

Is it a simple Response.write?

I'm a newbie who has no business trying this stuff, but what the hell - I've come this far, why stop now.

Thanks for any help you can give.

Reply to this topic