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.
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...
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...
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...
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.
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.
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...
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...
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"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.