witam... mam pytanie
jak zrobic formularz w ktorym mozna bylo by wpisac adres jakiejs strony a po wyslaniu strona ta otwieralaby sie w nowym oknie...
prosze o informacje... | dzieki
formularz otwierajacy strone?
Re: formularz otwierajacy strone?
Można, ale po co?
[xml] <form onsubmit="window.open(this.adres); return false;">
<input type="text" name="adres" /> <input type="submit" />
</form>
[/xml]
[xml] <form onsubmit="window.open(this.adres); return false;">
<input type="text" name="adres" /> <input type="submit" />
</form>
[/xml]

