I figured it out. Your original solution was correct minus one small thing (on my end). The last script (asp page) was opening as new window. So I had to use:
"opener" instead of "parent"
User Profile
Collapse
-
Thanks for the reply. I'm still getting the error:
Message: 'parent.frames. myFrame.documen t' is null or not an object
I've read tons of tutorials on these tree structures, but I guess I'm still missing something.Leave a comment:
-
Debug my javascript issue with forms and frames
You can consider me an amature. I can't figure this one out. Hopefully, I can explain it well enough.
Here's the structure of my page:
***myASPpage.as p***
(contains a frame inclosed in a div)
<frame id=myFrame>
|
V
***mySearch.asp ***
(contains a form with two select fields)
<form id=searchForm>
fields: model & serial
|
V...
No activity results to display
Show More
Leave a comment: