Hi Velhari,
Thanks a lot it worked for me.
Mina
User Profile
Collapse
-
Hi Velhari,
In the case of PDF i've to write a little modified code
do{
status = win.document.re adyState;
}while(status != "interactiv e")
Now it seems to work fine, i've to test it and analyse.
Regards
Mina...Leave a comment:
-
Hi Velhari,
Thanks for the reply.
You are right, but this code works fine pop-up contains html text
but my popup displays a pdf and it gives javascript error to me i.e
"Permission Denied"
i dont know the reason for this. please help???
Mina...Leave a comment:
-
refresh parent window on load of child window
Hello Experts,
i've to open child window whose content type is "applicatio n/pdf";
Now i want to refresh the parent window after loading of the child window.
My problem is that i can not write any javascript in the child window since its content type is 'application/pdf' [Javascript does not works here].
what to do in parent window to know that pdf file is filly opened in child window ... -
Hello Dmjpro,
The code u gave gets executes even if the page is refreshed, i dont need that.
i actually want to call a method on closing of a window.
Thanks
Minay...Leave a comment:
-
How to open a new browser page on the closing of a page
hello Everybody,
i want to open a new browser page on closing of a browser page.
for this i tried
Code:
<body onUnload="javas cript:window.op en("...")">
but this is not a perfect solution to do this because this code also gets executed even when a user refreshes that page.
Pls provide me the appropriate solution to my problem.
Thanks -
then use this
tr id="row"+<COUNT ER> onClick=alert(" row"+<COUNTER> )...Leave a comment:
-
Hi Hash,
Tell me exactly what u want to do the click event.
tr id="row1" onClick="alert( 'row1')
As u already know the row id for ur <tr>, simply put it into the alert('row1');
bye...Leave a comment:
-
Hi Dmjpro,
thanks for the reply,
i think u've misinterpreted my query, i actually want-
if user minimises both the parent and child windows manually,
then later when he restore the parent window, the child window should automatically come on the screen.
i'm already using <body onblur=self.foc us()> in child window,
and now i want to get it work as the way i mentioned above.
...Leave a comment:
-
Restore the pop up on restoring the main window
Hi all,
i've used window.open() to open a popup.
If i minimise both the windows, and now maximise the parent window, i want the pop up to be maximised and shown on the screen.
is there any possibility to do this using javascript??
Thanks in advance
No activity results to display
Show More
Leave a comment: