Discussion:
Rookie: "Access denied" when accessing a hidden field in another frame
(too old to reply)
TechnoRat
2021-03-08 18:37:48 UTC
Permalink
Hello, I have been doing this scripting stuff only a little while. I
have a problem that should be simple but I can't figure it out. I have a
<html>
<frameset cols="60%,40%">
<frame name="Map" target="Text"
src="/scripts/esrimap.dll?name=Sample3&amp;Cmd=Map"
scrolling="auto">
<frameset name="Frameset1" rows="*,32%">
<frame name="Text" src="mapfind.htm">
<frame name="Layers" src="layers.htm" target="Map">
</frameset>
</frameset>
</html>
A VBscript in layers.htm, frame "Layers", trys to access the value of a
hidden variable, "Bottom", in a form , "Mapform" in the html of frame
"Map". The statement causing the error is.
extBot = Top.Map.Document.Mapform.Bottom.Value
again where "Bottom" in input type hidden. Any feedback is greatly
appreciatted. Thanks for any time responding to this. Best regards.
Eric Swartling
Damn, this is old. You still here?
Auric__
2021-03-09 15:30:51 UTC
Permalink
^^^^^^^^^^^^^^^^^
Post by TechnoRat
Damn, this is old. You still here?
22 years ago. What do you think? (I'll give you a hint: no.)
--
Do Not Acid Test God
Loading...