Re: Need some Java Script Code

This WebDNA talk-list message is from

2003


It keeps the original formatting.
numero = 48905
interpreted = N
texte = It only works when it's a pop-up page since it makes reference to the opener window. What exactly are you trying to do besides closing the pop-up window and going to a different link on the opener page?Pedro Rivera Webmaster - Programmer www.pssl.com pedror@pssl.com 714-891-3990 Ext. 8174 11070 Valley View St. Cypress CA. 90630 -----Original Message----- From: Jeff Logan [mailto:jefftalk@insideout.com] Sent: Wednesday, March 26, 2003 9:41 AM To: WebDNA-Talk@talk.smithmicro.com Subject: Re: Need some Java Script Code Does this code work on any page or just a pop up page? I can not get it to work independently.Jeff Logan >This should do it: >onclick=javascript:window.opener.location='/yourpage.tpl'; >window.close()>Close window and take me to a new link. > >This goes on your pop-up window. > >I use it here: > >http://www.pssl.com/signin.tpl >Then click on What is this? and once the window pops open click on create >one. It works like a charm. >Pedro Rivera >Webmaster - Programmer >www.pssl.com >pedror@pssl.com >714-891-3990 Ext. 8174 >11070 Valley View St. >Cypress CA. 90630 > >-----Original Message----- >From: Jeff Logan [mailto:jefftalk@insideout.com] >Sent: Wednesday, March 26, 2003 9:07 AM >To: WebDNA-Talk@talk.smithmicro.com >Subject: Re: Need some Java Script Code > >See my example needs here: > >http://www.darbyfield.com > >I wish to close the pop up window, when I click on one the links and >go to that page. > >Let me know what you think. > >Jeff Logan > >>Jeff, >> >>How can you go anywhere if you close the window? Do you mean that >>you have 2 windows open currently and that you'd like to close one >>window and redirect the other window to some URL with a single click? >> >>-Dan >>------------------------------------------------------------ >>http://www.StrongGraphicDesign.com >>(208) 319-0137 | Toll-free p/f 877-561-1656 >>------------------------------------------------------------ >> >>On Wed, 26 Mar 2003 08:37:39 -0800 >> Jeff Logan wrote: >>>Yes something like this, but what you have below does not work for me. >>> >>>Jeff Logan >>> >>> >>>>Jeff Logan wrote: >>>> >>>>>Does anyone have some Java script to share which will close a >>>>>window, but will then take the visitor to another page? >>> >>>>> >>>>>This code will only close the window, how can I also have it link >>>>>to a site. >>>>> >>>>>Close Window and go to Yahoo.com >>>>> >>>>>Thanks in advance, >>>>>Jeff Logan >>>> >>>>Something like: >>>>>>>'http://www.yahoo.com';window.close();>Close Window and go to >>>>Yahoo.com >>>> >>>>Donovan >>> >>>Personal service is #1 priority to us. >>> >>>------------------------------------------------ >>>InsideOut Marketing and Web Solutions >>>Web, Marketing and Print Design >>>Toll Free: 1-800-500-8401 >>>Phone: 360.683.5774 Fax: 360.683.5857 >>>Email: mailto:jeff@insideout.com >>>229 South Sequim Ave, Sequim, WA 98382 >>>http://www.insideout.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://webdna.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://webdna.smithmicro.com/ > >Personal service is #1 priority to us. > >------------------------------------------------ >InsideOut Marketing and Web Solutions >Web, Marketing and Print Design >Toll Free: 1-800-500-8401 >Phone: 360.683.5774 Fax: 360.683.5857 >Email: mailto:jeff@insideout.com >229 South Sequim Ave, Sequim, WA 98382 >http://www.insideout.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://webdna.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://webdna.smithmicro.com/ Personal service is #1 priority to us.------------------------------------------------ InsideOut Marketing and Web Solutions Web, Marketing and Print Design Toll Free: 1-800-500-8401 Phone: 360.683.5774 Fax: 360.683.5857 Email: mailto:jeff@insideout.com 229 South Sequim Ave, Sequim, WA 98382 http://www.insideout.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://webdna.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://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: Need some Java Script Code (Jeff Logan 2003)
  2. Re: Need some Java Script Code (Dan Strong 2003)
  3. Re: Need some Java Script Code (Sal D'anna 2003)
  4. Re: Need some Java Script Code (Jeff Logan 2003)
  5. Re: Need some Java Script Code (Pedro Rivera 2003)
  6. Re: Need some Java Script Code (Jeff Logan 2003)
  7. Re: Need some Java Script Code (Rob Marquardt 2003)
  8. Re: Need some Java Script Code (Pedro Rivera 2003)
  9. Re: Need some Java Script Code (Jeff Logan 2003)
  10. Re: Need some Java Script Code (Jeff Logan 2003)
  11. Re: Need some Java Script Code (Dan Strong 2003)
  12. Re: Need some Java Script Code (Jeff Logan 2003)
  13. Re: Need some Java Script Code (Donovan 2003)
  14. Need some Java Script Code (Jeff Logan 2003)
It only works when it's a pop-up page since it makes reference to the opener window. What exactly are you trying to do besides closing the pop-up window and going to a different link on the opener page?Pedro Rivera Webmaster - Programmer www.pssl.com pedror@pssl.com 714-891-3990 Ext. 8174 11070 Valley View St. Cypress CA. 90630 -----Original Message----- From: Jeff Logan [mailto:jefftalk@insideout.com] Sent: Wednesday, March 26, 2003 9:41 AM To: WebDNA-Talk@talk.smithmicro.com Subject: Re: Need some Java Script Code Does this code work on any page or just a pop up page? I can not get it to work independently.Jeff Logan >This should do it: >onclick=javascript:window.opener.location='/yourpage.tpl'; >window.close()>Close window and take me to a new link. > >This goes on your pop-up window. > >I use it here: > >http://www.pssl.com/signin.tpl >Then click on What is this? and once the window pops open click on create >one. It works like a charm. >Pedro Rivera >Webmaster - Programmer >www.pssl.com >pedror@pssl.com >714-891-3990 Ext. 8174 >11070 Valley View St. >Cypress CA. 90630 > >-----Original Message----- >From: Jeff Logan [mailto:jefftalk@insideout.com] >Sent: Wednesday, March 26, 2003 9:07 AM >To: WebDNA-Talk@talk.smithmicro.com >Subject: Re: Need some Java Script Code > >See my example needs here: > >http://www.darbyfield.com > >I wish to close the pop up window, when I click on one the links and >go to that page. > >Let me know what you think. > >Jeff Logan > >>Jeff, >> >>How can you go anywhere if you close the window? Do you mean that >>you have 2 windows open currently and that you'd like to close one >>window and redirect the other window to some URL with a single click? >> >>-Dan >>------------------------------------------------------------ >>http://www.StrongGraphicDesign.com >>(208) 319-0137 | Toll-free p/f 877-561-1656 >>------------------------------------------------------------ >> >>On Wed, 26 Mar 2003 08:37:39 -0800 >> Jeff Logan wrote: >>>Yes something like this, but what you have below does not work for me. >>> >>>Jeff Logan >>> >>> >>>>Jeff Logan wrote: >>>> >>>>>Does anyone have some Java script to share which will close a >>>>>window, but will then take the visitor to another page? >>> >>>>> >>>>>This code will only close the window, how can I also have it link >>>>>to a site. >>>>> >>>>>Close Window and go to Yahoo.com >>>>> >>>>>Thanks in advance, >>>>>Jeff Logan >>>> >>>>Something like: >>>>>>>'http://www.yahoo.com';window.close();>Close Window and go to >>>>Yahoo.com >>>> >>>>Donovan >>> >>>Personal service is #1 priority to us. >>> >>>------------------------------------------------ >>>InsideOut Marketing and Web Solutions >>>Web, Marketing and Print Design >>>Toll Free: 1-800-500-8401 >>>Phone: 360.683.5774 Fax: 360.683.5857 >>>Email: mailto:jeff@insideout.com >>>229 South Sequim Ave, Sequim, WA 98382 >>>http://www.insideout.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://webdna.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://webdna.smithmicro.com/ > >Personal service is #1 priority to us. > >------------------------------------------------ >InsideOut Marketing and Web Solutions >Web, Marketing and Print Design >Toll Free: 1-800-500-8401 >Phone: 360.683.5774 Fax: 360.683.5857 >Email: mailto:jeff@insideout.com >229 South Sequim Ave, Sequim, WA 98382 >http://www.insideout.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://webdna.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://webdna.smithmicro.com/ Personal service is #1 priority to us.------------------------------------------------ InsideOut Marketing and Web Solutions Web, Marketing and Print Design Toll Free: 1-800-500-8401 Phone: 360.683.5774 Fax: 360.683.5857 Email: mailto:jeff@insideout.com 229 South Sequim Ave, Sequim, WA 98382 http://www.insideout.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://webdna.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://webdna.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:

acrobat -> wc (1998) WebCatalog and Filemaker (1996) Problem (1997) server 2003 weirdness (2004) WebCat and Flash (2000) webdelivery.html and webna (1997) Webcat2, WebCommerce, Mod 10 etc. (1997) Enhancement Request for WebCatalog-NT (1996) [ot] html question (2000) Where is f2? (1997) WC2b15 - [HTMLx]...[/HTMLx] problems (1997) [WebDNA] My SQL will not Connect (2020) Running 2 two WebCatalog.acgi's (1996) Download URL & access on the fly ? (1997) Trigger to restart Webcat Service (2001) Re:Change WebDNA-Talk Mail due to no digest for 1wk (1997) WebCatalog can't find database (1997) WebCat2b13MacPlugIn - More limits on [include] (1997) Trouble with formula.db (1997) hideifs using [date] (1999)