I have a page, that includes another page, which includes another page… In the first page I have the script but the included file/s don’t react with it, is this standard or am I doing something wrong?
The information you supply is a bit on the slim side.
your first page is a PHP file which then includes another PHP file? (i.e., is this on the Server side ?) Or do you mean something with a javascript in the page and other pages in iframes or something? Or even worse, is it as you mentioned in your title ‘Java’ ( and not javascript )…
I may be able to help in the first two cases, if it’s a NoVa ( yes, I call it that for a reason ) problem I hope someone else can help you.
Enfin, good luck.
O.
yeah sorry, typed in a bit of haste from work. Php file calls 2 php files, it is javascript or jquery to refine it even more. In the very first php page, I call all the js files, as well as include a little script inside the tags. Then based on conditions other pages are included in.