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
~819 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for Herman

Don't know about the Amilo, but you MAY try to press Fn + a function key with a pic resembling a mouse. On my ESPRIMO notebook it's F6. Worked a treat. Easy eh? :P

Member Avatar for Gaia123
0
707
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
110

The End.