xboxscene.org forums

Author Topic: Help With First Python Scripts  (Read 41 times)

bkmurphy

  • Archived User
  • Newbie
  • *
  • Posts: 3
Help With First Python Scripts
« on: September 11, 2006, 02:29:00 PM »

Can anyone tell me if this can be done?

I have figured out how to generate a list of descriptions and <a href> URLs from
a web page.  I then want to take the http://xxx.xxx.xxx/xxx URL and upon selection
with the controller have the script execute another URL, which that is part of.

For example, the list has a URL that is http://www.nothing.net/nada.  When that
is selected and the green button on the controller pushed, I need the script to
execute (for lack of a better term) the URL
http://127.0.0.1/Add...t...t/nada&pp=3

Can anyone tell me if it's possible to insert one URL into another and then have
it execute like this?  Thanks.
Logged