In My New Window I want to display some progress bar or showing some messages like "Generating..." before generating PDF and HTML document.
I am opening a new window as follows:
var ScreenWidth=window.screen.width;
var ScreenHeight=window.screen.height;
var movefromedge=0...
I am facing one problem regarding printing an HTML document in netscape 6.
Actually I have a document which is almost of three pages(A4 size), that document I am opening in new window through window.open(URL,.....) script. And when I tried to print this document through browser's print...
I am facing one problem regarding printing an HTML document in netscape 6.
Actually I have a document which is almost of three pages(A4 size), that document I am opening in new window through window.open(URL,.....) script. And when I tried to print this document through browser's print...
I am opening a new window where I want to show a progress bar before showing my document as it tales some time to generate, so how could I achieve this.
As I am opening anew window as follows...
Hi
I am generating HTML report and whole HTML code is generated through Oracle Report Server 6i, only before the code and after the code I can add some HTML tags like table, div etc to handle my problem.
What my problem is my data content are wrapped while viewing in different resolution of...
For Netscape 6 and above.
I have an HTML page on which I am showing some values which I view only.
From this page I want to get the values through javascript, for that I have written following line of code:
var data=document.getChildren(TxtTxnIdObj).item(0).innerText;
Where...
we are using IE 6 and NS 6.1 which we cann't change as requirement restricts.
Now the problem we are facing is after validation of any field if validation fails we select the text and set focus to that field, now this is working fine in IE and in NS it selects the field but takes focus to next...
Hi,
I want to clear browser's pagesetup(header and footer) through javascript.
Actually I am generating report and giving user a click button to print it but by default it prints the document with header and footer along with Current date and Page Number which all I want to remove it.
And will...
Hi,
I am facing problem in calling my javascript function through onload of the body as it works fine in IE but giving problem in Netscape 6.
Through any other mean like button click it is being called and working.
For onload call I have written as follows:
<body topmargin="1"...
Ya I have written in the same manner but instead of sending my whole file which contains html tags and all, I sent u only the function.
but i don't know why it is not working?
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.