Click to See Complete Forum and Search --> : Specifying HTML variables in the URL


aj_nsc
12-25-2005, 04:09 PM
Easy way to specify document variables for a form on a HTML page is with &var1=this&var2=that in the URL, but what if one of the variables contains an &? Anyway to alter this character so it isn't read as the start of a new variale and it is read as an actual &?

felgall
12-25-2005, 04:16 PM
Replace the & with %26