Re: a little OT

This WebDNA talk-list message is from

2001


It keeps the original formatting.
numero = 40125
interpreted = N
texte = Anup, this is what I tried, but if you look at the site, everything rolls over into the same spot. I'm not sure where to go from here. ARR....GH Add > From: Anup Setty > Reply-To: (WebCatalog Talk) > Date: Thu, 15 Nov 2001 14:32:29 > To: (WebCatalog Talk) > Subject: Re: a little OT > > I saw your code, I'm used to writing my own mouseovers, I don't use > the ones created by cyberstudio or some other software. I use the following > method to do mouseovers in a founditems loop, you can probably use this > logic and modify your code. > > [founditems] > onMouseOver=image-[index].src='images/img_over.gif' > onMouseOut=image-[index].src='images/img.gif'> > [/founditems] > > note that mouseover and mouseout images are in single quotes > > hth > > == Anup > > > > ----- Original Message ----- > From: Ken MacMurchy > To: > Sent: Thursday, November 15, 2001 4:22 PM > Subject: Re: a little OT > > >> So do I have to put the preload script into the [founditems] loop in order >> to use [index] or how would that work? >> >>> From: Anup Setty >>> Reply-To: (WebCatalog Talk) >>> Date: Thu, 15 Nov 2001 13:19:18 >>> To: (WebCatalog Talk) >>> Subject: Re: a little OT >>> >>> You can not have duplicate names for images, use [index] number >>> for naming these images, this should solve your problem >>> >>> HTH >>> >>> == Anup Setty >>> >>> >>> ----- Original Message ----- >>> From: Ken MacMurchy >>> To: >>> Sent: Thursday, November 15, 2001 3:11 PM >>> Subject: a little OT >>> >>> >>>> I have a table in a [founditmes] loop that contains javascript image >>>> rollovers, but they only show up on the last table in the loop. Any > idea >>> on >>>> how I can make it work on all tables? >>>> >>>> the link is http://www.saskobits.com >>>> --------------------- >>>> Thanks in advance! >>>> >>>> Ken MacMurchy >>>> web developer >>>> email: ken.macmurchy@leaderpost.com >>>> web: http://www.leaderpost.com >>>> 306-565-8299 >>>> 1964 Park St. >>>> Regina, SK, Canada >>>> S4P 3G4 >>>> >>>> >>>> ------------------------------------------------------------- >>>> This message is sent to you because you are subscribed to >>>> the mailing list . >>>> To unsubscribe, E-mail to: >>>> To switch to the DIGEST mode, E-mail to >>>> >>>> Web Archive of this list is at: http://search.smithmicro.com/ >>>> >>>> >>>> >>> >> > ============================================================================ >>>> This message is intended only for the use of the Addressee(s) and may >>>> contain information that is PRIVILEGED and CONFIDENTIAL. If you are not >>>> the intended recipient, dissemination of this communication is >> prohibited. >>>> If you have received this communication in error, please erase all > copies >>>> of the message and its attachments and notify > postmaster@verticalnet.com >>>> immediately. >>>> >>> >> > ============================================================================ >>>> >>> >>> >>> ------------------------------------------------------------- >>> This message is sent to you because you are subscribed to >>> the mailing list . >>> To unsubscribe, E-mail to: >>> To switch to the DIGEST mode, E-mail to >>> >>> Web Archive of this list is at: http://search.smithmicro.com/ >> >> >> ------------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> To switch to the DIGEST mode, E-mail to >> >> Web Archive of this list is at: http://search.smithmicro.com/ >> >> >> > ============================================================================ >> This message is intended only for the use of the Addressee(s) and may >> contain information that is PRIVILEGED and CONFIDENTIAL. If you are not >> the intended recipient, dissemination of this communication is prohibited. >> If you have received this communication in error, please erase all copies >> of the message and its attachments and notify postmaster@verticalnet.com >> immediately. >> > ============================================================================ >> > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > > Web Archive of this list is at: http://search.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: a little OT (Ken MacMurchy 2001)
  2. Re: a little OT (Ken MacMurchy 2001)
  3. Re: a little OT (Pedro Rivera 2001)
  4. Re: a little OT (Ken MacMurchy 2001)
  5. Re: a little OT (Ken MacMurchy 2001)
  6. Re: a little OT (Ken MacMurchy 2001)
  7. Re: a little OT (Anup Setty 2001)
  8. Re: a little OT (Anup Setty 2001)
  9. a little OT (Ken MacMurchy 2001)
  10. Re: a little OT (Anup Setty 2001)
  11. Re: a little OT (Sam Lewis 2001)
  12. Re: a little OT (Anup Setty 2001)
Anup, this is what I tried, but if you look at the site, everything rolls over into the same spot. I'm not sure where to go from here. ARR....GH Add > From: Anup Setty > Reply-To: (WebCatalog Talk) > Date: Thu, 15 Nov 2001 14:32:29 > To: (WebCatalog Talk) > Subject: Re: a little OT > > I saw your code, I'm used to writing my own mouseovers, I don't use > the ones created by cyberstudio or some other software. I use the following > method to do mouseovers in a founditems loop, you can probably use this > logic and modify your code. > > [founditems] > onMouseOver=image-[index].src='images/img_over.gif' > onMouseOut=image-[index].src='images/img.gif'> > [/founditems] > > note that mouseover and mouseout images are in single quotes > > hth > > == Anup > > > > ----- Original Message ----- > From: Ken MacMurchy > To: > Sent: Thursday, November 15, 2001 4:22 PM > Subject: Re: a little OT > > >> So do I have to put the preload script into the [founditems] loop in order >> to use [index] or how would that work? >> >>> From: Anup Setty >>> Reply-To: (WebCatalog Talk) >>> Date: Thu, 15 Nov 2001 13:19:18 >>> To: (WebCatalog Talk) >>> Subject: Re: a little OT >>> >>> You can not have duplicate names for images, use [index] number >>> for naming these images, this should solve your problem >>> >>> HTH >>> >>> == Anup Setty >>> >>> >>> ----- Original Message ----- >>> From: Ken MacMurchy >>> To: >>> Sent: Thursday, November 15, 2001 3:11 PM >>> Subject: a little OT >>> >>> >>>> I have a table in a [founditmes] loop that contains javascript image >>>> rollovers, but they only show up on the last table in the loop. Any > idea >>> on >>>> how I can make it work on all tables? >>>> >>>> the link is http://www.saskobits.com >>>> --------------------- >>>> Thanks in advance! >>>> >>>> Ken MacMurchy >>>> web developer >>>> email: ken.macmurchy@leaderpost.com >>>> web: http://www.leaderpost.com >>>> 306-565-8299 >>>> 1964 Park St. >>>> Regina, SK, Canada >>>> S4P 3G4 >>>> >>>> >>>> ------------------------------------------------------------- >>>> This message is sent to you because you are subscribed to >>>> the mailing list . >>>> To unsubscribe, E-mail to: >>>> To switch to the DIGEST mode, E-mail to >>>> >>>> Web Archive of this list is at: http://search.smithmicro.com/ >>>> >>>> >>>> >>> >> > ============================================================================ >>>> This message is intended only for the use of the Addressee(s) and may >>>> contain information that is PRIVILEGED and CONFIDENTIAL. If you are not >>>> the intended recipient, dissemination of this communication is >> prohibited. >>>> If you have received this communication in error, please erase all > copies >>>> of the message and its attachments and notify > postmaster@verticalnet.com >>>> immediately. >>>> >>> >> > ============================================================================ >>>> >>> >>> >>> ------------------------------------------------------------- >>> This message is sent to you because you are subscribed to >>> the mailing list . >>> To unsubscribe, E-mail to: >>> To switch to the DIGEST mode, E-mail to >>> >>> Web Archive of this list is at: http://search.smithmicro.com/ >> >> >> ------------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> To switch to the DIGEST mode, E-mail to >> >> Web Archive of this list is at: http://search.smithmicro.com/ >> >> >> > ============================================================================ >> This message is intended only for the use of the Addressee(s) and may >> contain information that is PRIVILEGED and CONFIDENTIAL. If you are not >> the intended recipient, dissemination of this communication is prohibited. >> If you have received this communication in error, please erase all copies >> of the message and its attachments and notify postmaster@verticalnet.com >> immediately. >> > ============================================================================ >> > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > > Web Archive of this list is at: http://search.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/ Ken MacMurchy

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Setting up shop (1997) [WebDNA] Upgrade pricing (2008) [WebDNA] [OT] - One Man. One Road. (2010) Inventory Adjustment (2000) unable to launch acgi in WebCat (1997) The List is Changing (1997) Showif = stumped? (2001) problems with 2 tags shakur (1997) Security for malls with different webmasters (1998) [SHOWNEXT] Examples (1997) RE: Deafness (1998) flushdatabases (2000) upgrading (1997) Founditems (1998) authorize net (2001) [Way OT] Workstation Security (2002) Execute Applescript (1997) There is a bug in 3.0.1 mac plug-in (1998) RE: IIS4b2 and WebCatalog b19 (1997) emailer truncates last letter! (1997)