Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Discussions (General)
 (Not A Bug) Little Bug in post_info.asp
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Rasco
Advanced Member

Germany
3192 Posts

Posted - 04 March 2003 :  07:13:13  Show Profile  Send Rasco an ICQ Message
A user of the German Snitz forum found this:
Shouldn`t that line in post_info.asp

" <meta http-equiv=""Refresh"" content=""2; URL=" & Request.Form("refer") & """>" & vbNewLine & _

look like

" <meta http-equiv=""Refresh"" content=""2"" URL=" & Request.Form("refer") & """>" & vbNewLine & _

The same in post.asp


German Snitz Forum

Edited by - Davio on 04 March 2003 09:49:09

Deleted
deleted

4116 Posts

Posted - 04 March 2003 :  07:35:42  Show Profile
This is not a bug. The original is correct. META has the following syntax:


<META HTTP-EQUIV="string1" CONTENT="string2">


Here the string2 part is "2; URL=someurl", which is correct.

There are loads of other smilar formats in the code if you search for "<META" for example.

This topic should be moved.

Stop the WAR!
Go to Top of Page

Deleted
deleted

4116 Posts

Posted - 04 March 2003 :  07:41:07  Show Profile
Here is some reference material (there is also an example of "Refresh" there):

http://www.blooberry.com/indexdot/html/tagpages/m/meta.htm

Stop the WAR!
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.18 seconds. Powered By: Snitz Forums 2000 Version 3.4.07