php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #7593 trans-sid doesn't work in JavaScript onClick URLs
Submitted: 2000-11-02 10:28 UTC Modified: 2000-11-02 13:45 UTC
From: justin at solidlinux dot com Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.0.3pl1 OS: Linux
Private report: No CVE-ID: None
 [2000-11-02 10:28 UTC] justin at solidlinux dot com
In an anchor tag such as this:

<a href="?session=12405dbb3a5f101c5f1bd8da4da5c685#7"
onClick="instructions =
window.open('/benchmarks/instructions.php#7','instructions','width=700,height=500,scrollbars');
instructions.focus();">detailed definition</a>

The session_id is not automatically inserted into the
window.open URL.  I think it should be :-)

	-Justin

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-02 11:06 UTC] sas@php.net
We certainly would appreciate your contribution of an AI which implements the desired feature. 
 [2000-11-02 11:27 UTC] sterling@php.net
Feature/Change request is more appropriate, I think.
 [2000-11-02 13:45 UTC] sterling@php.net
Closed then:

   To difficult to implement/not PHP's job to understand javascript...
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Mon Jun 15 04:00:01 2026 UTC