Click to See Complete Forum and Search --> : How to retreive a textbox value using vbscript client side code without using javas


pra123
11-21-2005, 01:01 AM
My Problem is :

1) I will click on a link, then an value(either company summary or table of contents) will be passed to a textbox.
2)If the value passed is 'table of contents', then an hyperlink 'preview table of contents' should get displayed in same asp page without form reload or form submit.
3)If the value passed is company summary, then an hyperlink 'preview table of contents' should NOT get displayed.
4)I want this to be done without form submit or javacript.
So how to do this.


I want this to be done in present asp page only without form submit.

regards

redfox
11-21-2005, 02:29 AM
well in my experience in asp.net, everytime you push abutton the page do refresh, thats why you use javascript to do those tricks which asp cannot, javascript is used to support all those short comings of scripting languages, if anyone would like to prove me wrong please do so, share your knowledge if what pra123 is possible