Re: a little OT
This WebDNA talk-list message is from 2001
It keeps the original formatting.
numero = 40126
interpreted = N
texte = I don't think your preload function is working, I just went to your websiteand every time I mouse over those buttons, it keeps requesting the .giffile, instead of instantly changing it.-----Original Message-----From: Ken MacMurchy [mailto:ken.macmurchy@leader-post.sk.ca]Sent: Thursday, November 15, 2001 3:24 PMTo: WebDNA-Talk@talk.smithmicro.comSubject: Re: a little OTSilly me, the original was called: obitgutfoot_01 then all I did was add(obitgutfoot_01[index]) [index] to the end and it worked. Before I had done(obitgutfoot_[index]) leaving out 01, which was wrong. Thanks again for yourhelp it's all good now even with the ImageReady script and the preload.Ken> From: Ken MacMurchy
> Reply-To: (WebCatalog Talk)> Date: Thu, 15 Nov 2001 13:42:54 -0800> To: (WebCatalog Talk)> Subject: Re: a little OT> > I'll give it a go, and yes I'm not a javascript expert, that's why the> Imageready generated script. Thanks again for your help and I'll let you> know how it goes.> Ken> >> 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 thefollowing>> 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 inorder>>> 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 arenot>>>>> 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 isprohibited.>>> If you have received this communication in error, please erase allcopies>>> 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 sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail toWeb 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:
I don't think your preload function is working, I just went to your websiteand every time I mouse over those buttons, it keeps requesting the .giffile, instead of instantly changing it.-----Original Message-----From: Ken MacMurchy [mailto:ken.macmurchy@leader-post.sk.ca]Sent: Thursday, November 15, 2001 3:24 PMTo: WebDNA-Talk@talk.smithmicro.comSubject: Re: a little OTSilly me, the original was called: obitgutfoot_01 then all I did was add(obitgutfoot_01[index]) [index] to the end and it worked. Before I had done(obitgutfoot_[index]) leaving out 01, which was wrong. Thanks again for yourhelp it's all good now even with the ImageReady script and the preload.Ken> From: Ken MacMurchy > Reply-To: (WebCatalog Talk)> Date: Thu, 15 Nov 2001 13:42:54 -0800> To: (WebCatalog Talk)> Subject: Re: a little OT> > I'll give it a go, and yes I'm not a javascript expert, that's why the> Imageready generated script. Thanks again for your help and I'll let you> know how it goes.> Ken> >> 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 thefollowing>> 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 inorder>>> 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 arenot>>>>> 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 isprohibited.>>> If you have received this communication in error, please erase allcopies>>> 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 sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail toWeb 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/
Pedro Rivera
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:
List Archives (2000)
bug in [SendMail] (1997)
RE: Writefile outside WebSTAR hierarchy? (1997)
& not allowed in db by definition? (1999)
MacActivity and PCS (1997)
Dark Horse Comics success story (1997)
Checking for @ sign (2006)
Auto Submit (2000)
Can't add a field (1998)
Can this be done? (1997)
fixed date problem (1997)
Moment of Thanks (1997)
Math with Time (1997)
Show if time tags (1997)
Can't get appendfile to work (1997)
Transferring [cart] to Database (1997)
Location of Browser Info.txt file (1997)
Sorting error (1997)
Affiliate Marketing Question #2 (1998)
Omnihttpd server on Win98 : Who knows how to configure it? (1999)