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...
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...
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...
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...
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...
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...
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@...
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...
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...
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@...
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...
Dan, Here's a neat hierarchal folder system that you may find useful: http://www.dynamicdrive.com/dynamicindex1/navigate1.htm Sherm Stevens iNvision Studios ...
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...
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...
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...
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...
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...
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...
Generally speaking, Templates are just really large library items with editable areas. While the difference is small, it can be quite significant. Library...
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 ... ...
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...
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...
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 ...
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...
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 ...
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...
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...