Hard to say how much you will have to rewrite, depends on what kind of data you have. If it includes dates, it's very likely. The datatypes in Access don't...
A cookie would be the way to do it. Test for the cookie, if it's there show the message. If you are dealing with users that are registering for a site, have...
It would be great if you could save the results into a database so you can track the changes. Everything you need is in UD. I would create accounts for your...
This is probably a little off topic, but I'm hoping someone can help with this very dumb question! I'm in the process of setting up a very simple shopping cart...
i haven't used this site yet but it looks interesting... elance.com or i can just send you my resume :b Shant Donabedian Sr. Web Developer Shell International ...
I'm working on the same thing right now. Where/how are you generating the session variable? My shoppers have to register with the site then I have them login....
Michelle, I solve this problem by creating a recordset that includes the field I want to grab for THIS person/company/etc. Then, at the end of the recordset...
Jackson Ball
jacksonball@...
Jul 2, 2002 6:48 pm
4268
simply modify the option value to look something like this: <option class="nav" value="details.asp?id=<%= rsMenuID("ID") %>"> <%= ...
Judy and Harold, I had a discussion about how to do this today. I think we are in the right track. Go ahead and send me the pages you are talking about (they...
enrique cardu
eacardu@...
Jul 3, 2002 3:23 am
4270
Sorry I've not been ablt to contribute earlier, but I do this regularly and have a method that works. I'll paste the code for one of my pages below. Its hand...
Using JavaScript ASP, on our Intranet at our office I want staff to be able to login as themselves (at which time it would save their staff code to a cookie)...
Johnmichael Try this <% Response.Cookies("staffcode") = rsSTAFF.Fields.Item("StaffCode") ' all on 1 line Response.Cookies("staffcode".Expires = Date + 90 'all...
Hello, I am quite new to UltraDev but have been learning much from the tutorials. I was wondering if anyone the procedure for passing information typed into a...
first question i have is with ultradev when you use a login page but you have users requiring diff pages they need to be directed to upon verification how...
hey folks does anyone know whether one can arrange a <marquee> that goes in the other direction? thanks! moshe [Non-text portions of this message have been...
try Behaviour="Alternate" ... From: M Tapnack To: UD ; UD2 Sent: Friday, July 05, 2002 12:18 AM Subject: [BKWeb_UltraDev] reverse marquee hey folks does...
Session Variables are your friend. Go to this site. http://www.hiran.desilva.com/ultradev/ check out the login tutorial...in particular, check out step 7 of...
bobby regan
bregan507@...
Jul 5, 2002 6:17 am
4278
thanks for the reply. you mean to add that into the marquee tag? thanks moshe ... From: admin@... To: BKWeb_UltraDev@yahoogroups.com Sent: Friday,...
Hello everybody, Maybe you can help me with the following? I am trying to set up a PHP-conncetion in Dreamweaver MX. In vain, until now. What i have done so...
Hello, I have recently purchased the extension for UltraDev by the name of "Pure ASP upload 2.09". After having my server administrator install MDAC 2.6, I am...
Make sure you have the permissions set so that web users can add files to the folders. If you click the help button on the extension setup inside UD you will...
Thank you noodleNT. I have emailed my server admin, we shall see what comes out of it. Mark Bieganek The Dreamweaver Team www.dreamweaverwebs.com All Rights...
I'm not exactly sure what you are asking. But if you want to assign a querystring variable to a session variable, aside from "why"?, you can do this: ...