theBIGcowhuna
Technical User
I am wondering how I should do this. I have a function that loads up with the main frames document. Then the user clicks a link in a frame and loads a document that contains the variables and the command to use the previously loaded function in the parent document opens up, the parent document uses the child document's variables to construct an html page which is written into the child document. In short I want to load a bigger script one time. Then open up smaller scripts which activate the bigger script and give it the variables. These variables are then used by the bigger script to create the html code which is posted to the child document.
I could really use the help of someone who knows more about javascript than me. If you think you can help I can E-mail you the code if you would like and you can tell me why it won't work. From the examples I have seen and the books I have read it should work...but it does not.
I could really use the help of someone who knows more about javascript than me. If you think you can help I can E-mail you the code if you would like and you can tell me why it won't work. From the examples I have seen and the books I have read it should work...but it does not.