| Thread | Last Post | Replies |
|
| setAttribute and removeAttribute fail?? | 05 Mar 2004 01:18 GMT | 1 |
Hello, everyone I have a html button id=butPause onmouseover=onmouseover='this.style.backgroundImage="url(./Pause_glow.jpg)" style=" BACKGROUND-IMAGE: url(./Pause_noglow.jpg" onclick="playPause()" onmouseout='this.style.backgroundImage="url(./Pause_noglow.jpg)"'
|
| eval problem | 04 Mar 2004 14:33 GMT | 6 |
Hi all, I am having a problem updating class-level variables in eval statements. Take a look at the code:- class JavaService {
|
| jscript function call in c# application | 04 Mar 2004 11:11 GMT | 5 |
Hi, I wrote a little application in c# and included the vsa i have a gui which allows dynamic scripting either of jscript or of vbscript.
|
| Script based Menus and server control objects. | 03 Mar 2004 17:13 GMT | 1 |
Provide a layered menu (vertical) using JavaScript and if it overlaps with ASPX controls, the controls overlap and remain opaque over the menu items even if it has transparent option. This holds true of menus with images too. What is
|
| Dynamically calling a function from the client side | 02 Mar 2004 01:33 GMT | 4 |
I want to dynamically check on the client side to see if a control has an onchange event handler and then if so, to call it. Does this sort of functionality exist within javascript ?? It's sort of similar to the SQL's EXECUTE( 'somestring' ) functionality Thanks
|