View Single Post
  #2  
Unread 10-04-2007, 01:46 PM
Othesus's Avatar
Othesus Othesus is offline
A Griffon
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Lucan DLere
Posts: 847
Default

You can look at my examine window for an example of how you would do this. You'll need to concatenate the URL string first and then give the browser command on the second line.

Something like this.

OnPress="URIString='http://www.lootdb.com/eq2/mob/' ## Parent.Name.Text
browser URIString"

Of course you could always just use your command from a macro in a hotbar too.
__________________

Visit Othesus World!
Reply With Quote