Advertisement

1 - 10 of 281 containing alltags:("img") (0 seconds)
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...
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() ;       } } ...
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.*;...
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
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.
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()...
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...
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...
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/...
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 ...
Zones: ASPDate Answered: 07/29/2003 Grade: A Views: 0