Is there a TCl equivalent of PHP's header tag -


can tell use in tcl redirecting page in case of header tag in php

i used ::ncgi::redirect not redirecting automatically

  1. try using ::ncgi::redirect @ top of code. basically, should come before writing response because returns header browser. there should not puts statements before ::ncgi::redirect

  2. try returning header this: ::ncgi::header text/html location $url. again, should done before printing response.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -