LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (July 2003, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 31 Jul 2003 10:59:57 -0400
Reply-To:     Don Henderson <donaldjhenderson@HOTMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Don Henderson <donaldjhenderson@HOTMAIL.COM>
Subject:      Re: &Region in macro does not resolve correctly...
Content-Type: text/plain; charset="iso-8859-1"

From a birdie @ SAS:

The problem is caused by a bug in some versions of IE (think NN is OK). What is happening is that he has an IntrNet application with a form field named REGION. When the form is submitted, take a look at the URL (assuming this is GET) and you will see something like "(r)ION=some-value" in URL.

The workaround is to change the name of the form field to something that does not begin with the string "REG".

An alternative might be to see if this is only happening for older browsers and suggest that the users upgrade to a newer version (if that is an option).

HTH, -don h

----- Original Message ----- From: "Rey" <j-santos@TAMU.EDU> Newsgroups: bit.listserv.sas-l To: <SAS-L@LISTSERV.UGA.EDU> Sent: Thursday, July 31, 2003 10:05 AM Subject: Re: &Region in macro does not resolve correctly...

> Hi: > I am really not surprise to see that AFTER hitting the send button > the "&Reg" part of the "Region" in my message was already interpreted by > the browser as the "Registered" symbol. That's how it appeared in my > output. Just pretend you are reading the "and" symbol plus the "Region" > word. > > Thanks. > Rey >


Back to: Top of message | Previous page | Main SAS-L page