[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Custom URL in header
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Custom URL in header
- From: "Richard Wachter" <rich (at) richwachter.com>
- Date: Tue, 28 Oct 2008 15:41:33 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:in-reply-to:mime-version:content-type:references :x-google-sender-auth; bh=DRM9rrLyvmkI93eRQarcIFiqlS4zpTN6eq6HABYE3bw=; b=WaYbVyxX0HdVk61bSTrZLyidW4SRiqy85oYkww0LKXyaIiwOH05dkotmnkSaO4pG5a xfjVfaxIVhNqZKNV9zdJ9R4MdNIezI7Av4txObzBM/tnP8/5w6HzGxoQQW0C1o9eUVLw CbnL+QvwWL6pJ9k2gleqsyOXpICbbJ75QcVkA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:references:x-google-sender-auth; b=fI2dQmA2PL6ebfONrMuF/9KEH+nfn6H9L/0Fd8QUSDHFgHBWLgRNZTbEzcSzoC7fYb L6LrQTECgR37iwjTuF00HO2g0VkHV3A+sVcr8MPKy733UdXlWDfYE30g3kL8xTb3Rp9W fjl0aVHHQytL/yvQbMODI5uG3FQuephOrTjFo=
- References: <205395ec0810280814s25487164u3f413b84b1080538 (at) mail.gmail.com> <84AE996EE1457F4DB43A05348E32C33F7A7F3A (at) ac-hq-exch.corp.americashloans.net> <Pine.LNX.4.64.0810282037260.5766 (at) pal32.desy.de>
That is a browser setting and not a problem with the HTML code.
On Tue, Oct 28, 2008 at 2:39 PM, Martin Flemming <martin.flemming (at) desy.de>wrote:
>
> Nice !!
>
> .. but for me, i've got "only" a new tab .. not a new window
>
> .. is that right or miss i something ?
>
> cheers,
> martin
>
>
> On Tue, 28 Oct 2008, Rafal Roginela wrote:
>
> Hi,
>>
>>
>>
>> Change this ['Mgmt Server', 'https://url <https://url/> here'] to
>> ['Mgmt Server', 'https://url <https://url/> here', {'tw':'_blank'}]
>>
>>
>>
>> Hope it helps. I just tried it on my server works great!
>>
>> Rafal Roginela
>>
>> Office (847) 827-9740 x109
>> Fax (847) 493-8031
>>
>> This e-mail may contain confidential and/or privileged information. If
>> you are not the intended recipient (or have received this e-mail in
>> error) please notify the sender immediately and destroy this e-mail. Any
>> unauthorized copying, disclosure or distribution of the material in this
>> e-mail is strictly forbidden.
>>
>> From: Dave Morgan [mailto:captkras (at) gmail.com]
>> Sent: Tuesday, October 28, 2008 10:14 AM
>> To: hobbit (at) hswn.dk
>> Subject: Re: [hobbit] Custom URL in header
>>
>>
>>
>> Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com;
>> s=gamma;
>> h=domainkey-signature:received:received:message-id:date:from:sender
>> :to:subject:in-reply-to:mime-version:content-type:references
>> :x-google-sender-auth; bh=GP4zmiOXk2G/EoOiboet5zkmbQsxbvh9VFS3rrEw7ZQ=;
>> b=qtEmRyW99J7qt9jKYFy3XzlvAHcxtdyevT2L61gloRKXSveGyGbcLHHk3zmOYqbTWd
>> DNA363P5f1Zw9jdV3ILUd/l6AbnP5SiRJe525TlT+zg/cQZxpERKawsT04NYjYx8vCMr
>> UDNYxkqZBcJLqauHWKstz0jaWZQhZKjB4EajE=
>> Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;
>> h=message-id:date:from:sender:to:subject:in-reply-to:mime-version
>> :content-type:references:x-google-sender-auth;
>> b=ffIlEDTDXUNuxoQBwz4D8t3XuogRvTY8ACKpM7EhPcoPgWcmBRxFr58T2RjQZC1zNp
>> 0sp3ndHmHaMyGvTkrHWMUm9Y/GZ8EXk/Zh0kNBKy9NhgUo8kR73GhVV7N5qIlOS9J2HV
>> gTub1lixg+KH0OV7Zx6otvSLDfB2cp0BVDSZA=
>> References: <205395ec0810280718p12f2d967s548fa344ae67de12 (at)
>> mail.gmail.com>
>>
>>
>>
>> Just tried using the <a stuff mentioned> and I get a java error.
>>
>>
>>
>> Any other thoughts?
>>
>>
>>
>> If you add the flag " target=_blank " to the href you will get the
>>> effect you are looking for
>>>
>>
>> *no new window* <a href="http://www.computerstuff.org/"
>>>
>> <http://www.computerstuff.org/%22> ;> Computer stuff </a>
>>
>> *new window* <a href="http://www.computerstuff.org/"
>>>
>> <http://www.computerstuff.org/%22> ; target=_blank >
>> Computer stuff </a>
>>
>>
>>
>> On Tue, Oct 28, 2008 at 9:18 AM, Dave Morgan <captkras (at) gmail.com>
>>>>
>>>
>> wrote:
>>>>
>>>
>> This is almost what I am looking for.
>>>>
>>>> I was able to add in a line to this file under reports....(code snip)
>>>>
>>>> ...
>>>>
>>>> ['Reports', null, null,
>>>>
>>>> ...
>>>>
>>>> ['Mgmt Server', 'https://url <https://url/> here']
>>>>
>>>> ],
>>>>
>>>> ...
>>>>
>>>> And clicking on this link takes me to the new URL. Does anyone know
>>>> if I can have it pop up into a new window, as opposed to using the
>>>> hobbit window?
>>>>
>>>> Dave
>>>>
>>>>
>> --
>> David S. Morgan CISSP, CCNP
>> aka: captkras (at) gmail.com
>>
>> "When the Winds of Change Blow Hard Enough,
>> the Most trivial of things can turn into deadly projectiles"
>>
>>
>>
> To unsubscribe from the hobbit list, send an e-mail to
> hobbit-unsubscribe (at) hswn.dk
>
>
>
--
===================================
Richard Wachter
Just a guy
rich (at) richwachter.com
<>< A good name is more desirable than great riches; to be esteemed is
better than silver or gold. (Pro 22:1)