David Mulveney | I am using perl to create some phone services. I have created one that will go out to the web to get an image and convert it to the CIP format to be displayed on a phone. This part is working correctly. I would like to have the service refresh every few minutes so the image stays up to date. Here is the code I am using to create the header: my $q = CGI->new; print $q->header(-type=>'text/xml',-Refresh=>'10'); When testing in a web browser this makes the page refresh every 10 seconds as expected, but on the 7961 I am using to test it does not refresh. Is there something I am missing about creating the header for something like this? |
| Please sign in to flag this as inappropriate. |