TechnoRat
2021-03-08 18:37:48 UTC
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&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?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&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