devxlogo

Gather Both Server-side and Client-side Info into a URL

Gather Both Server-side and Client-side Info into a URL

Sometimes you want to build a link URL which contains both server side and client side information. For instance, in your asp code you want to build this link:

 Delete this record


“UserID” value and “UserPassword” values are user authentication information the user enters at client side before s/he clicks this link. While you can retrieve RecordID from a database by server-side, you have no way get user authentication information here. Here’s one way to solve this problem:

First, the user authentication form:

 


Then, the JavaScript function:

 


When you build the link again, suppose you have retrieved “RecordID” value from the database and saved it to a variable “valRecordID”.

 Delete this record

See also  Why ChatGPT Is So Important Today
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist