I have a website with 3 links at the top. I want to pull up different files into the iframe when the links are clicked. i got the html file to pull up, but i cannot get the php file to pull up.
<a href="records.php" id="records" onClick="changeFrame(this.href); return false">View Records</a>