PDA

View Full Version : Page forwarding


paolo
06-14-2005, 02:28 AM
Hey dudes!

I have a blog at ftpwork.org/blog

I can email to it.

To get the blog to get new emails I must visit a certain page which requires _GET variables.

To get it to automatically access my emails I have set up scheduled task to visit this page.

However, the discountasp does not allow me to enter _GET varaibles into the URL. /emoticons/mad.gif

I have, therefore, set up the scheduled task to go a page that will be forwarded to my page with the _GET variables.

Unfortunately it doesn't work. /emoticons/sad.gif

I have used this code in my forwarding page:

<html>
<head>
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN'>
<META
HTTP-EQUIV='Refresh'
CONTENT='0; URL=http://www.ftpwork.org/blog/action.php?action=plugin&name=PostMan'>
<title>forward</title>
</head>
[b]
<p>Hmmm... incompat browser</p>
</body>
</html>

Can anyone tell me why it doesn't work? /emoticons/burger.gif

Thanks a lot,
Paolo