coko: Anker + Parameter gleichzeitig

Beitrag lesen

Sorry, sorry, sorry.....

Manchmal wird man blind nach vielen Stunden HTML. Durch einfaches tauschen von Verweis und Parameter bekommt man das Problem in den Griff!

Also, statt:

» parent.frames[1].location.href = "tag_show.php#target?w_datum=12/7/2000";

muss es

parent.frames[1].location.href = "tag_show.php?w_datum=12/7/2000#target";

heissen. Ich denke, es ist Zeit, ins Bett zu fallen. Nochmals Sorry!

Ciao

CoKo