Ok, bin schon ein stückerl weiter, bzw. fasst am Ende.. hoff ich.
So würde es theoretisch gehn:
action="javascript:location.href='gui_edit_content.jsp?cid='+<%=cid%>+'#'+document.editorFormular.anker_link.value"
und so gehts:
action="javascript:location.href='gui_edit_content.jsp?cid='+<%=cid%>+document.editorFormular.anker_link.value"
Der kleine Unterschied '#' macht es... hab ich die raute drinn, dann verlinkt er mich zu:
javascript:location.href='gui_edit_content.jsp?cid='+19108+'#'+document.editorFormular.anker_link.valu
hab ich die Raute nicht drinn, dann verlinkt er mich richtig zu:
http://jehle.prod02/cms/gui_edit_content.jsp?cid=19108modify-upload_link./Content/ThisTopicLinks/TopicLinks/FileUpload
NUR das er halt natürlich n Fehler bringt, weil die Raute fehlt...
Grüße