I use OnClick property with IMG tag with IE, but it doesn't work with Netscape. How can I do this?
Note: Maybe, using <A> tag before IMG tag is the solution, but I don't want page to be changed. Or...
http://www.experts-exchange.com/Software/Internet_Email/Web_Browsers/Q_10132614.html
Zones:
Web BrowsersDate Answered: 02/26/1999 Grade: A Views: 0
This is my code:
import java.awt.* ;
class Test extends Frame
{
Test()
{
add(new Picture()) ;
setSize(600,400) ;
}
public static void main(String args[])
{
new Test().show() ;
}
}
...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10182719.html
Zones:
JavaDate Answered: 07/15/1999 Grade: A Views: 0
I`m trying to write a program that can diplay all array panels. Heres my program.It has no compile error.But is has run time error.Please check the problem for me!!Thank you!
import java.io.*;...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10220871.html
Zones:
JavaDate Answered: 01/11/2000 Grade: C Views: 0
Can anyone tell me how to change the src for an image contained in a layer
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_10396419.html
Zones:
JavaScriptDate Answered: 06/06/2000 Grade: B Views: 0
i am developing mail client using java API and sevlet . how to read mail having image file as attachment.
http://www.experts-exchange.com/Programming/Languages/Java/Q_10406756.html
Zones:
JavaDate Answered: 08/10/2000 Grade: C Views: 0
Hello!
I have the following class:
(please, consider gifArray as an a GIF file dinamically loaded on run() method)
class MyClass extends Canvas
{
Image img;
...
public void run()...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10506379.html
Zones:
JavaDate Answered: 06/26/2000 Grade: B Views: 0
Hi
I have this situation when a user fills the text into a textarea once it is submitted , the code should check if there is a link into the code what i mean is like if there is a www. or http...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20011993.htm...
Zones:
ASPDate Answered: 12/28/2000 Grade: A Views: 0
When I push the button btnOne
the following has to happen:
<input name="Image" type="text" value="test.gif">
<input type="Button" value="Preview" id="btnOne" name="btnOne" onClick="showPicture...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20337745.html
Zones:
JavaScriptDate Answered: 08/17/2002 Grade: A Views: 0
Hi,
Here's the result (below), but where's the (picture/gifs) ?
My Local Host -(Http://Local/servlet/coreservlets.PersistentConnection)
/servlet/coreservlets/bullets/b01lis.gif /servlet/...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20528315.html
Zones:
Java,
ServletsDate Answered: 03/27/2003 Grade: B Views: 0
Hi all. I have a problem displaying images dynamically. I am storing the filenames in a database and using a recordset to insert the desired filename into an <img src="<% =filename %>"> tag. When ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20692195.htm...
Zones:
ASPDate Answered: 07/29/2003 Grade: A Views: 0