Search the web
Sign In
New User? Sign Up
BKWeb_UltraDev · A support group for Macromedia UltraDev users.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4258 - 4287 of 5492   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4258
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...
Eric Kaiser
sunjournal2002
Offline Send Email
Jul 1, 2002
3:39 pm
4259
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...
Eric Kaiser
sunjournal2002
Offline Send Email
Jul 1, 2002
3:48 pm
4260
Show all the code for the jump menu. It would appear that you need to hard code the detail page into link. ... ...
Eric Kaiser
sunjournal2002
Offline Send Email
Jul 1, 2002
3:54 pm
4261
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...
Eric Kaiser
sunjournal2002
Offline Send Email
Jul 1, 2002
3:59 pm
4262
Try this... http://www.shehabcorp.com/alfdev/tuts/multi.asp ... page ... each ... solves ... be...
i_need_a_job_2001
job_hunting@...
Send Email
Jul 2, 2002
12:52 am
4263
Gave up on it but thanks anyway. Though will keep you posted if i do decide to try it again. Thanks dan ... to hard ... menu....
ultradanuk
Offline Send Email
Jul 2, 2002
2:33 pm
4264
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...
Michelle Tarby
m_tarby
Offline Send Email
Jul 2, 2002
3:26 pm
4265
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 ...
Shant Donabedian
s_donabedian
Offline Send Email
Jul 2, 2002
5:47 pm
4266
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....
Eric Kaiser
sunjournal2002
Offline Send Email
Jul 2, 2002
5:55 pm
4267
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@...
Send Email
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") %>">&nbsp;&nbsp;&nbsp;<%= ...
Shant Donabedian
s_donabedian
Offline Send Email
Jul 2, 2002
6:51 pm
4269
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@...
Send Email
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...
Ian Lindsay
ianlindsayuk
Offline Send Email
Jul 3, 2002
9:35 am
4271
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 P. Monteith
dylstemp
Offline Send Email
Jul 3, 2002
6:36 pm
4272
Johnmichael Try this <% Response.Cookies("staffcode") = rsSTAFF.Fields.Item("StaffCode") ' all on 1 line Response.Cookies("staffcode".Expires = Date + 90 'all...
Phil Osborne
paos007
Offline Send Email
Jul 3, 2002
7:00 pm
4273
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...
ockamsrazor2000
Offline Send Email
Jul 3, 2002
7:50 pm
4274
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...
oem_5
Offline Send Email
Jul 4, 2002
12:03 am
4275
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...
M Tapnack
tapnack
Offline Send Email
Jul 4, 2002
11:18 pm
4276
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...
admin@...
les_d_2001uk
Offline Send Email
Jul 4, 2002
11:29 pm
4277
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@...
Send Email
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,...
Heidi + Moshe Tapnack
tapnack
Offline Send Email
Jul 5, 2002
12:32 pm
4279
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...
Stefanie Guim Marcé
steffi971
Offline Send Email
Jul 7, 2002
7:17 am
4280
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...
mbieg69
Offline Send Email
Jul 8, 2002
8:26 pm
4281
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...
noodlent
Offline Send Email
Jul 8, 2002
8:35 pm
4282
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...
Mark Bieganek
mbieg69
Offline Send Email
Jul 9, 2002
3:35 am
4283
Hi am trying to create a session variable by using a hyperlink instead of the log in procedure to get the variable. I know about setting up a...
ultradanuk
Offline Send Email
Jul 9, 2002
10:15 am
4284
That's a permissions issue. Be sure you have Read and Write permissions on the images directory. ... ...
Eric Kaiser
sunjournal2002
Offline Send Email
Jul 9, 2002
12:54 pm
4285
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: ...
Eric Kaiser
sunjournal2002
Offline Send Email
Jul 9, 2002
12:56 pm
4286
Thats looks exactly it. Thanks Dan ... a ... can do ... ("varName") or ... the ... http://messenger.msn.com...
ultradanuk
Offline Send Email
Jul 9, 2002
2:16 pm
4287
Are you setting up a login page (username and password) and submitting those values to another via a hyperlink? ... ...
bobby regan
bregan507@...
Send Email
Jul 9, 2002
2:19 pm
Messages 4258 - 4287 of 5492   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help