These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

links in ingame mails?

Author
Martin Hartl
Dark-Rising
Wrecking Machine.
#1 - 2011-10-23 09:07:34 UTC
hey,
is there any possibility that i can mail a link to someone so he just have to klick on it and the ingame browser opens it?

like: http://www.eveonline.com as: link to eve

thx for your help.. if it's not possible... maybe some ccp tech freak reads this and wants to make it work because he/she can Bear
Ultra Flux
The Scope
Gallente Federation
#2 - 2011-10-23 12:51:50 UTC
I'm not sure if you mean out of game or in game, but ingame you just mark what has to be a url, and hit the url logo =)

Out of game, I don't think it's possible.

/Ultra
Martin Hartl
Dark-Rising
Wrecking Machine.
#3 - 2011-10-23 13:11:29 UTC  |  Edited by: Martin Hartl
hehe,
yea, of course, i think i should have been more clear

i generate a text automaticaly that includes an url, is there any format i can include like "href" or "url" so that the recipient gets a text (link) that he/she can klick on?
Desmont McCallock
#4 - 2011-10-23 13:32:18 UTC  |  Edited by: Desmont McCallock
Something like < a href="" onclick="CCPEVE.showInfo(34)" >Tritanium< /a > ?

Have a look at http://wiki.eveonline.com/en/wiki/IGB_Javascript_Methods
Martin Hartl
Dark-Rising
Wrecking Machine.
#5 - 2011-10-23 15:07:59 UTC
thx for the info, but it just works for ingame funktions like contracts, charinfo,.... i want to link an external homepage

in a normal html i would use *a href=* but it doesn't work within an ingame mail :)
Trenker
#6 - 2011-10-23 15:13:03 UTC
Martin Hartl wrote:
i generate a text automaticaly that includes an url, is there any format i can include like "href" or "url" so that the recipient gets a text (link) that he/she can klick on?


Yes, you can send (some) HTML tags. If you generate those mails, generate the HTML like

Look at < a href="http://www.domain.tld/page.html" > this site < /a >

Create a new eve-mail and copy'n'paste the generated HTML into the message.
Martin Hartl
Dark-Rising
Wrecking Machine.
#7 - 2011-10-23 18:57:55 UTC  |  Edited by: Martin Hartl
hey guys, thx for your help

i figured it out