Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > microsoft.public.scripting.vbscript > #12336
| Newsgroups | microsoft.public.scripting.vbscript |
|---|---|
| Date | 2021-03-08 10:37 -0800 |
| References | <368A6A63.7C258346@geowizards.com>#1/1> |
| 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> |
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&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 | Next — Next in thread | Find similar
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