Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
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
Print/preview shows only 1 first print page for the iframe
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
Print/preview shows only 1 first print page for the iframe
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
Print/preview shows only 1 first print page for the iframe
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
Print/preview shows only 1 first print page for the iframe
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
How to print multiple html documents ?
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
How to print multiple html documents ?
Views:
1,965
Posted By
SlavaTT
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
Refresh Another Window
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
How to print multiple html documents ?
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
Why offsetXXX properties are all zero ?
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
Why offsetXXX properties are all zero ?
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
Why offsetXXX properties are all zero ?
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
Why offsetXXX properties are all zero ?
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
How to get margin size as a number of pixels ?
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
How to get size of element's margin as the number of pixels ?
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
How to get margin size as a number of pixels ?
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
How to make element fill the parent ?
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
How to make element fill the parent ?
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
Overriding onmousewheel event
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
Overriding onmousewheel event
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
Overriding onmousewheel event
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
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
06:34 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.