|
Is the outlook mail window web based?
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|
|
its the regular outlook from office2003....
|
|
|
|
|
The why are you posting this in the web development forum?
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|
|
couse I want to implement it in a javascript embedded in a HTML Form.
it seemed like the right place.....
|
|
|
|
|
Where will this HTML form be located?
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|
|
How can I disable selection of text? I saw that in IE this could be done with setCapture. What about Netscape? Is there some style property that can be used with this purpose?
-- modified at 7:03 Monday 12th February, 2007
|
|
|
|
|
You may find that doing this just irritates people. But the BEST way to do it is put it in an image.
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|
|
Thanks for your trying.
But if you want to help, then help people sincerely.
All the best for your career.
|
|
|
|
|
Mate I gave you a dead straight answer there. No matter what you try with Javascript people can get around it.
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|
|
Hello, there,
In my current project, I am dealing with table with many many columns. I need to make a table with first several columns fixed. It is like the table in Excel with locked columns. Only the columns after the fixed columns can be scrolled horizontally. It seems very difficult to implement. I could not figure it out.
I am thinking to put two tables together and put them in a div. But it seems difficult to edit everything in a whole row. Because they are actually 2 rows from two tables.
Is there any link or sample code for this kind of table?
Thank you so much in advance.
|
|
|
|
|
How are you currently implementing this?
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|
|
Thank you for your reply.
I am thinking put the fixed columns in a seperate datagrid and put two datagrids (or tables) together. But it seems it is quite complex to do it, especially the editing part. Is there any easier way to do this?
Thank you very much.
|
|
|
|
|
I think the only way to do this is with 2 divs... or some fancy javascript scrolling.
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|
|
I agree with you. Thank you so much.
|
|
|
|
|
pls Sir tell me procedure of web services uses
R.K.Bansal
|
|
|
|
|
|
I earlier asked for a method for doing setTimeout in a javascript class. Searching the Internet, I got an excellent class; but it was hard to find. So, I decided to post it here for the benefit of others who may find themselves in the same predicament as I was.
http://www.codingforums.com/showthread.php?t=10531[^]
Thomas
modified 29-Aug-18 21:01pm.
|
|
|
|
|
That's pretty cool.
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|
|
hey thomas ,,
thanks buddy... nothing new in that.. but the way it has been done it very good..
keep helping others
Ravi Kant Srivastava
(System Analyst)
HandsOn Technology & Engineering
Gurgaon
(India)
e-mail:ravikant@hte.co.in
|
|
|
|
|
I am experimenting with embedding IE and client-side javascript to jazz things up a little.
If I open an HTML page with some embedded javascript I get the 'IE has restricted this webpage ... click here for options' warning. How do I get rid of this? I've already enabled the Tools >> Internet Options >> Security levels for both local Intranet and Trusted sites.
Thx++
|
|
|
|
|
Search for "Mark of the Web"
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|
|
Brad, excellent, thx++. That's just the ticket.
|
|
|
|
|
No worries.
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|
|
I have a .NET application, in the debugger the start page is set to "defailt.aspx", when I place this on the server and configure IIS to use "default.aspx" first in hte list under default document I get an error, it is a runtime error but it tells me it can not be displayed but I can se it on the server (which I can't, as explorer just crashes)
If I have an HTML document listed first under default document (and create a dummy html file and place it in the project direcrry) it works, but my project does not have an HTML file...
any idea what I am missing here?
|
|
|
|
|
No-e wrote: I get an error, it is a runtime error but it tells me it can not be displayed but I can se it on the server (which I can't, as explorer just crashes)
That was quite confusing... Do you get an error message? What does the error message say? I suppose that you mean Internet Explorer when you say "explorer", but does it really crash?
Have you disabled "friendly HTTP error messages" in the browser, so that you see the real error message that the server sends? Unless you do that, you will not have any clue to what might be the error.
---
single minded; short sighted; long gone;
|
|
|
|