Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: Looking for "Nodes You Wrote" (forms)

by tye (Sage)
on Jan 19, 2007 at 20:23 UTC ( [id://595573]=note: print w/replies, xml ) Need Help??


in reply to Re: Looking for "Nodes You Wrote" [A Beginners Inquiry]
in thread Looking for "Nodes You Wrote" [A Beginners Inquiry]

To help get you started: Just look at the HTML source of Super Search and put a similar form in your Free Nodelet. Include the "hidden" items. Replace any items that you want pre-selected with an appropriate "hidden", leave out items that you don't want to be able to specify (perhaps everything will be left out that isn't hidden), and you'll get a button that does the search you want.

For example, the following HTML:

<input type="radio" name="re" value="A" /> Include <b>replies</b> from <i>any</i> section<br /> <input type="radio" name="re" value="S" checked /> Include <b>replies</b> from <i>selected</i> sections<br /> <input type="radio" name="re" value="N" /> <i>Don't</i> include <b>replies</b><br /><p>

Would mean that you would want to include the following HTML in your form in order to not include replies:

<input type="hidden" name="re" value="N" />

- tye        

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://595573]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2024-03-28 12:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found