I'm doing java, and I had thought this was a java question, but I
realize it's not.. I have a frameset w/two forms, on top is form, on
bttom frame, when user hits 'submit' I want jsp that processes form to
load and execute in bottom frame... so: what do I put under 'action' in
form tag? I first thought of putting action="parent.main.process.jsp"..
but of course this is javascript syntax, not html.. so how would I do
this? (same would apply, I guess, if I were processing w/a cgi script
instead of java..) thank you.. Frances