Quote:
Originally Posted by Imar
And the problem is? I would help if you explained what exactly you need help with. I don't think people will copy the code, run it in a browser, create local XML files and then try to figure out what your problem could be.... Detailed questions == detailed answers.
Imar
|
Hi Imar,
I am really surprised that the first sentences did not clearly understood.
"I tried to add links to open local xml files in browser by clicking in a dynamic table cells. I need help. I tried all ways but I think I miss something.
I can open them without table just by document.write(xmlfile location)."
I did not give my complete code, I gave my function to male issue more understanding and not for copying and run.
To clarify it further, Issue#1: I have multiple xml files in my local directory say at C:\AAA\ Test Me Now.xml, Test After.xml. I need to open that file in browser through my application. I can open that by document.write(). But I want it formatted as in table. I need to display file names as Hyperlinks.
Issue#2: When file names have blank spaces IE does not open them.
Can you suggest now?