Author |
Topic  |
|
flightspotters
Starting Member
5 Posts |
Posted - 01 August 2001 : 13:26:41
|
Hi everyone,
When im at "the register page" where the users type in there user info to register, it redirects me to another page after 2-3 seconds...
I havent changed much in the configuration: Im using Includes on the pages in the top, and also i have changed the width of the table and center them... And thats all!
I hope some of you have had this problem, and know how to fix it...
Please let me know,
Regards Anders
|
|
flightspotters
Starting Member
5 Posts |
Posted - 01 August 2001 : 13:35:23
|
To let you know i found this in the script:
<head> <meta http-equiv="Refresh" content="2; URL=<% =Request.Form("refer")%>"> </head>
When i delete it, it stops directing me, but it also stops working problerly...
Any ideas what to do...????????
|
 |
|
Spoon
Average Member
  
Ireland
507 Posts |
Posted - 01 August 2001 : 13:36:27
|
quote:
Hi everyone,
When im at "the register page" where the users type in there user info to register, it redirects me to another page after 2-3 seconds...
I havent changed much in the configuration: Im using Includes on the pages in the top, and also i have changed the width of the table and center them... And thats all!
I hope some of you have had this problem, and know how to fix it...
Please let me know,
Regards Anders
Show us what you have changed please..
Regards - Spoon
Begineer? Need help installing the forums? - www.aslickpage.com/snitz_help.html
www.ASlickPage.com - Private Messaging |
 |
|
flightspotters
Starting Member
5 Posts |
Posted - 01 August 2001 : 13:39:18
|
I have only changed the table width="100%" to width="750"
And then i made an "asp include" in the top...
Shall i post the full script?
|
 |
|
flightspotters
Starting Member
5 Posts |
Posted - 01 August 2001 : 13:45:53
|
If i set the:
<head> <meta http-equiv="Refresh" content="2; URL=<% =Request.Form("refer")%>"> </head>
to lets say 2000
<head> <meta http-equiv="Refresh" content="2000; URL=<% =Request.Form("refer")%>"> </head>
then i give the user 2000 seconds, to register - that should be enough;-)
But does any of you know another way?
|
 |
|
flightspotters
Starting Member
5 Posts |
Posted - 01 August 2001 : 13:57:13
|
Okay,,, this is what i have done:
I have deleted the register.asp file and imported it from new...
When i now try to register it says:
Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed /forum/inc_mail.asp, line 55 Invalid class string
Does any have a clue whats wrong?
|
 |
|
Spoon
Average Member
  
Ireland
507 Posts |
Posted - 02 August 2001 : 09:09:51
|
That means you emails are being sent. You must have left out some stuff from register.asp. I think you should leave the forums the way they are and then try and change them. Post what you want to do i will try and help you do it right 
Regards - Spoon
Begineer? Need help installing the forums? - www.aslickpage.com/snitz_help.html
www.ASlickPage.com - Private Messaging |
 |
|
pnonell
Starting Member
Spain
45 Posts |
Posted - 02 August 2001 : 10:49:22
|
We simply delete <meta http-equiv="Refresh" content="2; URL=<% =Request.Form("refer")%>">
and goes fine. Bye
Pedro Nonell pnonell@reingex.com www.reingex.com In the next days we publish our Snitz forum |
 |
|
|
Topic  |
|