## my comments are added using "#" (search #, THIS, LINK ) ###############
Titel # get Title?
# get LINK-Contents? # => link.to_h={rel: "stylesheet", type: "text/css", href: "css/base.css"}
function correctIframeHeight()
{ ...
}
function getReferer()
{ ...
return 1+1; # "THIS"
}
# Can I EXECUTE a js-Code and get the result?
var customerId = "THIS"; # get var-Contents
document.write("THIS");
# ...
# How to get that data (for later submitting the form)
# and so on...
# Rest deleted
# following alternating lines "DataTableEntryEven" and "DataTableEntryOdd",
# containing some rows, the last item of each array is "DataTableCell Last"
#
#The array I want to build out of this fields should contain
# [[THIS0, THIS1, THIS2, THIS3, THIS4, THIS DOC-LINK],
# [THIS2-0, THIS2-1, ...], ... ]
Thanks a lot!