Results 1 to 1 of 1

Thread: Submit link help

  1. #1
    Join Date
    Sep 2005
    Location
    Connecticut
    Posts
    66
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Reset link help

    Hi again. On a form i created, i have a reset link (as an image), and after i added the disolving rollover feature to the link (http://dynamicdrive.com/dynamicindex15/dissolveroll.htm), it stopped working even though it worked before and had the same code. I checked and the problem has nothing to do with the rollover feature. The name of my form is qform. This is the code for the link (dont tell me what i should add to make it better, this is only the first part of the link):
    Code:
    <a href="#" onclick="qform.reset(); return false;" 
    onMouseOver="turnOn('reset');" onMouseOut="turnOff('reset');">
    <img src="reset1.bmp" border="0" name="reset" class="imgTrans"></a>
    Last edited by Wizard13335; 09-25-2005 at 06:21 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •