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 Shaun E 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: victorsk
  • Content: Threads
  • Order by date
  1. victorsk

    Embedding files in XML

    Hello, I am trying to figure out how to embed a file in XML document. I am actually working with SVG but it's XML-based and I am trying to embed SVG file in XML document. Could somebody please tell me how? Thank you, Victor.
  2. victorsk

    How to get a newline

    Hello, I am working on a small procedure and it's giving me a headache. I have a file that consists exactly of the following info: Name1/ Name2/ Name3/ I am trying to read each name into a string and display it in a lisbox. Here is what I am doing: TRY { pFile = new...
  3. victorsk

    Interacting with Frames

    Hello, I was wondering how to make two frames interact with eachother. What I have is an SVG code in both files and I need to make one file trigger response in another. I know it has something to do with: var svgobj = parent.my_svg_frame.document.getElementByID(element); then use...
  4. victorsk

    Interacting with Frames

    Hello, I was wondering how to make two frames interact with eachother. What I have is an SVG code in both files and I need to make one file trigger response in another. I know it has something to do with: var svgobj = parent.my_svg_frame.document.getElementByID(element); then use...
  5. victorsk

    A very simple BHO

    Hello, I am trying to write a very simple BHO and this is my first time doing this. What I have so far is created an empty ATL DLL in VC++ 6. I now need to bind it to IE so that IE would be able to recognize my BHO. Does anybody have any advice? Thank you, Victor.
  6. victorsk

    How to make Plugins

    Hello, I am new to JavaScript and plugin-making process in general, I was wondering if somebody could tell me how to write a plugin something like Flash or SVGViewer. Thank you, Victor.
  7. victorsk

    Getting Browser's Dimensions

    Hello, I am new to JavaScript and am working with SVG. I am trying to get the dimensions of a browser when it is minimized and maximized. What I have is: document.body.clientWidth document.body.clientHeight but I keep getting "document.body has no properties" error. What I have in terms...
  8. victorsk

    Very weird array problem

    Hello, I have a very strange problem. I've defined an global array 'cursor' like this: cursor = new Array(5); and then my function doSomething(evt, current) gets the value of 'current' and is supposed to access 'cursor[current].setAttribute()' BUT, for some reason, when I try to do that I...
  9. victorsk

    onmousedown and onmousemove

    Hello, I am new to JavaScript and kind of confused as to why my onmousedown together with onmousemove condition is not being implemented. Here is what I have: 1) SVG code calling JavaScript function <g id="0" style="display:inline;fill-rule:evenodd"> <desc>0</desc> <image id="image_url0"...

Part and Inventory Search

Back
Top