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
~1K People Reached
Favorite Forums
Member Avatar for GeoffC

I have html as follows: [code] <input type="file" name="p_pict" /> <input type="button" value="Upload" onclick="p_Upload()"/> [/code] With the Browse button I get a full file pathname including backslashes. The javascript is: [code] function p_Upload() { alert(document.forms[0].p_pict.value); } [/code] The alert displays only the file name. Everything up to the last backslash …

Member Avatar for GeoffC
0
177
Member Avatar for GeoffC

Example 1 The button is a blob of colour (.jpg) with text over the top. I want two things to happen: first, when the cursor is rolled over the .jpg and then the text, I want the text to change colour. This works ok. Second, I want to link to …

Member Avatar for AffineMesh
0
185
Member Avatar for GeoffC

I have a parent table and a child table linked with an Id. The child table has two fields - ch_id and item. The parent table has a field which stores the value of ch_id for that row. I have set up a php script to generate a selection list …

Member Avatar for GeoffC
0
78
Member Avatar for GeoffC

I have a couple of buttons in html as follows: <tr> <td><a href="member_archive_action.php"><input class="button" name="Change" type="button" id="Change" value="Change" ></a></td> <td><a href="members.php"><input class="button" name="Back" type="button" id="Back" value="Back" ></a></td> </tr> Each of them calls the appropriate php script twice when pushed. The Change button toggles a flag so was apparently doing nothing. …

Member Avatar for amphetkid
0
79
Member Avatar for GeoffC

I am using the following to set up a textarea for the input of the body of an email. [ICODE] <textarea name="body" id = "body" ><?php echo $sig?></textarea> [/ICODE] the php inserts a "signature" into the textarea. When I tab to it, the cursor goes to the end of the …

0
55
Member Avatar for GeoffC

I am using the following to set up a textarea for the input of the body of an email. [code] <td valign="top"><textarea name="zbody" id = "zbody" class="stylefont_textarea" tabindex = "3" onfocus="gotostart()" cols="40" rows="10"><?php echo $sig?></textarea></td> [/code] the php inserts a "signature" into the textarea. When I tab to it, the …

Member Avatar for GeoffC
0
80
Member Avatar for GeoffC

I have an MS Access app that prints to a Fuji DocuPrint 203A printer at two locations. ie. 1 notebook PC and two identical printers. The problem I have is that each individual printer requires its own driver so I need to set the appropriate printer as the default. It …

0
40
Member Avatar for GeoffC

When I attempt to open System Restore I get an Error message as follows: AppName: rundll32.exe AppVer: 5.1.2600.2180 ModName: srrstr.dll ModVer: 5.1.2600.2180 Offset: 000099b2 --------------- Another thread with an identical problem had the following message: "However, running the sr.inf:install solved the problem. Had to browse around, a bit, to find …

Member Avatar for caperjack
0
231
Member Avatar for Me2-BFD

I just noticed today that I cannot access my System Restore applet. I've never had a problem before, and I don't recall installing (or doing) anything which would affect it. When I try to access it, I get a 'send an error report' alert, saying "Run a DLL as an …

Member Avatar for DMR
0
559