The system I am working on is actually written in Java.  It generates HTML
pages that require input.
The question/problem I am having is I want to add a pop up help window on the
client side (without returning to the server) and would like to use an animated
gif as the button.  I inserted the '.' in the following code
for printing reasons.  They do not exist in the actual code.

I can get the following to work:
    <.INPUT TYPE="Button" NAME="Button" VALUE="HELP"
onClick="launch('http://sdstest/dns/TestPop.html') ";

However, that is just a plain old gray button.

The code I am UNable to get to work is
<.BUTTON TYPE="BUTTON" NAME="Button" VALUE="Button"
onClick="launch('http://sdstest.jcpenney.com/dns/TestPop.html')"><.img
src="http://sdstest/dns/helphand.gif"; border="no"><./BUTTON>


The javascript code :

 function launch(url)
{
remote = open(url,"HELP","scrollbars,status,width=200,height=300");
}

--
Have a wonderful day,

Katherine Dungan

email : [EMAIL PROTECTED]

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to