|
 |
asp_databases thread: Query
Message #1 by "viju" <vijay_saste@y...> on Thu, 8 Jun 2000 12:15:43
|
|
I have a combo which i fill from the database.
Secondly i display the respective fields from the same table w.r.t. the
value from the combo. when i click edit button on the same page i get all
the information as it is in the next page. I then edit the data and click
on save button. the data gets saved in the database.
This works fine in Internet Explorer 5.0
If i do the same thing in Netscape 4.7 on click of edit button the values
on the edit page w.r.t the value that is selected in the combo comes
correct but the selected value of the combo does not come. It takes the
value which is first in the recordset.
Pl send me the solution for this as early as possible.
Message #2 by "Ken Schaefer" <ken.s@a...> on Thu, 8 Jun 2000 22:31:22 +1000
|
|
>> The error is on line 6
> How do you know? I didn't post any code
Exactly. If it is a Netscape problem it sounds like you have sloppy coding
practise - eg you are passing values by QueryString, but not
Server.URLEncoding() them.
Cheers
Ken
----- Original Message -----
From: "viju"
To: "ASP Databases" <asp_databases@p...>
Sent: Thursday, June 08, 2000 12:15 PM
Subject: [asp_databases] Query
> I have a combo which i fill from the database.
> Secondly i display the respective fields from the same table w.r.t. the
> value from the combo. when i click edit button on the same page i get all
> the information as it is in the next page. I then edit the data and click
> on save button. the data gets saved in the database.
> This works fine in Internet Explorer 5.0
> If i do the same thing in Netscape 4.7 on click of edit button the values
> on the edit page w.r.t the value that is selected in the combo comes
> correct but the selected value of the combo does not come. It takes the
> value which is first in the recordset.
> Pl send me the solution for this as early as possible.
>
Message #3 by "viju" <vijay_saste@y...> on Fri, 9 Jun 2000 11:33:33
|
|
How to disable a text box in netscape ? It remains disabled in Internet
explorer but not in Netscape. Pl. send me the syntax for the same.
Message #4 by "Daniel Walker" <danielw@w...> on Fri, 9 Jun 2000 14:54:49
|
|
I'm willing to bet this is a client-side script you're writing here. In
fact, I'm so willing to bet it, I've subscribed you to our new Javascript
list and copied your message onto it there, Vijay - since javascript
(instead of VBScript) is your anwer. If anyone here wants to answer this
question, can you do so on the new list? It's to be found under the general
"Markup" heading on http://P2P.wrox.com
On 06/09/00, "viju" wrote:
> How to disable a text box in netscape ? It remains disabled in Internet
explorer but not in Netscape. Pl. send me the syntax for the same.
Message #5 by "Robert Larsson" <robert.l@m...> on Mon, 12 Jun 2000 10:22:02 -0700
|
|
I had the same problem a couple of days ago, it can't disable in netscape
while it's running. You can use the visibility style instead. I haven't come
to a solution on this problem as I need the solution :) ..
Mvh,
Robert Larsson!
Web-production Coordinator
---------------------------------------------------------------------
Mindflow AB | www.mindflow.se | 08-545 635 10
----- Original Message -----
From: "viju"
To: "ASP Databases" <asp_databases@p...>
Sent: Friday, June 09, 2000 11:33 AM
Subject: [asp_databases] query
> How to disable a text box in netscape ? It remains disabled in Internet
> explorer but not in Netscape. Pl. send me the syntax for the same.
|
|
 |