Re: [WebDNA] Variable truncating when using javascript openwindow

This WebDNA talk-list message is from

2011


It keeps the original formatting.
numero = 107474
interpreted = N
texte = This is a multi-part message in MIME format. --------------090100070003000301090208 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi Govinda, Thanks for your reply. No, I haven't solved it. For now, I am using the 'test3' example/hack I listed below. Let me know if you test and what results you get. I don't think it is anything in the landing page as using the text link and the hack both display correctly on the landing page. Thanks, Steve Govinda wrote: > Steve, > > that seems odd to me too. > I was about to set up and test here.. but thought I better ask first if you already solved it? > You could escape with the right JS escaping function.. but use of the one [url] wrapper should have solved it, so I thought. (?) > > -Govinda > > > On 2011-10-13, at 12:09 PM, Steve Raslevich -Northern Sound& Light wrote: > > >> Hi, >> >> I am having an issue passing a text variable that includes an ampersand within it when using a javascript openwindow. >> >> Example: >> Text in var2 is: One& Two >> >> This doesn't work: >> test1 >> >> I't seems to be sending the variable as the full text "One& Two" appears in the address bar of the newpage.dna that opened in a new window. However, var2 only displays "One" and truncates the ampersand and "Two" when displaying on the page. >> >> >> This however does works going to same page: >> test2 >> >> I can hack it to work by doing the following: >> >> [text]vartemp=[url][var2][/url][/text] >> > "javascript:videoPopup('newpage.dna?_var1=[var1]&_var2=[url][vartemp][/url]');" >> >>> test3 >>> >> Anyone else run into this or have any ideas? >> >> Thanks, >> Steve >> >> >> --------------090100070003000301090208 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi Govinda,

Thanks for your reply. No, I haven't solved it. For now, I am using the 'test3' example/hack I listed below. Let me know if you test and what results you get. I don't think it is anything in the landing page as using the text link and the hack both display correctly on the landing page.

Thanks,
Steve

Govinda wrote:
Steve,that seems odd to me too.I was about to set up and test here.. but thought I better ask first if you already solved it?You could escape with the right JS escaping function.. but use of the one [url] wrapper should have solved it, so I thought.  (?)-GovindaOn 2011-10-13, at 12:09 PM, Steve Raslevich -Northern Sound & Light wrote:  
Hi,I am having an issue passing a text variable that includes an ampersand within it when using a javascript openwindow.Example:Text in var2 is: One & TwoThis doesn't work:<a href="javascript:WindowPopup('newpage.dna?_var1=[var1]&_var2=[url][var2][/url]')">test1</a>I't seems to be sending the variable as the full text "One & Two" appears in the address bar of the newpage.dna that opened in a new window. However, var2 only displays "One" and truncates the ampersand and "Two" when displaying on the page.  This however does works going to same page:<a href="newpage.dna?_var1=[var1]&_var2=[url][var2][/url]">test2</a>I can hack it to work by doing the following:[text]vartemp=[url][var2][/url][/text]<a href="javascript:videoPopup('newpage.dna?_var1=[var1]&_var2=[url][vartemp][/url]');"    
test3</a>      
Anyone else run into this or have any ideas?Thanks,Steve    

--------------090100070003000301090208-- Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Variable truncating when using javascript openwindow (Steve Raslevich 2011)
  2. Re: [WebDNA] Variable truncating when using javascript openwindow (Govinda 2011)
  3. Re: [WebDNA] Variable truncating when using javascript openwindow (aaronmichaelmusic@gmail.com 2011)
  4. Re: [WebDNA] Variable truncating when using javascript openwindow (Grant Hulbert 2011)
  5. Re: [WebDNA] Variable truncating when using javascript openwindow (Govinda 2011)
  6. Re: [WebDNA] Variable truncating when using javascript openwindow (Grant Hulbert 2011)
  7. Re: [WebDNA] Variable truncating when using javascript openwindow (Steve Raslevich 2011)
  8. Re: [WebDNA] Variable truncating when using javascript openwindow (Govinda 2011)
  9. [WebDNA] Variable truncating when using javascript openwindow (Steve Raslevich -Northern Sound 2011)
This is a multi-part message in MIME format. --------------090100070003000301090208 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi Govinda, Thanks for your reply. No, I haven't solved it. For now, I am using the 'test3' example/hack I listed below. Let me know if you test and what results you get. I don't think it is anything in the landing page as using the text link and the hack both display correctly on the landing page. Thanks, Steve Govinda wrote: > Steve, > > that seems odd to me too. > I was about to set up and test here.. but thought I better ask first if you already solved it? > You could escape with the right JS escaping function.. but use of the one [url] wrapper should have solved it, so I thought. (?) > > -Govinda > > > On 2011-10-13, at 12:09 PM, Steve Raslevich -Northern Sound& Light wrote: > > >> Hi, >> >> I am having an issue passing a text variable that includes an ampersand within it when using a javascript openwindow. >> >> Example: >> Text in var2 is: One& Two >> >> This doesn't work: >> [url][var2][/url]')">test1 >> >> I't seems to be sending the variable as the full text "One& Two" appears in the address bar of the newpage.dna that opened in a new window. However, var2 only displays "One" and truncates the ampersand and "Two" when displaying on the page. >> >> >> This however does works going to same page: >> [url][var2][/url]">test2 >> >> I can hack it to work by doing the following: >> >> [text]vartemp=[url][var2][/url][/text] >> > "javascript:videoPopup('newpage.dna?_var1=[var1]&_var2=[url][vartemp][/url]');" >> >>> test3 >>> >> Anyone else run into this or have any ideas? >> >> Thanks, >> Steve >> >> >> --------------090100070003000301090208 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi Govinda,

Thanks for your reply. No, I haven't solved it. For now, I am using the 'test3' example/hack I listed below. Let me know if you test and what results you get. I don't think it is anything in the landing page as using the text link and the hack both display correctly on the landing page.

Thanks,
Steve

Govinda wrote:
Steve,that seems odd to me too.I was about to set up and test here.. but thought I better ask first if you already solved it?You could escape with the right JS escaping function.. but use of the one [url] wrapper should have solved it, so I thought.  (?)-GovindaOn 2011-10-13, at 12:09 PM, Steve Raslevich -Northern Sound & Light wrote:  
Hi,I am having an issue passing a text variable that includes an ampersand within it when using a javascript openwindow.Example:Text in var2 is: One & TwoThis doesn't work:<a href=[url][var2][/url]')">"javascript:WindowPopup('newpage.dna?_var1=[var1]&_var2=[url][var2][/url]')">test1</a>I't seems to be sending the variable as the full text "One & Two" appears in the address bar of the newpage.dna that opened in a new window. However, var2 only displays "One" and truncates the ampersand and "Two" when displaying on the page.  This however does works going to same page:<a href="newpage.dna?_var1=[var1]&_var2=[url][var2][/url]">test2</a>I can hack it to work by doing the following:[text]vartemp=[url][var2][/url][/text]<a href=[url][vartemp][/url]');">"javascript:videoPopup('newpage.dna?_var1=[var1]&_var2=[url][vartemp][/url]');"    
test3</a>      
Anyone else run into this or have any ideas?Thanks,Steve    

--------------090100070003000301090208-- Steve Raslevich

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:

Browser Resolution (1999) Navigator 4.01 (1997) WC2b15 - [HTMLx]...[/HTMLx] problems SOLVED! (1997) I've had it! (1999) Can't Update records (1997) [quantity] - spoke too soon (1997) Sorting error (1997) [Sum] function? (1997) Subtotal Not Calculated on Invoice.html (1998) OT - SMSI complaint (2001) SEARCH Peram (2003) RePost: NAT and the CART (1999) NewCart+Search with one click ? (1997) Protect Tag and Groups (1998) Another Large Database Questions (1997) WebCatalog Help (2002) Format question WC Mac f3 (1997) Security Hole - NetCloak Update (1998) Price Not Appearing (2000) Sorting by date (1997)