J
Jacek Karczmarczyk
Hi,
Please take a look at the html file http://www.career.pl/test.html and
make a test:
- click the "popup" link - the popup should open
- click the first link ("Przekierowanie bez hasha") - it should redirect
you to test.html?q=q_123 page - click the "popup" link - the popup
should open
- click the second link ("Przekierowanie z hashem") - it should redirect
you to test.html#hash page - click the "popup" link - *the popup doesn't
open!* (page will open in the same browser window, press the "Back"
button and click "popup" one again - this time it will open)
Can you see the same effect? And if so - is this an IE bug or what?
test.html is a plain html file, not generated by PHP or something
first link (test2.html) leads to a short PHP file:
<? Header("Location: http://www.career.pl/test.html?q=q_123"); ?>
second link (test3.html) leads to a short PHP file:
<? Header("Location: http://www.career.pl/test.html#test"); ?>
Please take a look at the html file http://www.career.pl/test.html and
make a test:
- click the "popup" link - the popup should open
- click the first link ("Przekierowanie bez hasha") - it should redirect
you to test.html?q=q_123 page - click the "popup" link - the popup
should open
- click the second link ("Przekierowanie z hashem") - it should redirect
you to test.html#hash page - click the "popup" link - *the popup doesn't
open!* (page will open in the same browser window, press the "Back"
button and click "popup" one again - this time it will open)
Can you see the same effect? And if so - is this an IE bug or what?
test.html is a plain html file, not generated by PHP or something
first link (test2.html) leads to a short PHP file:
<? Header("Location: http://www.career.pl/test.html?q=q_123"); ?>
second link (test3.html) leads to a short PHP file:
<? Header("Location: http://www.career.pl/test.html#test"); ?>