RESOLVED FIXED 3808
REQ: Implement location.assign
https://bugs.webkit.org/show_bug.cgi?id=3808
Summary REQ: Implement location.assign
Matthew
Reported 2005-07-02 04:01:18 PDT
function addClick() { var loc = 'scvrtsrv.html'; var code = 'location.assign("' + loc + '")'; eval(code); } Unable to open up the requested page so that one can add a virtual server to the Router. The Router used is a US Robotics 9105; and the site is the internal configuration pages; all the pages use the same consistant use of the javascript call; location.assign
Attachments
Implement location.assign (4.12 KB, patch)
2005-07-09 05:24 PDT, Anders Carlsson
mjs: review-
Add test case (4.52 KB, patch)
2005-07-12 04:06 PDT, Anders Carlsson
mjs: review+
Mark Rowe (bdash)
Comment 1 2005-07-02 04:05:36 PDT
location.assign appears to be an Internet Explorer extension, though it supported by Mozilla + family.
Anders Carlsson
Comment 2 2005-07-09 05:24:36 PDT
Created attachment 2878 [details] Implement location.assign This patch implements location.assign. It works the same as setting location to an explicit value.
Maciej Stachowiak
Comment 3 2005-07-09 14:13:01 PDT
Comment on attachment 2878 [details] Implement location.assign needs a layout test, but other than that looks great. r- until a test case is added.
Anders Carlsson
Comment 4 2005-07-12 04:06:57 PDT
Created attachment 2922 [details] Add test case
Maciej Stachowiak
Comment 5 2005-07-13 11:12:42 PDT
Comment on attachment 2922 [details] Add test case r=me
Alexey Proskuryakov
Comment 6 2006-05-17 13:07:18 PDT
*** Bug 8959 has been marked as a duplicate of this bug. ***
David Carson
Comment 7 2006-06-03 20:50:34 PDT
*** Bug 8959 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.