Dynamic Movie Times Based On Zipcode?

Does anyone know how to display movie times from a particular zipcode stored in a DB? I need to find a website out there has a data feed that can be accessed with movie times. Anyone have any ideas?

View Replies


ADVERTISEMENT

Opening Movie Based On Checkbox

I want to load a particular movie in my active x control but I want it based on whcih checkbox the user selects.

How easy is this to do as I have no real ASP experience but someone here said this would be an ASP thing. I will paste some of the codes below that I have. I have no real ideal as to what I am doing with ASP so the code is probably a bit screwed up.

View Replies View Related

Dynamic Tables Based On A Form

I have a db with about 15 fields in, what i have a list of all the fields on a form, simply check the checkbox relating to that field and on the next page it creates a table only with those fields in it.

View Replies View Related

Zipcode Lookup

Looking for a source for data and/or algorithm that would allow me to enter
a zipcode and find - in our case - every car dealership that sells, say,
Chevy's in that zipcode - if not there, then what about adjacent
zipcodes..? - in an ever expanding circle outward, and return a list of
those zipcodes.
In my database, I've already got the car dealers and available makes. What
I need is the zipcode "map" reference.

View Replies View Related

Zipcode Algorithm

I am trying to write one.Are there any tools that I need to use to write it?(may be mapPoint?)I think that there are two ways to write the appication:Having database of all my dealers, each with latitude and longtitude.when the customer eneters his zip code, then I need to calculate how many dealers are in that area. I am trying to find some hints or script.

Having database of all my dealers. One table will have the dealers, the other table will have zip codes that each dealer service (some zipcodes have more than one dealer that service them, some dealers have many zipcodes that they service). Then when the customer enters his zipcode, i will use a query to find all dealers that service this zipcode?

View Replies View Related

Canada ZipCode Finder

I am writing an asp application using US Zipcodes.....I was wondering...apart from the zipcode format being different between Canada and the USA.....is the logic the same....I can't see any difference....but I was wondering if anyone else had encounter this.

View Replies View Related

Movie Displaying

I done Internet presentation for my client and presentation is placed on Brinkster...

Displaying movies is a part of presentation...

Those are .mov files...

As movie container I use Quicktime...

My problem is:

I have to wait to full movie loading...

Wait and wait...

When the movie is loaded then display starts...

Sometimes, it can take a long time...

I want to achieve effect with movie slider in my Quicktime container...

In other words, I want that movie begins to play before the end of full loading...

How can I achieve this?

My code is here:.....

View Replies View Related

Upload Movie Clips

I am handling a module using ASP3.0 which has to upload an movie clips of size 1 mb or 2 mb. i have a code which upload only files or images....

View Replies View Related

Get Value From Flash Movie And Pass To ASP

I have a movie clip having a few buttons inside that Movie clip. User can click on each part and fill a color.

I used getRGB() function to extract the filled color value of that button. I have used trace to see what the value is. Now I want that value to transfer into a database using ASP.

View Replies View Related

Insert Flash Movie Within An ASP Page

got some problems inserting a simple flash movie within an ASP page. Actually i am working with Dreamweaver and when I test my page from PWS directory, the flash movie keeps on loading..can't get the flash movie, but when I test the movie outside PWS, it does play the movie.. Should I include any file within the PWS root directory?

View Replies View Related

Embedded Flash Movie Controls

I have embedded a flash movie (.swf) in my web page - but I don't know how to put the "play,pause,stop,volume" controls to the video.I need the movie to share with my colleagues at work using our local web server.

View Replies View Related

Passing Variable From ShockWave Movie

On the Shockwave movie (in a browser) I have:

on mouseUp me
postNetText("address/page.asp", myVariable)
goToNetPage "address/page.asp", "_blank"
end

and in the ASP page I have:

<% passedvariable = request.form("myVariable")%>
<%=passedvariable%>

View Replies View Related

FLASH MOVIE WONT PLAY

I have been working with ASP classic on this current project im involved in. Well the problem im facing now is there is a page where a flash movie should play in a particular section on the page but it wont play on the secure pages, on the unsecure pages it plays fine. I had added an Active X work in accordance with the Lawsuit issue but it still wont play. Has any body faced this problem.

View Replies View Related

Flash Movie Wont Play On A Secure Page

I have been working with ASP classic on this current project im involved in. Well the problem im facing now is there is a page where a flash movie should play in a particular section on the page but it wont play on the secure pages, on the unsecure pages it plays fine. I had added an Active X work in accordance with the Lawsuit issue but it still wont play.

View Replies View Related

Script Times Out

well, the following script that i wrote using the aspSmartMail component, keeps timing out on me. i tried setting the timeout higher through both IIS and in the script itself, but all that does that it take longer for it to timeout.

i have written a few email programms using this component, so i don't think it is the component. i have just never tried sending emails with it automatically that each have certain unique fields in it. well anyways, here is the code:

View Replies View Related

Download Times

I need to show how long a given file size will download.

View Replies View Related

Pages Times Out

I've written a page that uses a emailer component and it keeps timing out.
It takes 2-3 seconds to send each mail, gets part way through the list of
recipients and dies.I have tried changing the Script Timeout setting in IIS to some huge number(2147483647?).I hve tried setting Server.ScriptTimeout = 0 and Server.ScriptTimeout =2147483647.
None of these make any difference. What can I do now?

View Replies View Related

Compare Two Times

I want to compare two times 1 time is in a variable and the other time is todays time.

i want to get the time in h.m.s

e.g.

12.30.00
13.00.00

this would then output

00.30.00

which i then can then split and if their are 0 i can have get 30 min out of it.

View Replies View Related

Substract Two Times

I need to subtract two times
Example : 1:45 AM - 2:55 PM or 5:45 PM -1:00 AM

View Replies View Related

Loading Times

I have a asp page which pulls alot of data back from a SQL database, is thier any way to show the page while its loading.

I did some diging and found this:

<%
response.buffer=true
response.flush
%>

View Replies View Related

Multiple Times

I have a class that access an MS SQL database.I have another class also accesses an MS SQL database and this second class uses objects from the first class.I have a third class using the DB and objects of the second class.

Each of these classes contain all the code needed to access the database and this means much duplicated code. What I'd like to know is if there is a way to avoid the duplicated code?

I know I could write the code once,then do an #include to include the code into the class,but that still means multiple occurances of the code.

View Replies View Related

Loop Times Out

There is 600 lines of code. This page gets available rooms from RoomInfo and compares the rooms againest rooms in use from EventRoom by RoomID. RoomInfo RoomID field is text. It can contain multiple rooms (i.e. 5,6,7) based on room setup type. I had to do it this way so that users could book multiple rooms based on configuration and how many people.

Line 412 is where the time out occurs. Also if I use split on rs2(RoomID) {line 415} then I can't start at 0, I have to start on 1. Which means 1 room is not being checked. I tried to annotate the code as best as possible. The page is zipped so you can download and view it. It will bomb if you try to run it on the server it is being hosted on.

View Replies View Related

How Many Times Character Appear

I've done this before but cannot remember how. I have a field (FIELDNAME) in a sql2k environment. I just need to know how many times an "_" appears in that field. I cannot figure it out right now.

View Replies View Related

Calculate The Differnce Between Two Times

I am trying to calculate (in minutes) the difference between two times. In the database the times are in this format:

Start Time (Game_Time): 1/1/1900 12:00:00 PM

End Time (GameEndTime): 1/1/1900 1:00:00 PM

Here is the code I'm trying:

Code:

GameLength = DateDiff("n",Game_Time,GameEndTime)

The result is: 780

I would expect it to be: 60 minutes

What am I doing wrong?

View Replies View Related

Display Image Between Times

I need to be able to display an image if the time is between two times. Here's the code I have, but it doesn't work.

dim strLink1, strLink2, strLink3
dim tcurrent, tstart1, tend1, tstart2, tend2

tcurrent = now()
tstart1 = "3/1/2006 7:00:00 PM"
tend1 = "3/1/2006 8:00:00 PM"

If Now() >= tstart1 OR Now() <= tend1 Then
'if tcurrent > tstart1 or tcurrent < tend1 then
strLink1 = "/images/2.jpg"
else
strLink1 = "/images/1.jpg"
end if

When I look at the page, the image never changes. It just always displays 2.jpg and not 1.jpg. I need help ASAP!

View Replies View Related

Display Image Between Times

How would I do it for DATE instead of Day of the week?

View Replies View Related

Long Response Times

I am trying to simply print to screen all the data in a colum from a .mdb file. Later I will do more advanced things but for now this would be good.

What I have WORKS, but takes a LONG time to retrieve the first record, if I tell it to retrieve more than one row it will time out. I was hoping to connect to the file directly and not have to create an ODBC connection. The code seems simple enough and the server is no dud (p4 2.4ghz) so do I need to setup a DSN and connect to it that way? Code:

View Replies View Related

Changing Image At Certain Times

im making the web site for a small internet radio station and would like to add the feature to show which DJs are currently on air. I would like to do this by swaping an image at certain times or even dates.

For instance

dim image

if time = 05:15:00 then image = bob else
if time = 23:30:00 then image = dave
end if

Something along those lines but I dont know the exact code required to do this.

Would be really greatful for any help, I think it would be a nice feature for our listeners.

View Replies View Related

Times Being Returned As Dates.

I'm currently developing on IIS 5, ASP 3 and MySQL 4.1 using the latest ODBC driver from MySQL.

Any time field I have return from the database is returned as the current date. I've tried every table which has a date, created tables which soley keep records on the date.

I've submitted the date from MySQL Query browser using CURRENT_TIME and from an ASP page. Both submit fine.

I've returned the record using a Recordset to move through each and filled an array using GetRows().

View Replies View Related

TimeOut And Refresh Times

My interest is to guarantee that my users never need to logon again. Can’t put a session.Timeout to high because of memory on server. So how can I get the session refreshed before session times out?

View Replies View Related

Approximating Download Times

I'm sure you've seen them all over the place. Before downloading a file, it tells you the size of the file and the approximate download timedepending on your connection.

I have found a lot of javascript calculators out there where you input the size of the file and it calculates the time you need. These provide the end result I need, but 1) I hate javascript with a passion and 2) I want the download times to be displayed automatically when you select a file to download.

As a last resort, I can spend some time re-writing it for ASP, pulling the file info directly from the file in question (which would be a variable) rather than requiring an input of the size; but I'm wondering if anyone has an ASP version already done. Save me some time and hassle that way.

View Replies View Related

Loop 5 Times Then Stop

I am creating a news page for a fun website just to learn, it has a simple html form that lets me post new news items to a MSSQL database.

The thing I am trying to do now is have the loop only run about 5 times, so that it displays only the last 5 news items from the database, I will then create an archive page which will display them all.

I have a book that I read and I found the for..next statement and I t would work nicely from what I am reading,

View Replies View Related

Database Querying Times

I ported a script I made over to SQL Server 2k from Access and went from queries that took a tenth of a second to up to 30 seconds! Typically they are between 5-10 seconds.

All I can think of is I screwed something up in the connection procedure, and here that is:

Code:
set objConn=Server.CreateObject("ADODB.Connection")
objConn.ConnectionTimeout=30
objConn.Open "Driver={SQL Server};" & _
"Server=ipaddress;" & _
"Address=ipaddress,1433;" & _
"Network=DBMSSOCN;" & _
"Database=databasename;" & _
"Uid=userid;" & _
"Pwd=userpass"
set recordset=server.createobject("adodb.recordset")

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved