piranja: danke..noch eine rueckfrage

Beitrag lesen

Hi!

Du musst statt

<form name=hallo action=" <% URL_FORML %> meth...

<form name=hallo action="<%response.write(URL_FORML)%>" method= ...

oder kürzer

<form name=hallo action="<%=URL_FORML%>" method= ...

schreiben.

LG, piranja