How do I...

  • Thread starter Thread starter AGB
  • Start date Start date
A

AGB

Hi all,

I have to created a page that allows users to click a link or button to
watch a video. The app must insert a database row with information
about the video and time watched. I am unsure how I should proceed
with this. Right now I just a link:

<A href="vid.asx"><IMG src="wmpIcon.gif" border="0">Watch Video</A>

Clearly, I need to have some sort of server control post back to the
server so I can do the db insert, but then how do I launch the video?

Thanks
 
AGB said:
Hi all,

I have to created a page that allows users to click a link or button
to watch a video. The app must insert a database row with information
about the video and time watched. I am unsure how I should proceed
with this. Right now I just a link:

<A href="vid.asx"><IMG src="wmpIcon.gif" border="0">Watch Video</A>

Clearly, I need to have some sort of server control post back to the
server so I can do the db insert, but then how do I launch the video?
I would post to a page that inserts the info into the database and redirects
to the page that displays the video.
Bob Barrows
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top