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

 

calling DRW asp w/query string

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

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

All Forums >> Web Development >> General Web Development >> calling DRW asp w/query string
Page: [1]
 
junhow

 

Posts: 108
Joined: 12/18/2001
From: MS USA
Status: offline

 
calling DRW asp w/query string - 2/4/2002 16:04:21   
I have a DRW that includes a person's name, e.g. "Smith, John". I've made this column a hyperlink to an asp that will include the person's name.
The problem I'm having is that the blank is removed from the person's name when submitted to the asp.

When I hover over the hyperlink it shows as staffSearch.asp?SearchString=Smith+John

My code is ../../OPD/staffSearch.asp?SearchString=<%=FP_FieldURL(fp_rs,"Person Responsible")%>

Any suggestions on how to prevent from losing the blank space?



Edited by - junhow on 02/04/2002 16:07:45
rdouglass

 

Posts: 9280
From: Biddeford, ME USA
Status: offline

 
RE: calling DRW asp w/query string - 2/4/2002 16:29:43   
maybe something like:

../../OPD/staffSearch.asp?SearchString=<%=replace(FP_FieldURL(fp_rs,"Person Responsible")" ","%20")%>

or

../../OPD/staffSearch.asp?SearchString=<%=FP_FieldHTML(fp_rs,"Person Responsible")%>

Sorry, can't remember which one - I'm shooting from memory at the moment...

 

(in reply to junhow)
Page:   [1]

All Forums >> Web Development >> General Web Development >> calling DRW asp w/query string
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