|
|
|
|
|
| | |
|
Active Server Pages what is asp programming how to sample asp example code scripts software asp forum mail sessions applications global.asa CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Oops! |
From: |
Pete |
Date: |
2/22/1999 7:09:49 AM |
IP: |
193.133.140.50 |
The line:
NewURL = "http://www." & UserURL(1) & "." & NewURL = NewURL & UserURL(2) & "/" & UserURL(0)
should read :
NewURL = "http://www." & UserURL(1) & "."
NewURL = NewURL & UserURL(2) & "/" & UserURL(0)
Sorry about that :)
Pete |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|