i am using apache/mysql/php3.
i can successfully query the database and have the results show up in a table. i can see this table using netscape on a linux or mac. however i'm only able to save the table ( which shows up in a frame) using the linux/netscape combo. netscape/mac (ie/mac also) only saves the "static" html output eg. the column headers.
i'm able to save complete tables with netscape/mac as long as the query doesn't contain info thats coming from the previous page. it appears as if the mac machine is sending the query again and because some of the query information is missing the file will only contain the static data.
why is this problem only showing up on the mac and not the linux machine? is linux saving what is in the frame directly without requerying?
is there something i can do so it works on the mac?
thanks