> Problem is nothing happens, almost as if > its not calling the other PHP files. I am sure I am doing > something really stupid, but since everybody advises against > using frames I cant find a good example out there of how to > do this. My initial HTML file look as follows: > > > <FRAMESET rows="100, 200"> > <FRAME name="ref" src="srcdisplay.php"> > <FRAME name="dups" src="dupsdisplay.php"> > </FRAMESET> > > Can anyone help with this? > > G. > Have you verified that the individual files (srcdisplay.php) and (dupdisplay.php) do what they are supposed to do if called individually? Can you post the applicable code for each file.> -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php