CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> Archive -> GotoCode Archive

 URL String for deleting record

Print topic Send  topic

Author Message
Sean
Posted: 04/18/2002, 7:26 PM

Hi All! I have a newsletter and I'd like to put a link in the email so they can click on it and it will jump through the proper hoops to delete them from the db. in the email that goes to them I am using strEmail and strEmailID. The emailing is working fine. I'm thinking the string for them to use to unsubscribe would be something like:
"http://rainworld.com/psworkshop/updatesub.asp?FormAction=delete&EmailID="& strEmailID & " &"
but of course, this doesn't work. Anyone know how I might get this syntax correct?
Jon Westfall
Posted: 04/18/2002, 8:49 PM

Sean,

Perhaps your users would rather go to a page that says "Are you sure you want to delete" and then just hit "yes" (which of course is really "update") and save yourself some pain of the URL that does it all. However, it is probably doable the way you want to do it, all your page needs to do is see a URL parameter named "FormAction" and if its value is delete, the page just automatically updates the record using the other parameter.

ON another note, i went to your PS Workshop site - very very nice design!

Jon.
Sean
Posted: 04/18/2002, 11:10 PM

Thanks for the help and kind words Jon :) I'll mess around more with that!
Ray
Posted: 04/22/2002, 2:45 PM

Sean:

Nice page!!! Did you made the whole page with codecharge and some other editor? It was easy to maintain the code and the templates?

Cheers

Ray

   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.