Printing Out Several Hidden Frames Via Javascript (IE6)
Jul 23, 2005
I try to print out five hidden frames throug a printing-form. I use
the frame.focus() and the frame.print() functions. Everything is fine
except the following little disadvantage:
When I print out the five frames, the print window dialog appears five
time (for each frame once). The user has to confirm his standard
printer several times.
Do anyone know, how I can prevent this?
View 1 Replies
ADVERTISEMENT
Jul 23, 2005
I have a frameset with two frames, and want to have a button in one
frame call print() in the other one:
This is the layout:
<frameset rows="*,40" frameborder="NO" border="0" framespacing="0">
<frame src="..." name="pritableText">
<frame src="..." name="printButton" scrolling="NO" noresize>
</frameset>
And, in printButton, I got this code:
<a href="#" onClick="parent.printableText.focus();
parent.printableText.print();">Print the page</a>
However, nothing happens in Netscape (7.01) and Firefox (0.8), and in IE (6)
I get an "error in the script". However, I do not identify the error.
Does anyone have a clue onto what's happening?
View 1 Replies
View Related
Jul 20, 2005
I have a script for printing the contents of a frame.
It works fine but I would like it not only to print the designated frame
but to add a header or message at the top or bottom.
View 1 Replies
View Related
Jul 23, 2007
I am building a web page.and have a simple javascript menu... I call
the javascript menu within a div block that my print sytlesheet has
set as a display: none;, well all the content in that block doesn't
show up, EXCEPT the javascript is still getting run Code:
View 3 Replies
View Related
Nov 5, 2007
I very new to javascript. I have a php script that query a db and most of the time these reports are lengthly. When I use a print button and OnClick=window.print() it only prints what is currently displayed on the screen. Is there a way to print the entire report? Or if not what can be done?
View 1 Replies
View Related
Mar 3, 2006
I want to print tables on a regular printer with A4 paper. How do I send data to the printer? And is there a processor for sending html to the printer that the printer understands.
One solution is to open a new window with the javascript and execute a php script that generates tables on that page and then just executes the browsers print version.
However, that is not what I want. I want it to send data to the printer without having to ask the user of permission. Any solution?
View 3 Replies
View Related
Jul 9, 2004
When designing a site, a request has come to me about printing web pages. What they want is the page to be broken up into frames, and only one frame will be able to be printed. so that if the page is broken into 3 vertical frames. Would it be possible to have it only print the middle page if the person clicked the print button.
This is so that even beginner users to IE or Netscrape would be able to get a printout of the page without having to change options in the print preferences.
* The example the person gave me was similar to Page Breaks in MS Excel. You can see the whole thing, but when print is clicked, you only get a certain section printing (even a beginner can do this).
View 3 Replies
View Related
Jul 20, 2005
I have a three tier nested array, used to define a map for a javascript
game, and can be edited within the web page. Is there a way I can
generate a visible copy of this array that I can then c&p into a file? I
think the best solution would be to write into a popup window (this
popup would be purely for map development use, so I don't feel worried
by popup blockers, as only myself would be seeing the popup). However, I
have no idea how to:
a) create the string in a form that a html parser can display as
ready-formatted javascript code
b) generate the popup
View 4 Replies
View Related
Feb 9, 2005
What i am trying to do is call the menu which is in one frame from another frame Example
Next button ...goes to another page but also changes the state of the menu on another frame ... Code for the button is this ...
<a href="javascript:void(tree1.collapseAll(true), tree1.selectNode(3), tree1.expandNode(0))">Toggle 'test'</a>
- tree 1 is the variable on another page how do i call it from the button which is on another page ??
View 13 Replies
View Related
Apr 20, 2005
i have a frame on my website that displays some information. I want to have a button/link that when users click, it will make that frame 100% width and height.
How can i do this?
I think this is done with javascript.
Also another question i have is:
I am including a webpage in the frame, how can i make it so it cuts off say the top 300 pixels of the target webpage?
View 1 Replies
View Related
Jul 25, 2001
I am pretty new to Javascript and have only created a few pretty basic scripts, mainly dealing with site navigation and mouseovers. I would like now to redo my private home page using a rather complex configuration of frames. It is my intention to use JavaScript (variables) to control the rather intricate page navigation.
My question is this. I know how to define a variable, increment or otherwise alter it's value and how to change a process path based on the value of a variable. I have done all of this within the SAME page. What I would like to know more about is the referencing and modification of variables in "pages" in other windows within a frameset.
View 2 Replies
View Related
Nov 28, 2007
There are tons of examples how to break out of frames with Javascript and I thought you couldn't do it without Javascript.
But YAHOO! does it! If you place www.yahoo.com inside an iframe and click on an item in the Navigation (say Autos) it breaks out of the frame even if Javascript is disabled in the browser. Works for both IE and Firefox.
The page redirects with a Location header a couple of times, but I tested that and it's not what is causing it to break out. To test simply create an html file on your desktop with the following contents: Code:
View 3 Replies
View Related
Oct 10, 2006
I have a DHTML Folder Tree, also known as a TreeView. That is, an expandable/collapsible tree of links. In a frame-less layout everything works great. In a frame-based layout, it doesn't work on Safari/Konqueror.
There are two frames: the left frame contains the tree control; when you click on a link in the tree, the right frame is the target for the links in the tree.
The tree mechanism itself works fine. But there is a problem with the links. What happens on Safari/Konqueror with the frame-based layout is the first link works fine, but all links after that do not. That is, the first click loads a picture on the right frame, but when I click on any other links after that, the target frame is not updated.
View 7 Replies
View Related
Jul 23, 2005
I have a page with two frames, 'header' and 'main'. The following
code works in Netscape, but in Internet Explorer. The second bgColor
line produces an error:
function test(){
top.frames.header.document.bgColor='white' //works fine
top.frames.main.document.bgColor='white' //fails
}
View 1 Replies
View Related
Jul 20, 2005
I am designing a website for disabled football supporters and because
of this, I obviously must consider accessibility to blind users whilst
I am producing it - as they are one of the disability groups that I am
targeting the page at.
The page basically consists of two frames; one being a vertical list
of links positioned on the left hand side of the screen and the other
being the main content pane, positioned in the remaining area of the
screen on the right of the first frame. The first frame is used to
drive the content of the second frame.
Now, I'm not sure if this is possible in JavaScript, or indeed in
another scripting language, but what I want to do is to be able to
alter the current focus or caret? on a web page when a link is
clicked. That is, when the user selects a link from the left hand
frame, then the new content is loaded into the right and the current
focus jumps straight to this new information, as opposed to having to
tab through all the same links again in order to put the focus there.
I know this is only a fiddly little thing but it is something that
would really improve the usability of the site, especially with screen
readers in mind.
View 4 Replies
View Related
Sep 29, 2007
how can i take javascript array value to hidden box?
View 1 Replies
View Related
Sep 7, 2005
I'm using input hidden control's value in the javascript function.
same code is working fine on all other browser except a specific
version of safari(i.e.: MAC OS 10.3.7 and Safari 1.2.4).
problem:
control's value is not getting displaying at the first time
when the page gets load, although the same piece of code would work if
I just refresh the page, strage.
declaration of hidden control:
<INPUT id="hSliders" type="hidden" runat="server">
javascript code which is calling the value of hSliders:
alert(document.Form1.hSliders.value)
this alert is showing nothing although it should display string.
i check the view source also control's value is getting populated.
View 1 Replies
View Related
Jul 6, 2006
I wish to use J.S. to obtain the screen ht and put this value into a hidden
field for posting. so that I can then use it in a php file.
A simplified script of what I am trying to do is below, but it doesnt work.
I have not used javascript much and I'm sure its straight forward.
<script type="text/javascript" language="javascript">
var ht = document.body.clientHeight;
</script>
<form action="my.php" method="post">
input name="screenht" type="hidden" value="ht"
</form>
View 5 Replies
View Related
Jul 23, 2005
I need to add an input hidden field to an existing form (post).
I have tried a couple things like adding the '<INPUT type=hidden
name=idSelectedURL value=http://server/documents>' to the innerHTML of
the form but it fails. ie
var sField = "<INPUT type=hidden name=idSelectedURL
value=http://server/documents>";
frm.innerHTML = frm.innerHTML + sField;
also, trying to add an element to the form such as:
var frm = document.getElementById("idForm");
var oField = frm.createElement ('input');
oField.type ="hidden";
oField.name = "idSelectedURL";
oField.value ="http://server/documents";
none of these work and give me a javascript error.
I don't think the createElement method can be used from the form
object, only from the document object. still could not get it working.
View 8 Replies
View Related
Jul 20, 2005
I want to stream audio into a hidden frame and load, stop, and control
volume via JavaScript. I'm thinking w/ Windows Media Player.
View 2 Replies
View Related
Jan 9, 2010
I am trying to get a simple set of Javascript tabs to work properly. I have just two tabs and I want to set up the script to have the second tab automatically hidden prior to reading the javascript code because right now it shows the contents of both tabs when the page is loading and then the second tab disappears after all the script has loaded.
I have the jquery script linked to on the page and here is the way my script looks to run the tabs:
Code:
I want to add something like style="visibility:hidden;" to the DIV that isn't shown on page load and have it added and removed as necessary when users click on the tabs. So basically I would like the generated code to look like this:
Code:
View 4 Replies
View Related
Sep 20, 2005
Specifically, assume I have a div tag of absolute dimensions. I need
to figure out, first, whether or not the text inside the div tag is
partially hidden by the overflow setting, and if so, what the hidden
text is.
Is this even possible? Obviously, the rendering engine in the browser
"knows" this information, but is it accessible through Javascript?
View 2 Replies
View Related
Jun 7, 2007
We have clients asking that we provide an easy way to print envelops
from within our web applications. These envelopes need to be pretty
advanced, and need to include a bar code and maybe even a logo. My
boss wants a solution where we simply "push" the Word or ODF file to
the client's computer and it automatically prints on their printer.
I actually think that is what our clients are hoping for as well.
I've told him I am pretty darn sure that can't be done, because both
Word and Open Office files may contain viruses.
My suggestion has been to generate a Word or ODF file that the user
can download, open and then print. Alternatively, we could probably
generate a PDF to accomplish the same thing. These solutions might
involve extra steps, but I know they are possible.
I want to make sure there isn't some other alternative we haven't
considered, so I thought I would email this group and see if anyone
has some suggestions as to how they would approach this problem.
View 2 Replies
View Related
Sep 18, 2009
I have been pulling out my hair trying to do this.I am printing out the contents of a DIV tag but it does not print the css with it. Just the basic text
For example:
.testDiv {
border: 1px solid #0F0;
margin-right: 300px;
[code]....
View 2 Replies
View Related
Feb 11, 2007
To explain my problem very briefly: I use document.write to print a string variable containing a string. The output I get is:
[object]
What is that supposed to mean? Has anyone else encountered such a problem before? How did you fix it?
View 1 Replies
View Related
Aug 18, 2005
I have a calender I made in PHP and when you choose a week in opens up in a pop-up window. I have a simple JavaScript to display a print button. The problem is that the calender is very wide, so you have to print it as a "landcape", but even then the whole thing doesn't fit on the paper. Furthermore, it doesn't fill out the paper in the top and bottom.
It's a bit hard to explain, but I hope you understand what I mean. How can I make it fit the paper when being printed? Here's the JavaScript I use:
<script language="Javascript1.2">
<!--
var message = "Print this Page";
function printpage() {
window.print();
}
document.write("<form><input type=button "
+"value=""+message+"" onClick="printpage()"></form>");
//-->
</script>
View 1 Replies
View Related