Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

give me some ideas...........pls..............

Status
Not open for further replies.

Faith19

Programmer
May 16, 2000
1
MY
can u give me some ideas on coding for:<br>when i click the image, it will change to another image(another gif file) then this will assign a value to the database........<br>for eg, in airline, seats are changed when clicked n reserved n this would assign a value to the database..........<br>pls give me so guidance in vbscript........or asp<br>it's important for my final year project....
 
You would have to use event handlers such as &quot;onclick&quot; for the image. The event handler could be written in vbscript or javascript, its client-side therefore it would be better if you write it in javascript so that Netscape understands it. <br>Anyway, when you click the image the source of the image tag should change as well as do an insert query on the database with the stuff you want to write to the database. <br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top