Thanks for your reply. The script I've uploaded is one I've picked up to use in testing only, once integrated into the main system only the business end of the code will be used.
This is part of the webmasters admin for the site, the customer never sees it and has no access to it. There...
Announcement
Collapse
No announcement yet.
Search Result
Collapse
123 results in 0.0590 seconds.
Keywords
Members
Tags
-
Thanks for the Cwd suggestion but all that does is give you the ability to manipulate server paths.
I'm sorry if I'm not being as clear as I should be; the problem I have is not related to the web server at all it relates to a computer I have in the office in front of me (for this purpose...
Leave a comment:
-
Your suggestion regarding emailing the attachment via the the path to it means it would have to be on the server, the file is not on the server it is on a local hard drive, we would still have the problem of transferring them to the server (without doing it manually).
The system we have...
Leave a comment:
-
The C:/dir/dir/filename.ext is the local file. There is no output file as it is not saved to the server.
Why I need to do this: I produce .pdf files (that have been ordered via my on-line perl coded system) for customers on a computer in the office and are saved on that computer. Via...
Leave a comment:
-
Uploading a local file
Hi, I'm really stuck on this.
I want to be able to upload a local file (.pdf), put the contents into a variable and then attach it to an email. The local file name and location is known (derived from data from a database) so I don't want to use the input type of 'file' and have to browse...
-
Thanks for the tips, I've tried your adjustments, and they work as long as the clip is not present. The purpose of the clip, in this example, was to hide 'World' and only display 'Hello'; when hovered over the div would be expanded to show the whole 'Hello World'. Without the clip all of it is displayed...
Leave a comment:
-
-
Alter object height on :hover
I'm trying to enlarge a clipped area of a <div> via CSS when a link in the div is hovered over.
This is what I have tried so far to no avail
Code:<style> #dd { clip:rect(0px 40px 15px 0px); position:absolute; height:60; width:100; background-color:gray;} #dd
-
Can HVMenu be refreshed without reloading the page
Hi
I have a site that has a number of different styles that can be selected by the user. I would like to use HVMenu but I am having problems getting the menu to refresh without reloading the page. I have a script that resets the color and other variables used by HVMenu but just can't...
-
-
Initial value for an input box of type 'file'
Hi
Is it possible to have an initial value specified for an input box of the type 'file'. I know you can use value='initial value' for input boxes of type 'text', I have tried this and it does not work.
The reason why: when I return a form that has been incorrectly completed...
-
sleep n; will stop the script from executing for n number of seconds it then continues with the next line.
Leave a comment:
-
No worries, I have discovered how to create and use multi dimensional arrays. If you are interested just post a reply and I'll show you what I have done.
Leave a comment:
-
Multi dimensional array creation
Hi guys
I would like to be able to create an array in the form of a database, i.e. a number of records each containing a number of fields which I could then access something like: thearray[3,5] (3 being the record number and 5 the field number). How would I create an array like this....
Leave a comment: