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
~919 People Reached
Favorite Forums
Favorite Tags
Member Avatar for sawmaster

Hey. For some odd reason, event.clientX and event.clientY don't work in safari in mac os x leopard. They used to, but it appears it cannot find the object "event". URL: [url]http://71.193.112.221:8888/tools/jos2/[/url] In the file windowsxp.js (don't get confused with windowsxp.jos), the movecursor() function moves the cursor div. It works, but …

Member Avatar for sawmaster
0
823
Member Avatar for sawmaster

Hi! I am kind of new to php. [CODE]$myFile = "msg.txt"; $fh = fopen($myFile, 'w') or die("can't open file"); $stringData = $beforeData; fwrite($fh, $stringData); [COLOR="Red"]$stringData = ""+myname+": "+mymessage+"\n";[/COLOR] fwrite($fh, $stringData); fclose($fh);[/CODE] I need to set more than one variable in that red line. How do I do that? I'm trying …

Member Avatar for sawmaster
0
96