<META HTTP-EQUIV=Refresh CONTENT="1; URL=d.html?var=<?=$value?>">
i want to show this frame on target="right"
how can i rewrite this code?
Use PHP to output some javascript into the HTML page that executes a function "onload" in the <body> tag that reloads the frame you want.
-- Rich