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...
Show off your group to the world. Share a photo of your group with us.

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 5286 - 5316 of 5492   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5286
Hello, I have an ASP page that takes values from another page on another server. The users start on those pages and are validated as a member or non-member on...
joe.huggins@...
hohepa_dolores
Offline Send Email
Oct 3, 2003
12:33 pm
5287
Technically, (at least as far as I know) a page doesn't just "Hang" - - either the browser locks up, the code is still processing and you can't see it, or the...
Mark Bieganek
mbieg69
Offline Send Email
Oct 3, 2003
2:48 pm
5288
Thanks, When I say hangs it just stays on the page without redirecting to the next. As part of troubleshooting I have tried a few things. 1. I first just...
joe.huggins@...
hohepa_dolores
Offline Send Email
Oct 3, 2003
6:53 pm
5290
From: Mark Bieganek Date: Fri Oct 3, 2003 8:25 pm Subject: RE: [BKWeb_UltraDev] Response.Redirect problem I took out the "null" value and replaced it with...
k_billy_uk
Offline Send Email
Oct 4, 2003
12:29 pm
5291
Thanks for continuing to look at this. But still not working. Is there any chance that it has to do with what value or how that value is passed from the...
joe.huggins@...
hohepa_dolores
Offline Send Email
Oct 4, 2003
1:46 pm
5292
Hello Joe, My skill in ASP is only moderate, but since nobody else is talking I will continue to see what I can do to help you out. Let's see what kind of data...
Mark Bieganek
mbieg69
Offline Send Email
Oct 4, 2003
5:55 pm
5293
Hi, Has anyone used this extension for Dreamweaver from DMXzone? I just purchased and downloaded it - I'm having troubles getting it to store file names into...
Tim Thorburn
webmaster@...
Send Email
Oct 6, 2003
4:08 am
5294
Mark, Thanks for your time and effort in this. I finally discovered the problem and it had nothing to do with the Response.Redirect. I was focused on that...
joe.huggins@...
hohepa_dolores
Offline Send Email
Oct 6, 2003
1:44 pm
5295
We use it here, but not to put files into the database. We use it to upload to the file system. However, be sure you have globals turned on, most do. But as of...
Eric Kaiser
sunjournal2002
Offline Send Email
Oct 6, 2003
2:12 pm
5296
Hi, There's no specific error message at all - it uploads files to the server as it should - but it will not store the file name within a MySQL table as the...
Tim Thorburn
webmaster@...
Send Email
Oct 6, 2003
9:23 pm
5297
What is the best way to create a site map, showing the structure and heirachy of the website? is there a tool or option in DW or is this purely a manual...
ultradanuk
Offline Send Email
Oct 16, 2003
1:19 pm
5298
Dan, Here's a neat hierarchal folder system that you may find useful: http://www.dynamicdrive.com/dynamicindex1/navigate1.htm Sherm Stevens iNvision Studios ...
Sherm Stevens
sstevens69
Offline Send Email
Oct 16, 2003
2:17 pm
5299
Hi Dan, Are you looking to create something dynamic that is self-indexing? There's no tool in DW to do this, but if you're using ASP (or better yet .NET) I've...
Anna Crooks
anna_crooks
Offline Send Email
Oct 16, 2003
7:44 pm
5300
Hi Anna, the idea you have said sounds great. And what i would try to implement i.e. self updating. At present the site is still in prototype mode and initial...
ultradanuk
Offline Send Email
Oct 18, 2003
3:48 pm
5301
Hi Dan, Yup, that sounds more or less what I was expecting you were thinking about. You'd be looking at setting up one of two things - either an Indexing...
Anna Crooks
anna_crooks
Offline Send Email
Oct 19, 2003
8:48 am
5302
I know what I want to do, but can't seem to get my head around the code needed to achieve it. I would like to have one form that can be used to make multiple...
Mark Bieganek
mbieg69
Offline Send Email
Oct 23, 2003
12:59 am
5303
Hey Mark here's a suggestion maybe - more for the logic side of it, than the coding, but hopefully, this might help with a solution. instaed of having the 3rd...
M Tapnack
tapnack
Offline Send Email
Oct 23, 2003
7:05 am
5304
Is there any advantage over using templates to libraries, i've used templates before and think i know what i'm doing with them. however i have been handed a...
ultradanuk
Offline Send Email
Oct 27, 2003
9:58 am
5305
Generally speaking, Templates are just really large library items with editable areas. While the difference is small, it can be quite significant. Library...
Mark Bieganek
mbieg69
Offline Send Email
Oct 27, 2003
2:25 pm
5306
thanks Mark that has answered that one and i'm glad to say was along the sort of lines that i was thinking, though was just not exactly sure. Cheers Dan ... ...
ultradanuk
Offline Send Email
Oct 27, 2003
3:31 pm
5307
I have an acces DB which holds an image file as an OLE Object (data type) this however shows up in my ASP page as "?$". where am i going wrong, i know it is...
itsdannyuk2003
Offline Send Email
Nov 10, 2003
2:00 pm
5308
HI Danny Have you looked at "Response.ContentType" ? Moshe ... From: itsdannyuk2003 [mailto:daniel.mcgregor@...] Sent: Monday, November 10,...
M Tapnack
tapnack
Offline Send Email
Nov 10, 2003
2:37 pm
5309
where would i place that within the RS object? a href="<%=(rsoffer.Fields.Item("smallimage").Value)%>?<%= ...
itsdannyuk2003
Offline Send Email
Nov 10, 2003
5:08 pm
5310
Put it in just before you response.write the img. ... From: itsdannyuk2003 [mailto:daniel.mcgregor@...] Sent: Monday, November 10, 2003 7:09...
M Tapnack
tapnack
Offline Send Email
Nov 10, 2003
5:23 pm
5311
Hi I am in the process of designing my first full ASP ecommerce site for an electrical retailer (a ground breaking acheivement for me). Just one or two issues...
itsdannyuk2003
Offline Send Email
Nov 17, 2003
11:00 am
5312
Hi Dan Well done! Option 1 sounds like the way to go. If its all stored in a DB anyway, then all you have to do is build a small admin section for them to ...
M Tapnack
tapnack
Offline Send Email
Nov 17, 2003
12:57 pm
5313
I've no problems with the update/ins/del pages into the DB however my main grey area is how to get the images into the DB. Will the pure ASP upload ext manage...
itsdannyuk2003
Offline Send Email
Nov 17, 2003
2:05 pm
5314
Ah, ok, that's a dif story, you didn't say anything about image upload before. First find out what eupload object your host supports. They're very picky ...
M Tapnack
tapnack
Offline Send Email
Nov 17, 2003
2:12 pm
5315
Sorry, it's usualy not until too late, you realise major points are missing from your post. Another issue is how they will get the orders from the DB, e.g. for...
itsdannyuk2003
Offline Send Email
Nov 17, 2003
2:48 pm
5316
The extension should work fine for all uploading purposes. They may have to learn a little HTML linking etc to get good at doing the work though. Take a look...
M Tapnack
tapnack
Offline Send Email
Nov 17, 2003
3:00 pm
Messages 5286 - 5316 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