|
|
| Author |
Message |
shobhit
Joined: 02 Nov 2009
Posts: 17
Location: karnataka
|
Posted: Thu Nov 05, 2009 12:09 pm Post subject: POST function in search is not working |
|
|
Hi
I tried to post some data via url but nothing happened
www.yourtoolbar.com/q=2&w=2323&shobhit
i want to post these three values to server,but nothing happened.
please tell me how should i do this thing,,may be i am doing it in wrong way |
|
| Back to top |
|
 |
Admin Site Admin
Joined: 22 Aug 2006
Posts: 1055
|
Posted: Fri Nov 06, 2009 5:33 am Post subject: |
|
|
Please, use Search command.
You will find 'Post data' option there. |
|
| Back to top |
|
 |
shobhit
Joined: 02 Nov 2009
Posts: 17
Location: karnataka
|
Posted: Fri Nov 06, 2009 5:46 am Post subject: |
|
|
yes i know about that,but it didn't worked
Please tell me how to do it,
most likey with an example |
|
| Back to top |
|
 |
emilianoconti
Joined: 20 Nov 2009
Posts: 3
|
Posted: Mon Nov 23, 2009 9:46 pm Post subject: Re: POST function in search is not working |
|
|
| shobhit wrote: | Hi
I tried to post some data via url but nothing happened
www.yourtoolbar.com/q=2&w=2323&shobhit
i want to post these three values to server,but nothing happened.
please tell me how should i do this thing,,may be i am doing it in wrong way |
i have the same problem. i define a search command with target url and post data. the System invoke my jsp but pass no data.
Do you have a solution?
Many thanks |
|
| Back to top |
|
 |
emilianoconti
Joined: 20 Nov 2009
Posts: 3
|
Posted: Mon Nov 23, 2009 9:46 pm Post subject: Re: POST function in search is not working |
|
|
| shobhit wrote: | Hi
I tried to post some data via url but nothing happened
www.yourtoolbar.com/q=2&w=2323&shobhit
i want to post these three values to server,but nothing happened.
please tell me how should i do this thing,,may be i am doing it in wrong way |
i have this kind of problem. i define a search command with target url and post data. the System invoke my jsp but pass no data.
If i save the project and close it, when i re-open, the posta data field is empty !!
the code
Target Url http://localhost:9080/MyPage.jsp
Post data rank=1&domain=www.myhost.com
Do you have a solution?
Many thanks |
|
| Back to top |
|
 |
Admin Site Admin
Joined: 22 Aug 2006
Posts: 1055
|
Posted: Tue Nov 24, 2009 10:35 am Post subject: |
|
|
Which option do you have in 'New Window' field ?
If you have 'Open search results in new window' - it won't work |
|
| Back to top |
|
 |
emilianoconti
Joined: 20 Nov 2009
Posts: 3
|
Posted: Tue Nov 24, 2009 2:04 pm Post subject: |
|
|
ok, i pass the data via get because i must open in new modal dialog.
I try, and work's fine.
many thanks |
|
| Back to top |
|
 |
uhoefer
Joined: 27 Sep 2007
Posts: 2
|
Posted: Thu Jan 14, 2010 12:00 pm Post subject: newbrowserwindow="postdata" |
|
|
I choosed "Post data in hidden mode " option in 'New Window' field.
But always Get-requests are sent .
<WEBJUMP name="searchJuris" encoding="65001" post="query=%combo&username=%user_name&password=%user_pass&psml=%Var1&javascript_active=yes" parse_events="0" newbrowserwindow="postdata" href="http://pc2029.juris.de:8080/jportal/?quelle=deskbar"/>
Ulrich Höfer
hoefer@juris.de |
|
| Back to top |
|
 |
|