Hello. I'm stuck. I need for one drop down list box to update another one without reloading the page...i.e on the fly. Here are the details. People enter the...
bobby regan
bregan507@...
Jan 2, 2002 10:27 pm
2595
I think this may be the answer http://javascript.internet.com/navigation/cascade-menu.html cascading menus, fill up your options at each successive level so it...
David Maddern
guppi@...
Jan 3, 2002 3:42 am
2596
Thanks David. I am going to look into it. Appreciate the Reply! Bobby Regan ... http://javascript.internet.com/navigation/cascade-menu.html ... ...
bobby regan
bregan507@...
Jan 3, 2002 3:53 am
2597
Hi I have the code below which should, when working, allow the user to click on a link and it will open an asp uploaded document (e.g.word or ppt or whatever)....
Hi Bobby, go to http://www.wsabstract.com/script/cut183.shtml for an example and the source code. Regards, Shant Donabedian bobby regan <bregan507@...>...
When I go to Data Bindings or the code itself and try to modify the SQL statement, I can change and test it successfully but even though I save the file, close...
rlull2001
rickl@...
Jan 3, 2002 3:44 pm
2600
Hello all, on my search page i have a Date Range field... menu 1 is StartMonth and menu 2 is EndMonth and menu 3 is a list of years. It was working just fine...
dear all, although I can create semi-decent data related pages, I still am having problems with web design! I think maybe I'm treating the whole exercise as a...
Assuming it's only these images you're having a problem with (i.e. you can open or insert other images not related to this site with no problem) then there's...
Hi there. I tweaked the SQL statement, and used the "value" attribute of the year field to sneak the word "AND" between the two values. I also took the...
Linda Norton
lnorton@...
Jan 3, 2002 6:14 pm
2604
Ok, hopefully someone somewhere can help on this. I have an asp page that shows a list of dates taken from a date/time column in an access database. These then...
I can't figure out what combination of things you're doing; it's all muddled together. Can you please post all of your code? ... From: "ekalb_s"...
Linda Norton
lnorton@...
Jan 4, 2002 2:14 pm
2606
Linda, Thanks for the reply - managed to sort it though. regards Blake...
blake_stubley
blake_stubley@...
Jan 4, 2002 3:21 pm
2607
Dear all, I am using Ultradev Logout behavior to logout from the customer database. After logout, and login again (in the same browser, with the same login ID ...
Use the <%Session.Abandon%> method. It kills the existing session and resets all session variables. ... From: "Khoo You Teik" <yt.khoo@...> ...
Linda Norton
lnorton@...
Jan 4, 2002 8:47 pm
2609
Hello all: I have created an insert form in UltradDev which writes to my Access file just fine. When the form is submitted, my redirect page displays okay. How...
ilovelucy_64
ilovelucy_64@...
Jan 4, 2002 8:57 pm
2610
You can just use Response.Write on the processing page to report on the fields it captured on the previous page. The way you actually do that depends on...
Linda Norton
lnorton@...
Jan 4, 2002 9:11 pm
2611
I built a shopping cart that works great in SQL and am in the process of trying to make it fly with an Access DB. The problem I am running into is when I want...
It looks like it's incorrectly overwriting the SQL string after constructing it. Please add the following new line in front of line 55 and post the phrase...
Linda Norton
lnorton@...
Jan 5, 2002 6:11 am
2613
Linda: Here's what I get when I point to the "sniffer" page you sent me..... my form shows up this way....... so how can I get this AND still write to my...
Harry Williams
hwilliams@...
Jan 5, 2002 6:13 pm
2614
Dear all,
I'm about to add a shopping cart facility to acornuk.net but I'm not
sure as to how I should go about implementing certain functions, these...
This is kind of tricky. The "action" on your form points to something. Before you changed it (at my instruction), it probably pointed back to a routine on the...
Linda Norton
lnorton@...
Jan 5, 2002 9:57 pm
2616
Linda: My insert record behavior won't let me choose "GET" ..... If I change toGET, my insert record behavior breaks.....??? Confused, H. ... ADVERTISEMENT ......
Harry Williams
hwilliams@...
Jan 6, 2002 1:52 am
2617
Make a backup of the directory, just in case. Then close every application possible, including any extra open windows in UltraDev. Go into the source code...
Linda Norton
lnorton@...
Jan 6, 2002 3:08 am
2618
no luck.........thanks for trying...... I think it's time to back away and get something to eat. What if I delete my server behavior. Change my form action to...
Harry Williams
hwilliams@...
Jan 6, 2002 4:17 am
2619
Or you could just zip the whole thing up and send it to me. ... From: Harry Williams <hwilliams@...> Reply-To:...
Linda Norton
lnorton@...
Jan 6, 2002 5:11 am
2620
I've created an update page with a link I assumed went back to the homepage - home.asp. However, there must be an error with my site set-up or urls somewhere...
It sounds like your web server is not configured to work with that directory. Are you using Personal Web Server (a.k.a. "Personal Web Manager"?) ... From:...
Linda Norton
lnorton@...
Jan 6, 2002 8:20 pm
2622
Dear Linda, Is <%Session.Abandon%> applicable to JSP ? If yes, where should I put this code ? Thanks From Jeffrey ... From: Linda Norton...
Hi Jeffrey, I really don't know; I've never programmed in JSP. But I did a little investigating and could NOT find a corresponding method that would destroy a...