On Thursday 26 April 2001 13:33, Rosen wrote:
> main.php:
> <A HREF=test.php target= _blank>Click here</A>
You need a good deal of beating if you do your markup like that. there are
something called a standard and that standard would make that line look like
this:
<a href="test.php" ....
but anyway, make your own referer by using session variables or hardcode it.
--
php developer / CoreTrek AS | The three questions of greatest concern
Sandnes / Rogaland / Norway | are -- 1. Is it attractive? 2. Is it
web: http://www.moijk.net/ | amusing? 3. Does it know its place?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]