If I want to blend 2 or 3 flash 1 over the other on demand
Exemple: flash open and then clicking the flash would import another flash files transparent over the other flash there must be a way.
Yeah But that reading does not get me off the ground, all I am looking for the position and codes for the statement I made above, could someone please look at this and tell me what I need to change in these codes to make my search to include dropdowns, with CountryID and CityID
I have the...
after I have created a database, as followed Table products.mdb
I have the product category displaying fine and the search works fine also,
here is what I have, I want to include the search to perform a defined search, but don't know how to include other tables that are already existing in the...
here is a breif discription of how this will work, the user as an exemple will not be entering any Cities or Province, as a text or any dropdowns, the User shall be clicking on a Flash Image Geographic Map, he will chose his country, then the Country map will appear, he can then choose the State...
This ia what I have at the top right now but it's not doing the job.
<!-- #INCLUDE FILE="adovbs.inc" -->
<%
' Get Current Category
cat = TRIM( Request( "cat" ) )
IF cat = "" THEN cat = "Home"
' Get Search Phrase
searchFor = TRIM( Request(...
can someone help me with the request query String session, How do I incorporate the URL String to work with the database if my string is as followed...
tblCountry
CountryID
CountryName
tblProvince
ProvinceID
ProvinceName
tblCities
CityID
CityName
What if I was to ad a "tblAssociationLocationID"
tblAssociationLocationID
CountryID
ProvineID
CityID
tblCategory
categoryID
categoryLngDesc
categoryShtDesc
tblUser
userID
username...
So that way lets Say
Country Canada = ID 1
Province Ontario= ID 1
City London- ID 1
That way for
UK ID might be ID 25
London ID 1 since London ID 1 is Associated with UK ID 25 shouldn't this eliminate that problem. I would be happy if it would.
Or should I have...
Hello Richard and thank you and also Leslie for your input, Richard here is a breif discription of how this will work, the user as an exemple will not be entering any Cities or Province, as a text or any dropdowns, the User shall be clicking on a map, he will chose his country, then the Country...
Thank You very much for your help I realy appreciate your input.
would I also need a table for the SubCatagory or everything goes into the tblCategory
in the tblCategory you have
tblCategory : categoryID, categoryLngDesc, categoryShtDesc
should "categoryLngDesc" be the same as in...
Thanks for the reply, just to confirm
Connect
tblCountry CountryID to the tblAds CountryID then
tblState StateID to the tblAds StateID then
tblCity CityID to the tblAds CityID then
tbUser UserID to the tblAds UserID
you mentioned above"You should also have a tblCategories which...
So here is what I have created if this is what is the meaning, in the "databse.mdb" I have 5 tables,
tblCountries with countryID, countryName
tblStates with stateID, stateName
tblCities with cityID, cityName
tblAds with adsID, adsName, adsPrice, AdsCategory...
I am looking for how I should build my databse for a classified ads. I have a map made in flash that pushes variables, that when a user selects a "country" then a "State" and then a "City" he could place an add under a category he choses, lets call it...
I am looking for how I should build my databse for a classified ads. I have a map made in flash that pushes variables, that when a user selects a "country" then a "State" and then a "City" he could place an add under a category he choses, lets call it...
My first asp page is finaly starting to work for me, what I have done is this I can now Add products, manage products and search product by category so when an item is clicked it show up as followed
http://localhost/emaps/Day%2006/default.asp?cat=Mazda
now this is great as finaly the Mazda is...
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.