-
string help
i'm very new to ASP and i am wanting to remove a word from a ver that contains a text string (i think).
ok, here is what i would like to do, but i'm not sure how, i tried to google, but i got nothing.
//All users logged in//
Application("users") =
Application("users") -
// take away user name on log out//
Request.Cookies("nick")
// Cookie with the user name of the person that is logging off//
i know how i would do it in javascript, but no idea on ASP.....
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks