Re: browser handling of &

2006-12-30 Thread Dennis Sinelnikov
doh! Jesse, you rock! Jesse Kuhnert wrote: window.location='raw="true" />'; On 12/30/06, Dennis Sinelnikov <[EMAIL PROTECTED]> wrote: Hey guys, I hope this is an easy fix that someone already stumbled upon already... I keep getting & appeared in the browser address bar, instead of & html co

Re: browser handling of &

2006-12-30 Thread Jesse Kuhnert
window.location=''; On 12/30/06, Dennis Sinelnikov <[EMAIL PROTECTED]> wrote: Hey guys, I hope this is an easy fix that someone already stumbled upon already... I keep getting & appeared in the browser address bar, instead of & html code: function serviceLink() { win

browser handling of &

2006-12-30 Thread Dennis Sinelnikov
Hey guys, I hope this is an easy fix that someone already stumbled upon already... I keep getting & appeared in the browser address bar, instead of & html code: function serviceLink() { window.location=''; } jav