https://bugzilla.wikimedia.org/show_bug.cgi?id=27559

Krinkle <krinklem...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |krinklem...@gmail.com
         Resolution|                            |LATER

--- Comment #1 from Krinkle <krinklem...@gmail.com> 2011-02-20 13:37:02 UTC ---
The <form> element's action attribute could be given the hash value via
JavaScript when submitting it,

ie.
<form action="http://en.wikipedia.org/wiki/Special:Preferences"; method="post" 

would become:
<form action="http://en.wikipedia.org/wiki/Special:Preferences#preftab-9";
method="post" 

However it is impossible to read the hash value from PHP, thus when PHP directs
the client to &success or something it won't preserve the hash tag.

Marking as LATER, perhaps one day PHP will be able to do this.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to