Oorspronkelijk geplaatst door royduin Bedankt, werkt perfect. Het moet zich alleen nog in een nieuw venster openen, hoe krijg ik dit voor elkaar? Code: <form action="/CMD_LOGIN" method="POST" name="form" target="_blank"> of Code: <form action="/CMD_LOGIN" method="POST" target="nieuw" onSubmit="window.open('', 'nieuw', 'width=320,height=300,status=yes,resizable=yes,scrollbars=yes')">
<form action="/CMD_LOGIN" method="POST" name="form" target="_blank">
<form action="/CMD_LOGIN" method="POST" target="nieuw" onSubmit="window.open('', 'nieuw', 'width=320,height=300,status=yes,resizable=yes,scrollbars=yes')">
Laatst gewijzigd door swiep; 20/07/07 om 17:54.