superreview granted: [Bug 248549] Add undetected document.all support : [Attachment 153433] Support document.all.tags too!Brendan Eich <brendan@mozilla.org> has granted Johnny Stenback
<jst@mozilla.jstenback.com>'s request for superreview:
Bug 248549: Add undetected document.all support
http://bugzilla.mozilla.org/show_bug.cgi?id=248549
Attachment 153433: Support document.all.tags too!
http://bugzilla.mozilla.org/attachment.cgi?id=153433&action=edit
------- Additional Comments from Brendan Eich <brendan@mozilla.org>
sr=me, just go on a JS_Lookup*Property hunt and use JS_Has*Property -- and do
the warning thing, ok?
The suggestion from Alfonso to resolve window properties t...
superreview requested: [Bug 248549] Add undetected document.all support : [Attachment 153433] Support document.all.tags too!Johnny Stenback <jst@mozilla.jstenback.com> has asked Brendan Eich
<brendan@mozilla.org> for superreview:
Bug 248549: Add undetected document.all support
http://bugzilla.mozilla.org/show_bug.cgi?id=248549
Attachment 153433: Support document.all.tags too!
http://bugzilla.mozilla.org/attachment.cgi?id=153433&action=edit
...
How to convert the < and > sign to html tag
Hello,
I have following stored in the table
**************************************** <b>FROM:</b> <b>TO:</b> <b>TERMINAL(s):</b> <b>JACK(s):</b> **************************************** test1
I have used a function to convert this tags
Public Function RepHTMLTag(ByVal str As String) As String
RepHTMLTag = str
Trystr = ...
HTML in ThunderbirdHi and Happy New Year!
A question:
Lacking a good web editing software, I've been using Thunderbird to
create simple web pages (that's usually all I need).
One problem is that after saving the file in HTML format from
Thunderbird, I need to open it in a text editor to add Meta tag info
then save the file again in HTML format.
Each time I save the file from Thunderbird it reverts to the default
Meta tag info:
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
Then I have to, again...
HTML::Form->parse($html_content, $uri) && nested tagsHi,
I'm new on this list.
I have a little problem ( libwww 5.53).
In a form like:
<FORM>
<!-- some INPUTs -->
<TEXTAREA NAME=my_text>some text <B>some bold text</B>other text </TEXTAREA>
</FORM>
I was expect that
$form->value('my_text') should be:
`some text <B>some bold text</b>other text',
but the tags <B> and </B> are ignored.
the result is:
`some text some bold text other text',
The some thing is happend with others tags, too.
Exist a way to get the right value?
(using $form object...
MSSXL Helper Function Returns < > instead of HTML Tags?
Hi There, I have an XML and XSL file wired up to an XML Control to display press articles. The function below formats a paragraph to replace 'Line Feeds' with a BR tag. My problem is it's returning html entity codes instead of maintaining a string value.
Is there a fix for this type of rendering or do I have to change my method and load the XML file programmatically, iterate through the nodes for values, format those values, append to a stringbuilder and write to page? The latter seams a let down when I was enjoying learning XSL
Public Function FormatParagraph(ByVal NI As X...
How can we create PDF document which contains html(html tags like pre, bold etc) using itextsharp
Hi Friends...
i am not sure where should i keep this question in the forum, so keeping here, if any of you have suggestion for better place in the forum to ask this question, please suggest me.
i am working on a webapplication in which i have to create pdf file using itextsharp(must as customer want to usethis only). here i will have a gridview which is not databound, not have any column at design timeon page load only i will create a datatable based on some data and bind it to gridview.
after this i need to do formatting of some specific rows in the girdview. this formatting wil...
superreview granted: [Bug 365858] tags lost on drag&drop from the IMAP ( without tag support) to Local-folder (copy works)Scott MacGregor <mscott@mozilla.org> has granted David Bienvenu
<bienvenu@nventure.com>'s request for superreview:
Bug 365858: tags lost on drag&drop from the IMAP (without tag support) to
Local-folder (copy works)
https://bugzilla.mozilla.org/show_bug.cgi?id=365858
Attachment 250998: proposed fix
https://bugzilla.mozilla.org/attachment.cgi?id=250998&action=edit
...
superreview requested: [Bug 365858] tags lost on drag&drop from the IMAP ( without tag support) to Local-folder (copy works)David Bienvenu <bienvenu@nventure.com> has asked Scott MacGregor
<mscott@mozilla.org> for superreview:
Bug 365858: tags lost on drag&drop from the IMAP (without tag support) to
Local-folder (copy works)
https://bugzilla.mozilla.org/show_bug.cgi?id=365858
Attachment 250998: proposed fix
https://bugzilla.mozilla.org/attachment.cgi?id=250998&action=edit
------- Additional Comments from David Bienvenu <bienvenu@nventure.com>
The problem was that in some situations, we were deleting the message header
before we got a chance to copy the properties to the local ...
Thunderbird simple MAPI supportHas anyone been successful in using the MAPI_UNREAD_ONLY flag with the
MAPIFindNext API call? It doesn't appear to make a difference.
Regards,
Nico
...
Will Thunderbird support HTMLName: David Edmunds
Email: dedmundsatqwestdotnet
Product: Thunderbird
Summary: Will Thunderbird support HTML
Comments:
My provider has changed and won't be offering a POP3 server anymore they
will only be offering an HTML server for email and currently Thunderbird
does not support this. Is this something that is planned for an upcoming
release of Thunderbird?
Browser Details: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5
From URL: http://hendrix.mozilla.org/
Note to readers: Hendrix gives no expectation of a response to th...
Support for Firefox & ThunderbirdHi all,
Following the comments relating to the last MoFo staff meeting, I
thought I'd post. I realise I run a serious risk of being flamed here,
however...
I'd just like to offer a vote of thanks for the MoFo in managing to ship
the two excellent products that are Firefox and Thunderbird. IMHO they
are best of breed in their class.
I've been a Netscape user since I was at university back in 1997. At the
time it was way ahead of the opposition.
When I left (summer 2000), this was around the time of NS6 being
released & IE finally won round 1 of the wars. ...
regexp & html-tagsHello Beginners,
I was looking for a mailing list about REGEXP but I didn't find it. Maybe
there is somebody here that can help me...
Suppose you have the following string
$str = "... <b>John <i>Smith</i> (male)</b> and <b>Elisabeth
<i>Jones</i> (female)</b> ..."
and that you want to find out the container of the first B-tag, that is you
want to get the string "John <i>Smith</i> (male)". Now, if I use the
following regexp
$str =~ m/<b>(.*)<\/b>/i;
I get as result, i.e. ...
superreview granted: [Bug 337040] document.close() deletes with document.write() written HTML if in that HTMl an iframe-element is included and designMode on the document to be written is on. relates Johnny Stenback <jst@mozilla.org> has granted Blake Kaplan <mrbkap@gmail.com>'s
request for superreview:
Bug 337040: document.close() deletes with document.write() written HTML if in
that HTMl an iframe-element is included and designMode on the document to be
written is on. relates to bug 334515
https://bugzilla.mozilla.org/show_bug.cgi?id=337040
Attachment 229042: Fix
https://bugzilla.mozilla.org/attachment.cgi?id=229042&action=edit
------- Additional Comments from Johnny Stenback <jst@mozilla.org>
r+sr=jst
...