Hi Essential,
Hope you will be fine, Sorry for late reply actually i was solving another problem and the problem is the recorder for which you write scripts for me :P is not attaching the files , i solved it, the problem is the uniqueid parameter $id = $_GET['Uniqueid']; is not generated, i don't no why it was happened but somehow i manage to solve it.
I tried your script but it's give me XML parsing error, This time i m attaching a file so you get better understanding how my recorder is display in the page, the place where error is shown, looks blank when the recorder is not shown.
Another problem is that you'll see its a small box so when something goes wrong the people unable to read the whole thing as it is happened in this case also, you couldn't see the whole error because it is going outside the window, the same thing happen if you use location.replace, its open the page in the small square and people unable to read any thing.Actually its a blank page whose called in an iframe and the code is
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<title></title>
</head>
<body bgcolor="#ffffff">
<script language="Javascript" type="text/javascript">
if(!navigator.javaEnabled()){
alert('Enable your java to expeirience this java enhanced page or\n try install it...');
window.open( "http://www.java.com/en/download/index.jsp", "JAVA Installation Manual", "width=500, height=500, location=0, scrollbars=1, toolbar=0" );
}
</script>
<noscript>
Enabled javascript please
</noscript>
<div id="body">
</div>
</body>
</html>
If you remove the JavaScript then this is the page that is shown when recorder is not shown. I add script here to see whether its work or not and if change the condition then read below what happened.
Another thing that may be helps you is this you'll see in the attachment is the compose and voice mail. Actually when you click on compose its open a page n if you click on voice mail its open the same page with recorder in it, purporting voice mail page is same as compose page but recorder is added in the voice mail, so i want to ask is it a conflicting issue of somethings between these two pages.
Another thing i tried and this is very strange, what happened one of my user, java is not installed, he is also using IE 6, its the same person,when i try your script, it don't work on his computer, I locally try java check script on his system. I simply use the condition if java is not installed then pop up a message, this local script works fine on Firefox, he also contain Firefox in his system, but when i try the script in IE it didn't show any message, the strange thing is this when i change the condition, if java installed then pop a message, then his IE pop up a message and is just shown as i click on compose page means i don't enter in the voice mail and it shows message two times but in Firefox until i click on the voice mail it didn't show any message , and i m unable to understand why it is happening, because he has no java at all.
Also the only tag that i supposed to set is the name parameter in the applet tag and i set it before trying your script.
So this is the whole story and its long enough :)
But thank you very much for your help
Thank You :)