Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > microsoft.public.scripting.vbscript > #12336

Re: Rookie: "Access denied" when accessing a hidden field in another frame

X-Received by 2002:ae9:f503:: with SMTP id o3mr20857978qkg.331.1615228668847; Mon, 08 Mar 2021 10:37:48 -0800 (PST)
X-Received by 2002:a05:6830:1e03:: with SMTP id s3mr10431208otr.321.1615228668552; Mon, 08 Mar 2021 10:37:48 -0800 (PST)
Path csiph.com!xmission!news.snarked.org!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups microsoft.public.scripting.vbscript
Date Mon, 8 Mar 2021 10:37:48 -0800 (PST)
In-Reply-To <368A6A63.7C258346@geowizards.com>#1/1>
Injection-Info google-groups.googlegroups.com; posting-host=71.185.186.143; posting-account=n6op5goAAACRBowUK3pa1rUdzHDA5Bc3
NNTP-Posting-Host 71.185.186.143
References <368A6A63.7C258346@geowizards.com>#1/1>
User-Agent G2/1.0
MIME-Version 1.0
Message-ID <fc83e814-0bf4-46b2-9498-ccd971620577n@googlegroups.com> (permalink)
Subject Re: Rookie: "Access denied" when accessing a hidden field in another frame
From TechnoRat <meelectronics92@gmail.com>
Injection-Date Mon, 08 Mar 2021 18:37:48 +0000
Content-Type text/plain; charset="UTF-8"
Lines 24
Xref csiph.com microsoft.public.scripting.vbscript:12336

Show key headers only | View raw


On Wednesday, December 30, 1998 at 3:00:00 AM UTC-5, Eric Swartling wrote:
> 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
> frame html:
> <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?

Back to microsoft.public.scripting.vbscript | Previous | NextNext in thread | Find similar


Thread

Re: Rookie: "Access denied" when accessing a hidden field in another frame TechnoRat <meelectronics92@gmail.com> - 2021-03-08 10:37 -0800
  Re: Rookie: "Access denied" when accessing a hidden field in another frame "Auric__" <not.my.real@email.address> - 2021-03-09 15:30 +0000

csiph-web