im have a form with a text field that the user, upon submission, is adding to the database (a simple access db)... problem is I need to prevent apostrophes from being written to the db...
I tried adding the following line before the insert statement
MM_formVal = Replace(MM_formVal,"'","''")...
I have a cd rom developed in flash and am launching it full-screen... while the user is interacting with the CD Rom I have a few links that need to launch a browser window to load a URL I have specified...
Problem is the browswer window is behind or minimized beneath the fullscreen...
I have a movie that currently has two scenes... scene one is an intro of sorts, then scene two loads (mid way it fades in a simple mc (Movie clip A)) then it stops with a simple actionscript stop command...
Now, heres where Im running into trouble... have another MC that holds navigation...
Ok, I know how to use flash to build simple buttons (mostly rely on script assist)... and thats fine, but I know its possible to centralize all the actionscript assignements for a series of buttons, so that early on in my movie, I click on a frame, add the actionscript that says...
Im developing a cd rom flash (autorun) and all I have left to do is add a series of scrolling content 'boxes' / panes... (8 to 12 or so)... the size of my .FLA is about 28mb now, and the .exe file Im creating from that is about 7mb -- they'll both grow with the addition of the text and a few...
Im trying to search a database giving the user the ability to filter based on 3 different criteria
- a text field
- list menu criteria pulled from db
- another list menu criteria pulled from db...
my problem is the search works in some cases but in others just returns ALL the records...
Im trying to search a simple database of events, giving the user options to filter based on 3 parameters:
1.) a text / keyword string in the DESCRIPTION or NAME of the event
2.) a list menu (database generated) that allows them to select a CITY
3.) a list menu (also database generated) that...
trying to figure out how (using a small xml file as a test) to create some sort of 'search' (i.e. - how to use xml search to find a text match in a specific node).
Anyone have a simple example of how this is done?
Cant I just use XSLT to do that?
Is it hard to do some sort of ajax-ish 'live...
I have an event search site and have a simple form (search from date 1 to date 2 with an optional keyword text field) and I thought it was working, but have discovered that in some cases it just returns ALL the events from the database.
Here is the MM DW8 select statement I am using... am I...
I have an ASP-based site and it uses databases to store some simple information... I need to be able to pass some variables from a 'registration' page of my site to another organizations Cold Fusion driven site, using POST method (they've given me 3 or 4 variable names to provide to them via...
I am trying to do someting like this:
... which performs a query to a simple Access db and then 'writes' out XML that is saved on the server as newly created .xml file.
It doesnt seem to work and just hangs - and I have to restart IIS on my local production server to unlock the .ldb file that...
Im trying to figure out how to take a simple access db table and create an xml file... any one have an example of how to pull this off-- im using classic asp and running IIS using dw8
I have a database driven app that allows the user to search for buildings/properties. I have latitude and longitude values for the buildings and would like to be able to use the awesome google maps API to plot the search returns on a google map of our state (i.e. the results will be confined to...
I've seen this really cool effect (not sure what to call it) but it basically uses a grid of squares that slowly appear from left to right (or vice versa) to reveal a JPEG image below it (most often its like for a photo gallery)... I'm looking for an example or tutorial on how to do something...
I have a database that I use to hold properties / buildings that are for sale. I need to be able to use ASP to select a random one as the 'weekly' featured property.
To make it weirder, I still need to be able to allow some override (in the event the administrator wants to select a specific...
Im trying to perform a search (data stored in MS Access DB) and the form Im using allows the following values:
- criteria1_minimum
- criteria1_maximum
those are stored in the database with datatype set to number.
Also on the form I have 8 specific regions (counties), setup as check boxes with...
I have an image map that I want to be able to allow the user to click 1 of 8 regions to automatically toggle the corresponding form 'check boxes' that are displayed next to the image.
How would the javascript for something like that look? Anyone familiar with any tutorials on anything like...
Im trying to build a 'search' feature similar to whats found at the following URL:
http://www.charlotteusa.com/Sites/sites_search.asp
Question I have is if this can even be built with DW8 using the built-in server behavior dialogue where you use a database connection to build a record set... or...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.