PDA

Просмотр полной версии : Pomogite - method get nirabotaet


typo27
27.02.2008, 19:06
i have simple form with method get: action="index.php?id=57"

but after submiting, it goes to index page, not to index.php?id=57

http://www.typo3.as/typo3_customers/martynas2/index.php?id=57

Sposibo

z0r1k
28.02.2008, 01:52
починилось уже чтоль?

typo27
28.02.2008, 03:48
I added hidden field
<input type=hidden name='id' value='{$GLOBALS["TSFE"]->id}'>

Now it works

Strange