navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
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

Search Forums
 

Advanced search
Recent Posts

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

Microsoft MVP

 

Modify FP2003 Delete page 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 >> ASP and Database >> Modify FP2003 Delete page string
Page: [1]
 
freeman24147

 

Posts: 8
Joined: 1/25/2008
Status: offline

 
Modify FP2003 Delete page string - 1/27/2008 6:46:12   
I'm trying to modify the FP2003 delete function to pass one extra value in its hyperlink string. The normal hyperlink from the editor/List.asp to the editor/Delete.asp page looks like this:
sRedirect = "delete.asp?FP_Num_Items=" & nCount & fp_sMyQry

But I want to pass the additional proj=1001 value, so I modified the code to look like this:

sRedirect = "delete.asp?proj=" & Request.QueryString("Proj_ID") & "FP_Num_Items=" & nCount & fp_sMyQry

But no data is passing through. I also tried this:

sRedirect = "delete.asp?proj=" & (Request.QueryString("Proj_ID")) & "FP_Num_Items=" & nCount & fp_sMyQry

but I just get a type mismatch. I'm using the base delete form generated be FP2003. I've made no other changes than this. What am I missing?
Spooky

 

Posts: 26597
Joined: 11/11/1998
From: Middle Earth
Status: offline

 
RE: Modify FP2003 Delete page string - 1/29/2008 17:19:57   
sRedirect = "delete.asp?proj=" & Request.QueryString("Proj_ID") & "&FP_Num_Items=" & nCount & fp_sMyQry

Try it this way? the important part is the "&"

_____________________________

If you arent part of the solution, then there is good money to be made prolonging the problem

§þ:)


(in reply to freeman24147)
Page:   [1]

All Forums >> Web Development >> ASP and Database >> Modify FP2003 Delete page 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