Ask a Question related to ASP Database, Design and Development.
-
John Berman #1
Cant display a value that contains a + Sign
Hi
Im pulling out of my dbase a record nuber however when I response.write it I
get strange results:
Ie:
r = RS1("recid")
response.write r
and I get: A9G1KZM(+
the real value is: A9G1KZM(+<WUY3I
When I view the html source i actually see A9G1KZM(+<WUY3I but when viewed I
see A9G1KZM(+
Pointers appreciated.
Regards
John Berman
john_
John Berman Guest
-
No + (plus sign)
I am not new to web design in general however i am trying new skills for cold fusion. i have completed the first tutorial that comes with coldfusion... -
Multiple DB Columns display in <cfselect display>
*disclaimer* -- I'm a CF n00b. Hello all, -
Sign In/Sign Out like macromedia page
I would like to add a sign in link that after you are signed in changes to sign out like on the top of the macromedia site. If anyone can help with... -
minus sign proportion to + sign in bold
Does anyone know how to make a minus sign that is proportional to a plus sign (+) in bold in Freehand? -
LG 700S monitor display does not work for 1024x768 display
Hello, I have a LG 700S 17 inch monitor which does not work for the display setting of 1024X768 in Red Hat Linux 8.0. Has anyone of you having... -
Bob Barrows #2
Re: Cant display a value that contains a + Sign
John Berman wrote:
Use> Hi
>
> Im pulling out of my dbase a record nuber however when I
> response.write it I get strange results:
>
> Ie:
>
> r = RS1("recid")
> response.write r
>
> and I get: A9G1KZM(+
>
> the real value is: A9G1KZM(+<WUY3I
>
> When I view the html source i actually see A9G1KZM(+<WUY3I but when
> viewed I see A9G1KZM(+
>
> Pointers appreciated.
>
> Regards
> John Berman
> john_
response.write server.htmlendcode(r)
Bob Barrows
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Bob Barrows Guest
-
John Berman #3
Re: Cant display a value that contains a + Sign
Thanks, my server does not suport that object. But I assume its just a
display issue ?
Regards
John Berman
"Bob Barrows" <reb01501@NOyahoo.SPAMcom> wrote in message
news:upgdkEf$DHA.684@tk2msftngp13.phx.gbl...> John Berman wrote:>> > Hi
> >
> > Im pulling out of my dbase a record nuber however when I
> > response.write it I get strange results:
> >
> > Ie:
> >
> > r = RS1("recid")
> > response.write r
> >
> > and I get: A9G1KZM(+
> >
> > the real value is: A9G1KZM(+<WUY3I
> >
> > When I view the html source i actually see A9G1KZM(+<WUY3I but when
> > viewed I see A9G1KZM(+
> >
> > Pointers appreciated.
> >
> > Regards
> > John Berman
> > john_
> Use
> response.write server.htmlendcode(r)
>
> Bob Barrows
>
>
> --
> Microsoft MVP - ASP/ASP.NET
> Please reply to the newsgroup. This email account is my spam trap so I
> don't check it very often. If you must reply off-line, then remove the
> "NO SPAM"
>
>
John Berman Guest
-
Bob Barrows #4
Re: Cant display a value that contains a + Sign
John Berman wrote:
It was a typo.> Thanks, my server does not suport that object. But I assume its just a
> display issue ?
>
server.htmlencode(r)
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Bob Barrows Guest
-
Roland Hall #5
Re: Cant display a value that contains a + Sign
"Bob Barrows" wrote:
: John Berman wrote:
: > Thanks, my server does not suport that object. But I assume its just a
: > display issue ?
: >
: It was a typo.
: server.htmlencode(r)
Isn't server.htmlendcode the closing tag for server.htmlstartcode? (O:=
Roland Hall Guest



Reply With Quote

