|
I think you posted this before.
HAVE YOU MADE SURE THAT IT IS NOT THE MAIL CLIENT?
Brad
Australian
- bryce on "Problems with Code Project"
*sigh* Maunder's been coding again...
|
|
|
|
|
Bradml wrote: I think you posted this before.
I thought I recognized this
ÐÐºÐ°Ð´ÐµÐ¼Ð¸Ñ Ð¤ÐµÐ´ÐµÑ€Ð°Ð»ÑŒÐ½Ð¾Ð³Ð¾ агентÑтва ПравительÑтвенной ÑвÑзи и информации при президенте РоÑÑийÑкой Федерации
Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ # из # Ð¸Ð¼Ñ Ð²ÑƒÐ·Ð° # приглаÑил Ñ‚ÐµÐ±Ñ Ð²
|
|
|
|
|
Maybe you didn't understand when I mentioned to change your HTML header information when you posted this question before.
You are using UTF-8 which is not a Russian character set.
Use iso-8859-5 the Cyrillic character set
|
|
|
|
|
I was thinking that, but couldn't remember the exact details + I'm tired so didn't feel like a google
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|
|
|
[This is a cross-post. I originally posted in the ASP.NET forum on accident]
Hi Guys,
...We're working with a hierarchical Infragistics UltraWebGrid(just FYI...my issues are not with the grid) and when one of the parent rows is selected, each of the children underneath it is to be selected as well. I have the code to perform this all hammered out, but now I have to deal with the issue of the fact that this is sometimes a long-running process. Infragistics provides their own wait-cursor for several of the grid's functions, but not for this. What I'm trying to do now is something to the effect of:
in the code behind(C#):
DisplayGrid.DisplayLayout.ClientSideEvents.AfterSelectChangeHandler = "SelectBranch('ctl00xContentPlaceHolder1xRemovedEquipmentxuwgDisplay');";
in javascript
function SelectBranch(gridId)
{
document.body.style.cursor = 'wait';
foo(gridId);
document.body.style.cursor = 'default';
}
What is happening is that it is executing 'foo' as it is supposed to, but never resets the cursor to the default cursor
Does anybody know how to get this logical flow to work? Or is this incorrect? What if foo recursively calls 'SelectBranch()'? Does that have any implications?
Welcome my son...Welcome..to the Machine
|
|
|
|
|
Hi All,
I am dynamically adding rows to a html table through code with the following code. I am attaching double click event to the cells in the row added. I want to handle double click event with function named cellClick and i want to pass cell number as an argument to that function. But in the event-handler function it is always passed as 7 rather than, the actual column number. Can any one help me , how to pass arguments to the handlers of the event through code.
function addRow()
{
oGrid = document.getElementById('Table1');
tr = oGrid.insertRow();
var td = tr.insertCell();
td.onclick = function(){showImage(this)};
for(var i = 1; i < 7; i++)
{
td = tr.insertCell();
td.ondblclick = function(){cellClick(this,i)};
td.height = 25;
}
}
VijayKrishna
|
|
|
|
|
I have problem with JavaScript I don't know how to when i scrol page down i want menu go to the as scroll, please help me.
Regard
&nbpsp;&nbpsp;&nbpsp;&nbpsp;&nbpsp;&nbpsp;&nbpsp;Socheat
................
|
|
|
|
|
If I understand correctly, you could do something similiar by putting the menu in a div. Then in CSS set position:fixed and top and left to where you want the div to appear.
|
|
|
|
|
Would you mind, if you give me a full code?
Thasnk
I want answer like that when dropdown scrollbar the menu is dropdown too.
................
|
|
|
|
|
<div style="top:10px;left:25px;position:fixed">My menu content</div>
|
|
|
|
|
After use how can i do next?
................
|
|
|
|
|
Hi,
We have a web application developed in Classic ASP. The application allows the user to search for certain keywords. The user needs to be shown a list of the recent searches that she made as when the letters are typed in the textbox for the search just like Google Suggest. I implemented by storing the search words entered by the user in DB and querying the DB using AJAX to get the words starting with the letters typed by the user. But this method would require a DB hit for each and every character the user types in the text box and if millions of users are doing it simultaneously.
Is there a better and efficient way to do this using Javascript (or other ) which still provides me the option to get the words starting with letters typed in by the user, so that I can get a similar effect as using 'a%' in the select query to the DB.
The DB is Oracle 9.2 and needs to be done in Classic asp pages. Any help is appreciated.
Regards
|
|
|
|
|
I want to pass a message to a html/aspx(client side) page from a message source(either a remoting object or service or just a normal website)
could you suggest a good method to achieve this functionality.
|
|
|
|
|
|
Is there a way you can make an HTTP POST Request and not wait for the response? I'm using Delphi and Indy to make the request to an ISAPI web service sitting on my server.
thanks.
|
|
|
|
|
mobius111001 wrote: and not wait for the response?
You could mean "not block" or "not wait". To not wait you would need to be using an API (Indy) that lets you determine that the send part of the POST has completed. At that time, if the API provides you could delete (dispose, whatever )the object without consequence.
To not block you provide your own method that starts a worker thread where the actual POST occurs and the calling thread would be free to do .... whatever.
Does that help?
led mike
|
|
|
|
|
You can use an asynchronous XMLHttpRequest. Google for it and you will find examples.
You need to do some setup first based on browser type (IE prior to IE7 uses ActiveX) and a function to receive the response. In your case you can use a null function if you are not interested in the response. Be sure to set the third parameter in the request open to true for asynchronous mode.
If you do not find anything you understand email me and I will send you an example.
|
|
|
|
|
Hi,
Can any one please explain what is http redirector or point me to the article regarding this.
Thankx
Mohan
|
|
|
|
|
The Hypertext Transfer Protocol (HTTP) redirector filter that is provided with Microsoft Internet Security and Acceleration (ISA) Server forwards HTTP requests from Firewall and secure network address translation (SecureNAT) clients to the Web Proxy service. Requests are cached, even if the Firewall client does not configure the Web browser to use the ISA Server computer.
You can configure the redirector to do one of the following:
• Redirect requests from Firewall and SecureNAT clients to the Web Proxy service on the local ISA Server computer.
• Send requests from Firewall and SecureNAT clients directly to the specified Web server. In this case, the request essentially bypasses the Web Proxy service and the requested object will not be cached.
• Discard HTTP requests from Firewall and SecureNAT clients. In other words, even if all other ISA Server rules allow the request, the HTTP redirector filter might reject it. This essentially forces all clients who want to use HTTP to be set up as Web Proxy clients.
Regards,
Satips.
|
|
|
|
|
Satips,
ISA Server is windows related, but what is http redirector for Apache Server, may be a simillar concept?
Thanks
Mohan
|
|
|
|
|
Hi,
when I embed the Windows Media Player in the following way (sorry for the wrapped lines...), the indicated file always starts automatically, although the default value of the parameter autostart is false. It doesn't help neither, when I'm setting the autostart parameter explicitlay to false:
<object width="240" height="62" id="MediaPlayer" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab##Version=6,4,5,715" type="application/x-oleobject">
<embed id="nsmedia" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" filename="Stdtstr01.mp3" name="MediaPlayer" uimode="mini" width="240" height="62" />
Does anybody know how to disable the autostart function here?
Wolfgang (Berlin, Germany)
|
|
|
|
|
I use
<embed filename="your_file" width="240" height="62" autostart="true" autoplay="true" />
|
|
|
|
|
Hmm, doesn't work on my side. No matter which values I'm assigning to the autostart and autoplay parameter, the player always starts automatically. Doesn't it do so on your side?
Wolfgang
|
|
|
|
|
Is true, not work with your code, but if you write this only (inside body), work!
<embed id="nsmedia" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"
filename="your_file" name="MediaPlayer" uimode="mini" width="240" height="62" autostart="true" autoplay="true" />
I try this with a avi file and run, i quit autostart and autoplay and run (i don't know ), sample
<embed id="nsmedia" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"
filename="myfile.avi" name="MediaPlayer" uimode="mini" width="240" height="62" autostart="true" autoplay="true" />
|
|
|
|