OutFront Forums
     Home    Register     Search      Help      Login    

Follow Us
On Facebook
On Twitter
RSS
Via Email

Recent Posts
Todays Posts
Most Active posts
Posts since last visit
My Recent Posts
Mark posts read

Sponsors
Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.
Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.
Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

 

Lost My Space On ASP Return

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP, PHP, and Database >> Lost My Space On ASP Return
Page: [1]
 
Mav44

 

Posts: 197
Joined: 6/25/2006
Status: offline

 
Lost My Space On ASP Return - 6/22/2009 19:15:24   
I have used the following code for years and never had a problem and then this week I notice the space between the state and zip is gone. What used to return "CA 92120" now reurns "CA90120". I have tried several changes but no luck. Is there an insert I can put between to get a space or a change to the FP callout?


<%=FP_FieldVal(fp_rs,"state")%> <%=FP_FieldVal(fp_rs,"zip")%>

< Message edited by Mav44 -- 6/22/2009 20:02:30 >
Mav44

 

Posts: 197
Joined: 6/25/2006
Status: offline

 
RE: Lost My Space On ASP Return - 6/22/2009 20:01:59   
From looking around it looks like my answer is to add "nbsp;" with an & sign in front of the N.

<%=FP_FieldVal(fp_rs,"state")%>nbsp;<%=FP_FieldVal(fp_rs,"zip")%>


I would still love it if one of the gurus on this site would confirm that this is the best solution?

Thanks and the site has a nice new look!!!

Mav44

< Message edited by Mav44 -- 6/22/2009 20:07:49 >

(in reply to Mav44)
ou812

 

Posts: 1705
Joined: 1/5/2002
From: San Diego
Status: offline

 
RE: Lost My Space On ASP Return - 6/22/2009 23:18:27   
Not a guru, but I would do it that way as well.

_____________________________

-brian

Black Holes suck.

EnterpriseDB: Enterprise-class relational database management system
PostgreSQL: The world's most advanced open source database

(in reply to Mav44)
Mav44

 

Posts: 197
Joined: 6/25/2006
Status: offline

 
RE: Lost My Space On ASP Return - 6/23/2009 1:09:50   
Thanks Brian!

Also your sidebar states you are a Supreme Overlord, I think that out ranks a guru :)

(in reply to ou812)
Page:   [1]

All Forums >> Web Development >> ASP, PHP, and Database >> Lost My Space On ASP Return
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts