dear all, I've created a results page with at least 20 tables, which people will want to print. Unfortunately, all tables currently fit browser window, and are...
i have a questionnaire application, which someone helped me to develop. i need to amend so that the person can vote for themselves. i think this may mean that...
Neil You may do it by checking the form content on submission, eg if there is a voteform select dropdown element labelled Vote, Values = user logins, and you...
Hi, I have a frameset that has a 1)nav in side frame 2)banner w/nav in top frame 3)mainpages in mainframe when nav button in sideframe is clicked, I need to ...
just create the necassary pages as a new frameset. ... From: "trancey friend" <trench44@...> To: <BKWeb_UltraDev@yahoogroups.com> Sent: Monday, December...
Hi, Courtesy of the Dreamweaver 4 Bible: 1. Select your link (preferably a picture) in the frame. 2. Open the Behaviors panel. 3. Make sure that 4.0 Browsers...
Linda Norton
lnorton@...
Dec 3, 2001 6:28 pm
2420
Dear Group, could you please help me out.
I'm trying to create a jump menu for a pricelist page (html page) and I'd
like to be able to select a category from...
Just insert named anchors at the spots on the page where you want the jump menu to leap to. Then format your jump menu like this (I've only done 3 selections...
Linda Norton
lnorton@...
Dec 4, 2001 2:36 am
2422
Any javascripts on setting the background image in the table(fixed), while scrolling the text? From jeff...
Linda, you are a STAR :D @};- Thanks for your help and you can take the page down now. It was only when I downloaded it and found out that when I was trying to...
Nope, it's all CSS Anna Any javascripts on setting the background image in the table(fixed), while scrolling the text? From jeff To unsubscribe from this...
Whenever I attempt to add a recordset connection using Server Behaviors I get an error message when I try to choose the table. It says: "While executing...
Does this mean you can't add the recordset? I usually ignore those errors if the page is otherwise OK. Anna Whenever I attempt to add a recordset connection...
Hi, I have a form with a lot of fields and I would like to break it into 2 pages. I am inserting a new record with the first part of the form and would like to...
Don, I have a log-in page where I capture a user name and password and declare UltraDev's default MM_Username and MM_password session variables. The recordset...
Jackson Ball
jacksonball@...
Dec 4, 2001 7:08 pm
2430
There is a wonderful extension at UDZone that will do this for you. What you do is assign the identity key to a session variable. Check it out at: ...
Hi Don, Personally I shy away from using session variables as I only tend to want to get the ID once then pass it through the URL and using a session variable...
Hi Paul, Can you post the partially-working page somewhere so we can see what you've got thus far, and also paste the relevant code in this message? Thanks. ...
Linda Norton
lnorton@...
Dec 5, 2001 12:36 pm
2433
dear all, I have a recordset drawn from four rows of my db. I've recently added a fifth, and wish to amend the rs accordingly. I simply copied and pasted the...
First -- your terminology. When you create a recordset, you are selecting a group of records; either all the records in a named table (or set of tables), or a...
Linda Norton
lnorton@...
Dec 5, 2001 2:02 pm
2435
my apologies for the confusing terminology! I haveactually added a new FIELD to the db. apart from the name, it is exactly the same as the other fields...
Linda, Thank you for your speedy response. I'm sorry I didn't pick it up sooner. My application is in ColdFusion,and it's the first dynamic site I've created....
True, if you don't need the ID after the second form please use the Request method of getting the ID. It's always a good idea to reduce your overhead! Thanks...
Okay. This is a case of the blind leading the blind. And as a certain charming 5-year-old said… "When the blind lead the blind, get out of the way!" I've...
Linda Norton
lnorton@...
Dec 5, 2001 4:32 pm
2439
Hi Guys, I want to do it the best way possible. But I'm still a little bit confused. Let me give you an overview of the process: First off this is a online...
Hi Don I think I know what you're getting at. I've done the same thing but all on the same page. This is my process, and what's more it's all standard server ...
Just use your session variable named: Session("CustomerID") It's already been created, it's unique, and it can be retrieved for any purpose at any time during...
Linda Norton
lnorton@...
Dec 5, 2001 5:10 pm
2442
but the usual MM login creates the famous MM_Username - no need to have a second session variable sloshing round. If I get Don's aim right I don't think he...