response page for http request
-
:confused:hi i want to make http Request to a webpage that will take a values of sent query string values and insert them into a SQL DB, ok i did it but i want to know the way of just displaying a response to a client to and display ok on the replied web page, i dont want to add a label and then display OK txt inside its text. i want to make the user see just only OK work when he right click on the response page and selct view source, just ok word and no any thing else,:mad:
Thanks alot Hamody
-
:confused:hi i want to make http Request to a webpage that will take a values of sent query string values and insert them into a SQL DB, ok i did it but i want to know the way of just displaying a response to a client to and display ok on the replied web page, i dont want to add a label and then display OK txt inside its text. i want to make the user see just only OK work when he right click on the response page and selct view source, just ok word and no any thing else,:mad:
Thanks alot Hamody
Mohammad Daba`an wrote:
want to make the user see just only OK work when he right click on the response page and selct view source
You can create a empty page with the text OK and when your process completes redirect the page to this empty page.
printf("Navaneeth!!") www.w3hearts.com
-
Mohammad Daba`an wrote:
want to make the user see just only OK work when he right click on the response page and selct view source
You can create a empty page with the text OK and when your process completes redirect the page to this empty page.
printf("Navaneeth!!") www.w3hearts.com
thanks a lot for ur idea but have u an idea on working with hhtpresponse and httprequest, have u an example on this
Thanks alot Hamody