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?
Can I use onChage event in Netscape 6 if yes than I am using it for combo, In that what I have done is on the basis of certain selection
I am enabling and disabling the button.
This is working fine in IE but nothing happens in Netscape 6.
For your reference I am sending my code:
function...
I am using two frames, in my first frame my "Print" button is there and from that button I want to print the another frame's document(HTML CSS).
So for that I have written the following Function:
function printReport()
{
parent.Main.focus(); //"Main is my second Frame's name...
Hi,
I am using Netscape 6 to generate HTML CSS report,
My problem is all the vertical lines/rectangles gets extended by more than its size, where as it is ok in Netscape 4.7 and IE 6.
If anyone have any idea regarding this please let me know at ashwaniky@pune.tcs.co.in.
Thanks and Regards,
Ashwani
My problem that the application on which I am working is web based and I am
generating reports in HTML CSS through browser.
Everything is fine except when I call the same report in Netscape 6 whole vertical lines get extends by its normal size, even rectangle, frames,whereas I have already...
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.