This will be a bit complicated to explain, but here it goes.
I have a page with 2 frames; one is called "code" and has all my JavaScript code and has size 0.
The other one, "main", is large and displays the text "loading..." while all the code loads.
After all the...
Thanks Jeff!
I checked and innerHTML works from NS6.
The strange thing is that when I call the function WriteMessage, the previous message does stay, so the document has not been overwritten.
Well, anyhow I will try your advice.
Branko
Hi,
To start, I am not a JavaScript expert.
I am writing an internet page that should be supported by IE 4 and higher and Netscape 4 and higher.
I am using several frames and I want to add text to one frame on actions performed in another frame. Like a status report or so.
I use the following...
Thanks for your reply AngO!
I tried your solution.
The problem is that this way the user can add only text. What I would like to do is to give a template and the user can add pictures, drawings text in all sizes, colors, fonts and directions.
The table is there to show where the perforations in...
Hi,
I would like to make a word template.
This template should contain a table with fixed measures.
It will be used to print on special perforated paper, so I would like to prevent the user from resizing the table. Does anybody have any suggestions how to prevent that?
I am working with Word...
I have no experience with Coldfusion, but you could try to use the UPDATE TABLE statement.
But I think I have to raise the question: why? Are you sure it is a wise thing to do?
Well, that is none of my business
Branko
With an update-statement and a join this can be done.
My SQL is getting a bit rusty lately, so I suggest you look in BOL or so for the exact statement
Branko
Hi,
I don't have much time, not enough to study your code.
What I did notice quickly is that you put the fetch next in the first line of your while-loop.
This way you are skipping the first record, that you already fetched right after opening the cursor.
I think it is better to put the fetch at...
Hi,
I noticed that there is a difference when I print rotated text under windows 2000 or under the earlier windows versions.
I set the rotation by assigning the same angle to lfOrientation and lfEscapement in the LOGFONT structure.
I noticed that in W2k rotation is positive for Clockwise, and...
Hi,
I had a problem with calling help, not the pop ups.
The problem occurred when I opened a file from a different directory than the program directory before using help. When I called help then, it could not be found.
I solved it like this:(from MSDN)
//First free the string allocated by MFC...
I only have some experience with Visio 2000.
There it depended on the version if this was possible. I think the enterprise edition was needed.
Then, when you create a database diagram there is a menu "database" where there are options to synchronise, up- download etc. I don't have the...
Hi,
I don't know if if this helps you:
You can use SPY++ to get the Control ID of the ComboBox in the FileOpen Dialog.
With GetDlgItem() you can then get access to the ComboBox. From there you are on your own...
Branko
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.