thnx very much,
you have resolve my problem i have post it in 14 way in this forum but you have do it in good way.
Once you post a thread in the forum, you wont be able to get a answer shortly.You have to wait sometimes until another member comes to the thread.
how to get from two textboxes and when you will click the link will be exceute in the same page
Better if you can further explain it. The most suited way for this,you can post the coding that you made so far here in the forum.
Are you looking for something like this.
for the Onclick event of button you can pass both the text box values like this.
- func_call(fieldOne.value,fieldTwo.value)
-
then from your js function you have to accept two parameters.
- function func_call(linkStr_1,linkStr_2)
-
{
-
-
}
link will be exceute in the same page
I am waiting for your further details about this.