Jump to content
UBot Underground

Using list item in a url


Recommended Posts

I have a url like this:

 

http://blogsearch.google.com/blogsearch?hl=en&ie=UTF-8&q=test&btnG=Search+Blogs

 

Where it says 'q=test', the word 'test' should be replaced by the word I want to search for.

 

So, for instance, if I wanted to search for 'tiger woods' the url would be:

 

http://blogsearch.google.com/blogsearch?hl=en&ie=UTF-8&q=tiger%20woods&btnG=Search+Blogs

 

How do I use a list item in a nav action like this?

 

G-Man

Link to post
Share on other sites

Just replace the query with next list item.

 

blogsearch?hl=en&ie=UTF-8&q=(1)&btnG=Search+Blogs

 

(1) = Next list item

 

If you need more info than that let me know. Not sure if you would like a screenshot or step by step on how to do it.

Link to post
Share on other sites

Just replace the query with next list item.

 

blogsearch?hl=en&ie=UTF-8&q=(1)&btnG=Search+Blogs

 

(1) = Next list item

 

If you need more info than that let me know. Not sure if you would like a screenshot or step by step on how to do it.

 

I just tried that and the result is it searches for (1) on blogsearch.

 

G-Man

 

Edit see attached screenshot for what I have.post-347-12635121647673_thumb.png

Link to post
Share on other sites

You dont enter (1)

 

When you open the navigate window there will be sub paramenters on the right. This is where you will right click on the node and select next list item.

 

Then it will show up as {1} actually. Just move that {1} to where it should be in the query.

Link to post
Share on other sites

You dont enter (1)

 

When you open the navigate window there will be sub paramenters on the right. This is where you will right click on the node and select next list item.

 

Then it will show up as {1} actually. Just move that {1} to where it should be in the query.

 

Very cool. Works like a charm :) Thanks!

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...