daa79082619472aa8f059d6de6ea71d0 Hi Guys !!
I have been facing a problem.I want to concat my text with URL.

URL is - http://services.cept.gov.in/RNetTracking/Track.aspx?RNetNo=

My text in textbox is like this - RG123456789IN

I want my user enter text in textbox,press button and following URL must be rendered
http://services.cept.gov.in/RNetTracking/Track.aspx?RNetNo=RG123456789IN

I finally build above codes,badluck,did not work.Any suggestions ? corrections in code ? pls

help.

You are sending the entire object to your function. Either only send the value stored in the element, or retrieve the value of the element in the function.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.