| Hi,
I have a problem with a form and the submit action.
The source on the server is like:
<form method="get" action="/suche/suche.htm" name="suche"
onSubmit="suchen();">
I can't find configurations that convert ALL links to
relative url. (now: relative url / absolute url)
The scoure form httrack is like that:
<form method="get"
action=http://www.domain.com/suche/suche.htm name="suche"
onSubmit="suchen();">
Why insert httrack "www.domain.com" in the form action?Can I turn it off?
I use a search form on all sites. It gives the words to a
special and large search-form. "suche.htm" is a java script
search over a data-array.
The copy of the website is for a cd-project.
Please give me some ideas.
Great thanks for your help!
Uli
| |