Here is the code:
..sub velgarrangement{
print start_form(), hr;
print p("Velg arrangement: ", popup_menu("arrangement", \@arrangement));
print p(submit("Velg"));
print end_form(), hr();
registrer();
}


What happens now is that velgarrangement() and registrer() are both printed
to the screen at the same time. What I want to do is to jump from
velgarrangement() to registrer() when the user hits submit.
So everything from velgarrangement() is gone, and only registrer() is
displayed.

How can you do this?

Tor


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to