Click here to Skip to main content
15,916,371 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: when I click refresh, I always get an old page??? Pin
Pahttanapon Rhienmora31-Jul-01 21:27
Pahttanapon Rhienmora31-Jul-01 21:27 
Generala handful of stupid questions that I just don't know Pin
DanYELL26-Jul-01 12:10
DanYELL26-Jul-01 12:10 
GeneralRe: a handful of stupid questions that I just don't know Pin
Jon Sagara26-Jul-01 12:17
Jon Sagara26-Jul-01 12:17 
GeneralDetecting Pagebreaks Pin
kjr25-Jul-01 23:38
kjr25-Jul-01 23:38 
Generaljava mouseover events Pin
Joe Shimkus25-Jul-01 11:48
Joe Shimkus25-Jul-01 11:48 
QuestionShowing the member name using session id? Pin
25-Jul-01 2:55
suss25-Jul-01 2:55 
GeneralStylesheets and HTML Help Pin
kjr24-Jul-01 10:01
kjr24-Jul-01 10:01 
GeneralSA.FileUpload Error - Please Help Pin
24-Jul-01 4:15
suss24-Jul-01 4:15 
I'm sure you are all familiar with the SA.FileUpload component. Well, it is installed on the server I started and works fine.. just until I try to make it a part of a large Update Database Form. Because of the new encoding, I of course use "up1.form("formname")" to access info posted by the form. And it also works fine. But only on one specific text input it doesn't! One of the most strange errors/bugs I've seen lately. Been buging me for months! Well, this is the relevant code:

% Inside the form:
"" (there are many input blanks on the form, all in the same style, and all other work!)

% After submit:

"dim nNews_Date,nNews_Time,nHeadline,nNews_1,nNews_2,nLink_1,nLink_1_text,nLink_2,nLink_2_text,nPoster,nPoster_email,nYes_no,nImage,ToUpload,nURLfile

nPoster = sCheck(up1.FormEx("author")) (******)
nPoster_email = up1.form ("poster_email") (******)
nCode = upl.form ("nCode")
nNews_Date = upl.form ("nNews_Date")
nNews_Time = upl.form ("nNews_Time")
nHeadline = sCheck(upl.form ("nHeadline"))
nNews_1 = sCheck(upl.form ("nNews_1"))
nNews_2 = sCheck(upl.form ("nNews_2"))
nLink_1 = upl.form ("nLink_1")
nLink_1_text = sCheck(upl.form ("nLink_1_text"))
nLink_2 = upl.form ("nLink_2")
nLink_2_text = sCheck(upl.form ("nLink_2_text"))
nImage = upl.form ("Image")

(the lines marked with **** are the problematic ones. If I remove them, everything works but it doesn't help so much...)

The error I get it :
Microsoft VBScript runtime error '800a01a8'
Object required: ''
/admin/edit_news.asp, line 61

Hope you will be able to help me out, it is one of the most strangest things I've seen lately! Thank you!:
QuestionDoes a print method exist in a Flash object? Pin
23-Jul-01 22:30
suss23-Jul-01 22:30 
GeneralCSS and "View\Text Size" menu Pin
Jonathan Gilligan23-Jul-01 6:07
Jonathan Gilligan23-Jul-01 6:07 
GeneralRe: CSS and Pin
Nikhil Dabas23-Jul-01 8:04
Nikhil Dabas23-Jul-01 8:04 
GeneralAdvice for email access from internet site Pin
21-Jul-01 3:41
suss21-Jul-01 3:41 
GeneralRe: Advice for email access from internet site Pin
6-Aug-01 9:01
suss6-Aug-01 9:01 
GeneralRemote Upload/ batch download Pin
Ann21-Jul-01 1:34
Ann21-Jul-01 1:34 
Generalinet server ip address Pin
18-Jul-01 23:46
suss18-Jul-01 23:46 
GeneralRe: inet server ip address Pin
Troy Marchand20-Jul-01 9:38
sitebuilderTroy Marchand20-Jul-01 9:38 
GeneralAdding entry to drop down menu Pin
James Parker18-Jul-01 0:34
James Parker18-Jul-01 0:34 
GeneralRe: Adding entry to drop down menu Pin
Troy Marchand20-Jul-01 9:49
sitebuilderTroy Marchand20-Jul-01 9:49 
GeneralRe: Adding entry to drop down menu Pin
24-Jul-01 4:20
suss24-Jul-01 4:20 
GeneralVery Simple Question Pin
Rob Carey13-Jul-01 12:45
Rob Carey13-Jul-01 12:45 
GeneralRe: Very Simple Question Pin
14-Jul-01 11:29
suss14-Jul-01 11:29 
GeneralError in Access Database Pin
12-Jul-01 9:27
suss12-Jul-01 9:27 
GeneralFree Website Portal Available Pin
Melvin Tucker12-Jul-01 9:00
Melvin Tucker12-Jul-01 9:00 
GeneralPWS problems Pin
James Parker12-Jul-01 4:37
James Parker12-Jul-01 4:37 
GeneralRe: PWS problems Pin
25-Jul-01 3:11
suss25-Jul-01 3:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.