Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~762 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Herman

I want to disable the touch pad pointing device on my laptop, Fujitsu Siemens Amilo L6825. Note that the operating system on this machine is Windows 2000 (Not XP - Apparently these machines where optimized for XP - But thats a Long Story!!) Problem is that when typing in a …

Member Avatar for Gaia123
0
655
Member Avatar for globalplayer

[code=javascript] // this is actually defined somewhere else var strDivHeight = "95%"; // create object, div var d = document.createElement("DIV"); d.style.height = eval ('"' + strDivHeight + '"'); [/code] Works. But... eval() is evil, so the saying goes. Am I also able to get rid of eval() in *this* case? …

Member Avatar for MattEvans
0
105