Forum: JavaScript / DHTML / AJAX Jul 8th, 2005 |
| Replies: 10 Views: 33,976 It's okay... Trying to figure this one out also gave me a Migraine.
Thanks again guys. |
Forum: JavaScript / DHTML / AJAX Jul 8th, 2005 |
| Replies: 10 Views: 33,976 Thank you Tgreer and Paladine. I figured it out... Here is the code that worked.
Code on my html side
<INPUT id="Button3" style="Z-INDEX: 105; LEFT: 148px; POSITION: absolute; TOP: 16px"... |
Forum: JavaScript / DHTML / AJAX Jul 6th, 2005 |
| Replies: 10 Views: 33,976 Okay I changed it to Form1.
I have two buttons because the "Print" button was the orginal button that existed on this page. (BTW... I'm changing a web site that someone else created one year... |
Forum: JavaScript / DHTML / AJAX Jul 6th, 2005 |
| Replies: 10 Views: 33,976 Now I'm getting an error on my webpage saying:
Line: 28
Char: 6
Error: 'document.getElementById(...)' is null or not an object
code:0
url: http://Localhost/reports/WebFormPrintControl.aspx
... |
Forum: JavaScript / DHTML / AJAX Jul 6th, 2005 |
| Replies: 10 Views: 33,976 Thanks for your assistance... On the server side how do capture the "Printed Value"? is it a session value? Like --> If session("Printed") = "Yes" then ... or how do I capture the value of the... |
Forum: JavaScript / DHTML / AJAX Jul 6th, 2005 |
| Replies: 10 Views: 33,976 Can anyone tell me how or what's the JavaScript code to perform the following:
1. I have two frames on my web page. (Top and Bottom)
2. Top Frame is data
3. Bottom Frame are some Controls.... |
Forum: ASP.NET Jul 6th, 2005 |
| Replies: 6 Views: 23,862 Thank you... I'll post in the correct forum... Thanks again. |
Forum: ASP.NET Jul 6th, 2005 |
| Replies: 6 Views: 23,862 Or is there a way to print without using Java? Just by clicking the Button and using the web control button to excute the Printing. Is this possible? Do I have to use Java? I'm a VB6 Programmer... |
Forum: ASP.NET Jul 6th, 2005 |
| Replies: 6 Views: 23,862 Well as you can tell I'm VERY new to this... Okay So I need to learn Java... Would you happen to know how the code might look like regarding your last statement? "You can author a hidden form... |
Forum: ASP.NET Jul 6th, 2005 |
| Replies: 6 Views: 23,862 Can anyone tell me how or what's the code for the following:
1. I have two frames on my web page. (Top and Bottom)
2. Top Frame is data
3. Bottom Frame are some Controls. (Print button, Back... |