Hi,
I have a table that its length changes according to the column headers,
I want to print that table (with the help of JS) but i have a problem,
once the table is wider than the page, it prints only what fits in the page....
anoter problem - i dont know the size of the page...
is it possible to automaticly print it in 2 pages if it doesn't fit in one?
Thank for helping!
User Profile
Collapse
-
Advanced printing options
-
what's written in the code you gave me a link to, the variable 'myWindow' is not defined any where, when i tried that, i got an exception that - myWindow.closed is null. i'll tell you exactlly what i do:
i have a c# code (a btn), when that btn is pressed, i invoke a func that's written on default.aspx, that func opens a html page with a table, and that's it.
then, if i don't close the new html page and press again the btn, it doesn't... -
i'm really new with java script and i don't know how to do it, i tried a few ways but with no succeed, what i want to do is- i have an xsl and i want it to be renderd on the html page - once:
Code:taskListTable = xml.transformNode(xsl); var taskWindow = window.open("", "saveTaskWindow"); taskWindow.document.write(taskListTable);
Leave a comment:
-
my code is: (I added another row)
Code:var taskWindow = window.open("", "viewTaskWindow"); taskWindow.document.write(taskListTable);
Leave a comment:
-
knowing when a htmlpage is opened
Hi,
I have a button on an asp page, when pressing it a html page opens with a table rendered on it, that page remains open, and when pressing the button again, i want to bring the focus to the open page, or - open a new page.
what happens now, is that if i press the button 5 times, i have on the old page - 5 tables :( how could i prevent that?
my code is:
Code:var taskWindow = window.open("", "viewTaskWindow");
-
Using the Save Dialog
Hi,
I am using in JS the save dialog:
Code:window.document.execCommand('SaveAs', true, "NewFile");
but in the combo box of "Save as type" there's only html.
I want to know if I could put there different file types, like txt, xls...
and how...
Thanks for helping! -
opening a chm file in silver light
hi!
I'm working on VS2008 with silver light, i'm trying to open a chm file
this row does'nt work with silver light:
Code:Help.ShowHelp(this, "help.chm");
Thanks!!! -
I mean like taking a .wav file and ataching it to a command so when the computer hears a similure record he will know what to do...
thanks, it also helps...Leave a comment:
-
audio in c#
hi! I would like to know were could i find information about audio in C#.net;(convert ing audio to data etc')
thanks.Leave a comment:
-
convert audio to data c#
i need a code to convert audio to data in c#Leave a comment:
-
I suggest to copy it to Access - it could be a syntax problemLeave a comment:
-
audio in c#
I'm programming a project in C# that uses audio classes I would like to know information about audio in .net:
1. someone records a specific sound and I need to covert it to data
that means let say he sais: "Document" the computer will open the folder that the user asked for
No activity results to display
Show More
Leave a comment: