Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to refer to
Message
From
24/11/2004 14:03:05
 
 
To
23/11/2004 10:36:43
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
00962720
Message ID:
00964434
Views:
7
>>I can refer to
parent.document.frames["foobar"]
in my javascript, of course. Can I, and if so, how can I, get a reference to the same object hierarchy in my C# code-behind? TIA.
>
>Just for any interested lurkers, I added a hidden variable to the parent document and then could refer to that in my javascript. Something like:
>
>parent.document.frames["foobar"].window.document, "HiddenVar").value
I doubt you can. Frames are a client side construct. No frames exist on your page right?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform