| Re: Using a flash search feature |
| by wrtbooks on 2003/12/31 4:04:48 Quote: Does this help at all? Tell you the truth I have no idea about queries and searches, just learning how it works and how information passes through forms. I learned some php with flash when I used to make a few forms back then. But I am kinda lost and just need a URL that works. heheh So you are saying that its not possible unless I change the way the php form works itself? |
| Re: Using a flash search feature |
| by dukehen on 2003/12/31 3:56:06 Well, from previous posts appending the URL doesn't work in 1.3? I figured out my problem, here it is (if it is any help). on (press, keyPress "<Enter>") { getURL("<website path>/search.php?action=results&submit=search&query="+_root.query.text, "", "POST"); } This is after I declare a new loadvars, but the key was making sure that all of the below were passed along in the URL: action=results submit=search query=(blah) Does this help at all? |
| Re: Using a flash search feature |
| by wrtbooks on 2003/12/31 3:18:44 I'm trying to get sometype of query url to work like: http://www.sermonindex.net/search.php?results=action&query=[SEARCH] or http://www.sermonindex.net/search.php/search?q=anything or https://xoops.org/search.php?query=jesus&mid=7&action=showall&andor=AND nothing is seeming to work as a url.. it works if I fill the form manually but I am trying to get it to work from a url. |
| Re: Using a flash search feature |
| by dukehen on 2003/12/31 3:16:36 I entered in "test" and I received results... Is there anything you want me to do specifically? |
| Re: Using a flash search feature |
| by wrtbooks on 2003/12/31 3:14:50 Quote: I have never used 1.3..... If you get a chance come by http://www.sermonindex.net/search.php and test a query for that page :) |