O
optimistx
When is a frame doc at #bookmark?
A script in 'frameName2' commands:
parent.frames['frameName1'].location='pageA.html#bookMarkName1'
Is there across browsers compatible way to check
a) whether 'pageA.html#bookMarkName1' really exists
b) whether the operation will be/was able to to position the pageA to
the bookmark
c) when the user really sees the page in the asked position? (any event?)
There are two cases,
1) 'frameName1'contents has come from the same server as the script
2) 'frameName1'contents is a foreign page (security restrictions, but
the script can ask the bookmark anyhow)
Also examples are wellcome
A script in 'frameName2' commands:
parent.frames['frameName1'].location='pageA.html#bookMarkName1'
Is there across browsers compatible way to check
a) whether 'pageA.html#bookMarkName1' really exists
b) whether the operation will be/was able to to position the pageA to
the bookmark
c) when the user really sees the page in the asked position? (any event?)
There are two cases,
1) 'frameName1'contents has come from the same server as the script
2) 'frameName1'contents is a foreign page (security restrictions, but
the script can ask the bookmark anyhow)
Also examples are wellcome