•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the ASP section within the Web Development category of DaniWeb, a massive community of 391,548 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,541 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our ASP advertiser: Lunarpages ASP Web Hosting
Views: 2871 | Replies: 1
![]() |
•
•
Join Date: Jun 2006
Posts: 10
Reputation:
Rep Power: 3
Solved Threads: 0
hi everyone. some dynamic websites use the Encoding link like
http://www.blogsky.com/login.bs?rnd=...iD4AmE3iSykH64
and the value for "rnd" in link above is automatically generated....
i wanna know how i can do that in ASP and what values can i pass via that encoded value to Server
i tried Server.URLEncode("something values") but that doesn't do.
any help or hint is appreciated
http://www.blogsky.com/login.bs?rnd=...iD4AmE3iSykH64
and the value for "rnd" in link above is automatically generated....
i wanna know how i can do that in ASP and what values can i pass via that encoded value to Server
i tried Server.URLEncode("something values") but that doesn't do.
any help or hint is appreciated
•
•
Join Date: Sep 2004
Location: Plymouth, UK
Posts: 79
Reputation:
Rep Power: 4
Solved Threads: 1
Hello,
You can use HASH Encoding to generate the random HEX values from any string of data in ASP. You can find lot of source code regarding Encoding in ASP and you can use any of them to generate the random values.
Here are some of the encoding soure code.
http://authors.aspalliance.com/brett...ingWithASP.asp
http://www.example-code.com/asp/encoding.asp
You can use HASH Encoding to generate the random HEX values from any string of data in ASP. You can find lot of source code regarding Encoding in ASP and you can use any of them to generate the random values.
Here are some of the encoding soure code.
http://authors.aspalliance.com/brett...ingWithASP.asp
http://www.example-code.com/asp/encoding.asp
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb ASP Marketplace
- Encoding declaration warning (Python)
- Need a VB code for BARCODE printing (Visual Basic 4 / 5 / 6)
- Extract strings from HTML with Asian encoding (Python)
- JavaScript's window.opener (JavaScript / DHTML / AJAX)
- URL Changes!! (Web Browsers)
- IE URL Suffix (Web Browsers)
- can't get CPU to do 100% load in XP (Windows NT / 2000 / XP / 2003)
- url redirects to yahoo.com (Windows NT / 2000 / XP / 2003)
Other Threads in the ASP Forum
- Previous Thread: Problem: Limiting entries into db
- Next Thread: Challenging Problem in PASSing Data to Server, Plz Help


Linear Mode