Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rcodarini

    OnBeforeUnload event

    Hi! I've a very big problem: I've a data entry web application on a browser and I want, when the user close the browser, to ask him the standard messagebox Yes, No, Cancel to save if the current record is modified. So Yes and No correctly goes but for the Cancel button I've add a code as...
  2. rcodarini

    Doc To XML

    Hi! I have a problem, I want to write documents with WinWord and transform it in xml for make some transformations (e.g. get a web page, ecc ecc) I want to use Word for having a user frienldy interface to write xml. thank ROb
  3. rcodarini

    Internet Explorer Toolbar....

    Hi! I'm developing a web-application with Internet Explorer and MS Digital Dashboard... I've got an idea... build an IExplorer toolbar that call a javascript in the page of the browser, someone has developed something of similar? Thanks ROb
  4. rcodarini

    XML + XSL ----> HTML

    Thanks for your help... but now I've got an idea so I explain my problem... I have a MS Digital Dashboard; with the xml file I want to insert two html files in a web part and if the web part is more wide than high the html are disposed orizontally otherwise there are disposed vertically...
  5. rcodarini

    XML + XSL ----> HTML

    Hi! I've a new problem :( I have an xml file that describes two html frames: <FRAMES> <DIMENSION> <Height>400</Height> <Width>400</Width> </DIMENSION> <FRAME> <NAME>First Frame</NAME> <SRC>Source file</SRC> </FRAME> <FRAME> <NAME>Second Frame</NAME> <SRC>Source file</SRC>...
  6. rcodarini

    always XML/XSL -----&gt; HTML

    Thanks to Liz and D. for their consulting, but I've an other problem, I remeber the situation, I've an XML file that I want to transform into an HTML file with XSL, in the html result file I want to insert a Javascript generated within the tags of the XML, I've this problem: In the XSL I've...
  7. rcodarini

    XML + XSL ----&gt; HTML

    I specify the problem.... <xsl:for-each select=&quot;Element&quot;> <A href='<xsl:value-of select=&quot;Url&quot;/>'><xsl:value-of select=&quot;Description&quot;></A> </xsl:for-each> I want to insert an URL into the <A> tag of HTML Thanks to Liz for the help ROb
  8. rcodarini

    XML + XSL ----&gt; HTML

    Hi! I'have a small problem with an XSL file, I'have an xml file that describes a tab strip control, I want with an xsl file transform the xml file into an html file. My problem is that the html generated file isn't viewed as an HTML file but as a text file, if I copy the result of the xsl...

Part and Inventory Search

Back
Top