[EMAIL PROTECTED] wrote:
>However...now I have to use a kludgy-looking grey button instead of my super-funky 
>graphic. Can ND fix this please and 
>allow use of type=image with JavaScript's onClick="window.close()"?
>
>Cheers,
>Pete
>

Pete,

You could use an href, where the destination is 'javascipt: window.close()',
and an image inside the href. In HTML this would be:

<a href="javascript: window.close()"><img src="nice_button.gif"></a>

If you try and use an ND href object to achieve this, you will get the
ND problem of putting an image inside an HREF. See the posting in the
nd5.studio newsgroup by Asif Tamuri for a way to work around this deficiency.

Cheers,

Kevin.
-------
View are solely mine

_________________________________________________________________________

For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html

For dire need help, email: [EMAIL PROTECTED]

Reply via email to