On Sun, December 13, 2009 05:02, Michael Chen wrote: > All, > > Please visit the http://www.xw1.org and keep updated with what's new > about XW-1.
The HTML code to redirect is not complete: Here is the source: <meta http-equiv="refresh" content="0;http://www.camsat.cn/index.php?option=com_content&view=article&id=56&Itemid=67" /> And this code misses a lot of base code. Something like the following will work: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 \ Transitional//EN" "http://www.w3.org/TR/1998/REC-html40-9980424/loose.dtd"> <html> <head> <title>..</title> <meta http-equiv="refresh" content="0;URL=http://www.camsat.cn/index.php? \ option=com_content&view=article&id=56&Itemid=67" /> </head> <body> <p>Redirecting</p> </body> </html> > Michael Chen, BD5RV/4 > Email: [email protected] > MSN: [email protected] > Skype: michael-bd5rv 73's PE0SAT _______________________________________________ Sent via [email protected]. Opinions expressed are those of the author. Not an AMSAT-NA member? Join now to support the amateur satellite program! Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb
