Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 20 of 20
Search took 0.14 seconds.
Search: Posts Made By: SlavaTT
Forum: JavaScript programming 07-14-2004, 12:24 PM
Replies: 6
Views: 3,150
Posted By SlavaTT
Thinking maybe I should not use those iframes but...

Thinking maybe I should not use those iframes but write some little COM object with ATL and print everything from it ?
Just those COM object security problems stop me.
Forum: JavaScript programming 07-14-2004, 12:17 PM
Replies: 6
Views: 3,150
Posted By SlavaTT
Yes, I've found out that (a couple of days...

Yes, I've found out that (a couple of days before) that
window.document.frames[i].document produces access denied error.

But I want to add that I have all those pages texts (I want to print...
Forum: JavaScript programming 07-14-2004, 11:46 AM
Replies: 6
Views: 3,150
Posted By SlavaTT
Hi Glenngv, Thanks for your reply. Reason...

Hi Glenngv,

Thanks for your reply.
Reason is I need to print multiple different pages from different web sites as a one print job.
So I decided to try to put them in separate iframes of one...
Forum: JavaScript programming 07-14-2004, 10:48 AM
Replies: 6
Views: 3,150
Posted By SlavaTT
Print/preview shows only 1 first print page for the iframe

Hi,

Let me describe problem.
I have multiple iframes on the page.htm and and I want to print them all with
window.print() call on page.htm. I resize iframes to the size of document they contain....
Forum: JavaScript programming 07-11-2004, 01:08 AM
Replies: 4
Views: 1,965
Posted By SlavaTT
Hi, I've found my bug, after reading article...

Hi,

I've found my bug, after reading article I 'googled'.
Sorry for asking.

Slava
Forum: JavaScript programming 07-10-2004, 10:09 PM
Replies: 4
Views: 1,965
Posted By SlavaTT
Post How to get correct height of the document inside of the IFRAME ?

Hi,

I decided to put each of the urls to html pages (that I need to print) to the separate IFRAMEs. So I have now complete document containing multiple pages inside, for printing.
But now I need...
Forum: JavaScript programming 07-10-2004, 12:44 PM
Replies: 5
Views: 1,859
Posted By SlavaTT
Hi, in IE -...

Hi,

in IE - window.opener.location.reload(true)
or window.opener.open('your url',_self,'size and other options (optional)')

Slava
Forum: JavaScript programming 07-09-2004, 11:13 PM
Replies: 4
Views: 1,965
Posted By SlavaTT
How to print multiple html documents ?

Hi,

I have set of html documents on the server (in the DB) and I need to print them all as the one print job.
(my question is not about server side programming)
I tried to merge documents and...
Forum: JavaScript programming 06-12-2004, 12:36 PM
Replies: 8
Views: 2,347
Posted By SlavaTT
I've found my bug now. I was registering my...

I've found my bug now. I was registering my script that defines my object near my object's html tags. So if I move script to the end of page all is OK.
Maybe when script was in the table browser...
Forum: JavaScript programming 06-11-2004, 11:34 AM
Replies: 8
Views: 2,347
Posted By SlavaTT
I found the reason why properties...

I found the reason why properties offsetTop/Left/Width/Height are al zero. That happens when I put my control inside of the table's cell. Only I put it outside of the table all properties have non...
Forum: JavaScript programming 06-11-2004, 09:42 AM
Replies: 8
Views: 2,347
Posted By SlavaTT
This is a dropdownlist control. I have 4...

This is a dropdownlist control.
I have 4 elements: textbox (this.elInput), button (this.elButton),
div (elDropDown) that's hidden, when I press a button it is visible and surronding span object...
Forum: JavaScript programming 06-10-2004, 10:47 PM
Replies: 8
Views: 2,347
Posted By SlavaTT
Why offsetXXX properties are all zero ?

Hi,

I've done control in asp.net/javascript and it works on some pages of mine and as it often happens doesn't work on customer's pages ;).
All pages are run in IE 6.0.
After I run debugger...
Forum: HTML & CSS 04-30-2004, 03:58 PM
Replies: 2
Views: 4,022
Posted By SlavaTT
Thanks for the answer, I'll use parseInt then. ...

Thanks for the answer, I'll use parseInt then.
Sorry for double posting, just my internet connection glitches sometimes and I had to enter message again.
Btw, I like watching J.O. Waldner, J.Person...
Forum: HTML & CSS 04-30-2004, 11:29 AM
Replies: 0
Views: 742
Posted By SlavaTT
How to get size of element's margin as the number of pixels ?

Hi,

I need to calculate height of my span element that has
border 1 px and a margin around it.
I see that offsetHeight returns me only height size including borders.
How to get height of span...
Forum: HTML & CSS 04-30-2004, 11:18 AM
Replies: 2
Views: 4,022
Posted By SlavaTT
How to get margin size as a number of pixels ?

Hi,

This is maybe a simple task but I need to find size of my span element
including size of it's margins.
offsetHeight property returns me size of an element including borders
but I how to add...
Forum: HTML & CSS 04-13-2004, 12:12 AM
Replies: 2
Views: 844
Posted By SlavaTT
OK, I see I need to read more on css.

OK, I see I need to read more on css.
Forum: HTML & CSS 04-11-2004, 09:44 AM
Replies: 2
Views: 844
Posted By SlavaTT
How to make element fill the parent ?

Hello

I have a div which has some fixed size.
It has a span and image inside.
How can I specify to span to fill remaining after image width space ?

Thanks

Slava
Forum: DOM and JSON scripting 04-08-2004, 02:40 PM
Replies: 5
Views: 5,701
Posted By SlavaTT
It works. Thank you Kor.

It works.

Thank you Kor.
Forum: DOM and JSON scripting 04-07-2004, 12:45 PM
Replies: 5
Views: 5,701
Posted By SlavaTT
I need to handle onmousewheel, because I do there...

I need to handle onmousewheel, because I do there my own event processing - changing background on items and scrolling.
What I want is to disable div's built in scrolling behavior , I use scrollTop...
Forum: DOM and JSON scripting 04-06-2004, 11:53 PM
Replies: 5
Views: 5,701
Posted By SlavaTT
Overriding onmousewheel event

Hello

I have a div element with it's childNodes collection filled with span elements,
div has style.overflow set to auto. I want it to work like a select/listbox.
I attached an event handler to...
Showing results 1 to 20 of 20

 
Forum Jump

All times are GMT +1. The time now is 06:34 AM.