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 strongm 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: *

  • Users: raikyng
  • Order by date
  1. raikyng

    How can I translate a HTML tag in a text...

    hi, thanx alot for your help, but steel no success. i guess this works only at IE6.0, i can only see the html output. my solution was difrent: the xsl: <xsl:stylesheet xmlns:xsl=&quot;http://www.w3.org/TR/WD-xsl&quot; version=&quot;1.0&quot;> <xsl:template match=&quot;/&quot;>...
  2. raikyng

    How can I translate a HTML tag in a text...

    hi harmmeijer, thanx for the fast reply!!! i've tried your code but nothing happens.... i think it's because of my IE5.5, anyway this is my code together with your code, maybe i forgot something.... the xml: <?xml version=&quot;1.0&quot; encoding=&quot;windows-1255&quot;?> <?xml-stylesheet...
  3. raikyng

    How can I translate a HTML tag in a text...

    hi Yaa10, im trying to view a xml file with xsl and i think i have the opposite problem than you had, i have a large text between xml tags wich looks like this: <mTitle>hello all you crazy people how are you doing </mTitle> now when i present it i want to keep the line break on the...
  4. raikyng

    Incrementing carried variables

    hi, im not sure i understand fully what you need but, if you need to keep the last record inserted than kepp it on a Session variable when on_start will equal 0. if you need to retrieve from DB you might wanna use an xml file which will hold the data of the last record id, and communicate...
  5. raikyng

    Dialog does not work

    hi! i have tested your code it works!!! so the problem may be in another part. maybe you can show the rest of it..... raikyng.
  6. raikyng

    XML file generation using DOM parser

    hi again the link i gave u is not a tutorial here is a good link: http://www.newriders.com/chapters/073571052X.pdf raikyng
  7. raikyng

    I'm stuck for a fix with Netscape

    hi! you might wanna check if all tags @ your page are closed with a closing tag as they should be. raikyng.
  8. raikyng

    compilation error

    hi! the compiler complains that you r calling a non static methods from a static context(function or object....) i dont see it in the code you supplied but if you show the rest of your code it might be usefull. raikyng.
  9. raikyng

    XML file generation using DOM parser

    hi mali yes there is also in asp vbscript , javascript and java. for more information about xml binding with c++ you can find @:http://www.pearsonptg.com/book_detail/0,3771,073571052X,00.html
  10. raikyng

    Getting started with JSP

    hi! you should ask your web host if he is able to host jsp on his server. goodluck! alon.
  11. raikyng

    Comments question

    hi! the comment in xml is unlike usual comments: <![CDATA[ closed by: ]]> for more information go to: http://www.w3schools.com/xml/xml_cdata.asp
  12. raikyng

    XML with Netscape 4.0

    hi i dont think there is as far as i know only netscape 6.0 fully support w3c xml alon.
  13. raikyng

    Getting started with JSP

    what do you mean by ISP? is it to your web host?
  14. raikyng

    XML file generation using DOM parser

    hi. im not sure that this is what you need but anyway here some example code in vb that shows loading un saving a file.xml (this code also comes with some gui components to view the data): Option Explicit Private xmlDoc As DOMDocument Private style As IXMLDOMNode Private nodesList As...
  15. raikyng

    &quot;Return&quot; help

    hi! the problem with using the submit type that it will submit ur form no matter what ull do or check after its been clicked there for i added a function to ur code and some minor changes on ur html: <html> <head> <meta name=&quot;GENERATOR&quot; content=&quot;Microsoft FrontPage 5.0&quot;>...
  16. raikyng

    Getting started with JSP

    hi here is what you'll need: 1)JDK1.3 (for java develop) 2)tomcat 3.2 or higher (tomcat is the web server on wich ur jsp application will run - and you can use it on ur pc and no apache required). 3)for working with mysql you'll need the vendors driver to work with java now you are ready to...
  17. raikyng

    xsl to indent xml string

    hi! you can insert text nodes between your tags elements. if u will specify your code language i might be able to provide some example code... raikyng.
  18. raikyng

    Tomcat shuts down!

    this is a longshot but if u are using an application on your server and its excuting exit(num) so it will shut down ur server as well
  19. raikyng

    Problem using DataInputStream

    hi! it looks like you are sending a text file, in order to read a text file you should use a method which read text even if the text is numbers(int) to readInt you should send int. hope this helps, goodluck! alon.
  20. raikyng

    Accessing select boxes in JS functions???

    hi!! i put in this document some example that will help you(i hope) to understand the select box. note that you can change the text inside the box and its value, but adressing to options[0] will get you to the box header rather than its first element..... <HTML> <HEAD> <TITLE></TITLE>...

Part and Inventory Search

Back
Top