11
wrtbooks
Re: Using a flash search feature
  • 2003/12/31 3:18

  • wrtbooks

  • Just popping in

  • Posts: 77

  • Since: 2003/3/8 1


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.

12
dukehen
Re: Using a flash search feature
  • 2003/12/31 3:56

  • dukehen

  • Just popping in

  • Posts: 91

  • Since: 2003/12/9


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?

13
wrtbooks
Re: Using a flash search feature
  • 2003/12/31 4:04

  • wrtbooks

  • Just popping in

  • Posts: 77

  • Since: 2003/3/8 1


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?

Login

Who's Online

233 user(s) are online (135 user(s) are browsing Support Forums)


Members: 0


Guests: 233


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits