kenusys
Forum Replies Created
-
Hi Peter
It works. Great. Thanks so much
Ken
peter
YOur code works only one time ie after search drama genre then , content can not be refreshed so ,, after selection you can not search by actor after fill up the form ..2) So we just want selected genre has to be passed form and then that time start searching
ie user can select or your can fill up form .. that is user choice. because original form can search some string ,, whatever(column ) in the table …
is it possible ???Ken
Peter ,,
NICE NICE IT WORKS ,,, GREAT ,, GREAT …THANKS SO MUCH
KEN
p.s WHAT IS YOUR MAIN CONTACT URL FOR TECHINAL QUESTION ???Peter ,,
can you help me ,, or not ?, I informed admin account and test page.
- This reply was modified 3 years, 9 months ago by Steven Stern (sterndata).
Hi , peter
We are waiting your sample code … is it possible or not
We have close this asapKen
Peter ,
Thanks so much your effort to help , but there is some communication problem
this clear step we want1) 1.a User can select genre on list OR 1.b user can type string (like actor.. movie name year whatever … ) on blank field
2) in 1.a case , selected value been passed to field ( echo on field whatever ?? )
NOT call server query yet3) user take action , Ie strike enter keyboard ,,, finally call server query with value of field which is passed from list or user typed string ( it could be actor name or movie name or genre whatever )
So passing selected value to field is important …
- This reply was modified 3 years, 9 months ago by Steven Stern (sterndata).
Peter, thanks for your great help .. your code dose not ,, looks like I have some error
instead of button ,, how about using selection list ,, I want return value of
function favGenre to search field.. Do you think it is possible or it is impossible
this snippet does not with main body???what is exact step of javascript ??????
— Javascript Snippet —
<script>
function favGenre() {
var mylist = document.getElementById(“myList”);
document.getElementById(“favourite”).value = mylist.options[mylist.selectedIndex].text;
}
</script><b> Select you favourite genre site using dropdown list </b>
<select id = “myList” onchange = “favGenre()” >
<option> —Choose Genre — </option>
<option> Drama </option>
<option> sf </option>
<option> war </option>
<option> romance </option>
</select>
<???? ????>here is wireframe I think there is two way A,B
A. snippet not using maxbutton plugin snippet
1) using native HTML , make a button for SF (named and vaule )
2) if customer toggle SF button , then It’s value be passed to
search input filed
3) query disㅔㅣ묘 the movie only SF genreB. snippet using Maxbutton plugin
1) We put SF button on the page using Maxbutton plugin
2) if customer toggle SF button , then It’s value be passed to
search input filed ( Maxbutton has onclick feature for javascript )
3) query display the movie only SF genreanother one is reserved word (collapse all , show all , clear all ) can be translated to korean word…
Peter
thanks for help us …
I implemented search pane before ,, but customer don’t like ,,
because Our data is not fitted to search pane… w
there is more than 120 lines
first one is 1
second one is 1
third one is 1
fourth one is 82
fifth one is 1
sixth one is 1….. like this
we bought maxbutton plugin , we do not care maxbutton if Java script works,, also maxbutton manual is so so poor ,,, .
I want just one snippet (java script ) which can pass value to search field…
your search query is so powerful ,,, customer likeif you know java script (function ) … can you help me
Ken
Peter ,
I could not solved problem . moreover typing text in search form (field??)
We want using small snippet(javascript) to button passed value( genre like drama sf ) search form (field)
We do not know the id
i am not programmer ,,, i copied javascript code from internet as following
here is<form> /<input type="text" class="gc-header__search-input" name="s" placeholder="검색어 입력..." id="search" value="" /> <button onclick="myFunction()">sf </button> <script> function myFunction() { document.getElementById("search").setAttribute("value", "sf"); } </script>can you help me…
Peter ,
Would you provide javascript which can be run when your push button “java script onclick event …. http://Www.3gg.kr/movie/ THERE IS SF BUTTON , WHICH CAN SORT OUT SF MOVIE AMONG THE WHOLE MOVIE LIST .
Ken
Peter ,
I can not fix this error , even i do not know where error comes.
I just put button that search form 3gg.kr/movie/ ..I am not familiar code manager i think your search publication page is so good enough only i would like put button value to field is it possible ?
At button’s advanced feature … but there is not enough documentation …
Ken
I could not write php code , in the search form i would like put key word using maxbutton …. Can you help me , maybe put the something at buttons advanced field
Then it will worksHere is our search form http://www.3gg.kr/movie/
AndHi, peter
I suggest you make sandbox for demo apps .. So user can test it .
Ken