Buddies,
I have an asp.net page on which I use an HTML Div element to hold text words. The Div is has style attribute like
style="overflow:auto; border: solid 1px #000000; width:350px; height:100px; word-break:break-all;"
The "word-break" style just works with IE not FireFox because it is...
Buddies,
I’d like to make a web rich-text editor (control) like yahoo email editor using JavaScript of C#. Rich-text I mean in that editor, users can color typed characters and the editor does not need to use HTML-markup-tag-instructed like [font color=red]<typed characters>[/font], or <font...
Buddies,
I want to prevent the default behavior of the F5 key for my web page in Internet Explorer and other browsers. Please give me some ideas to do that. By default, in the browsers, when users hit key F5 (on their keyboard), a web page will be reloaded or refreshed. I do not want such...
Buddies,
I have a web page to create HTML buttons dynamically as in the “formDivColorPicker” function
//////////////////////////////////////////////////////////////////////////////////// version 1 : using global variables //////////////////////////////////////////////////////////////////...
Buddies,
With IE, we can return a value from an opened child window to the parent window (opener) using the statement
return window.returnValue;
My question, how can I use the same javascript methodology in non-IE browser like FireFox? FireFox does not support window.returnValue so which is...
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.