This is a discussion on "Javascript onClick button display image." within the JavaScript Forum section. This forum, and the thread "Javascript onClick button display image. are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Javascript onClick button display image.
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Javascript onClick button display image.
Hi,
wondering if anyone could help me. I have a small script which opens an external application, at the click of a button. What i want to do is extend the script, so that once the button is pressed and image will display next to the button on the web page. i have a default image which should always show, unless the button is clicked upon, in which case the image should change. My code so far is as follows:- <script language="JavaScript"> function func_snapshot() { var myshell = new ActiveXObject( "WScript.shell" ); myshell.run( '"C:/Documents and Settings/klp/My Documents/SNAPSHOT PRODUCT IMPORT-EXPORT-CATALOGUE PROGRAM/snapshot.exe"', 1, true ); } </script> <INPUT TYPE="button" NAME="button2" VALUE="SnapShot" ONCLICK="func_snapshot()"></INPUT> <IMG src="C:/Documents and Settings/klp/My Documents/My Pictures/3.jpg" width="25" height="25" name='snapshotpic'> Can anyone help, please. Cheers. |
|
|
|
|||
|
Re: Javascript onClick button display image.
<html>
<head></head> <pre> c:\web\jtest22x.htm Wednesdae 14 Des 05 at 1020 1. klik tu get dif pik <body bgcolor="#aaffbb" text="black"> <!bakground=lite green> </pre> <input type=text size=25 value="klik heer tu chaenj pix" style="cursor onClick="document.pik1.src='beer.gif'"> <img border=0 src="andy.gif" name=pik1> </body> </html> |
|
|||
|
Re: Javascript onClick button display image.
muneepenee please, use better language its happening all the time you have been warned many times :/
|
![]() |
| Tags |
| javascript, onclick, button, display, image |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] display image if javascript not enabled | Voodoochilli | JavaScript Forum | 1 | Oct 4th, 2007 13:58 |
| Image onClick event... | mrunclesam | JavaScript Forum | 3 | Jan 1st, 2007 13:21 |
| Image map onclick play music | kathyc20 | JavaScript Forum | 0 | Jun 25th, 2006 18:22 |
| Urgent help in Javascript calendar display | cloudymegz | JavaScript Forum | 3 | Jan 8th, 2006 14:37 |
| javascript button color | Monie | JavaScript Forum | 5 | Feb 11th, 2005 10:56 |