Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. neomorpheus

    Textarea Quotation Marks and Apostrophes

    When copying and pasting text from MS-Word, all quotes and apostrophes get changed to ? marks. ----------------------------------------- This is my essay I am ?really? good at it, you know! Do you want to?s give ?me? a scholarship? ----------------------------------------- I have the following...
  2. neomorpheus

    Redirect back to Page where submitted form

    I have a vot eposting form. I wish to be able to go back to the page where i came from after the vote has been posted. Currently, it just displays "Vote Posted" and I have to hit the back button to get back to the original page. I do not want o hard code th epage address but use the cgi.referer...
  3. neomorpheus

    Custom Tags Display in Dreamweaver

    Is there a way to display the custom tags in Dreamweaver like the way the components show up in the Application section. My custom tags are in a directory that are outside the "site" that i have set up. It is a lot of trouble switching between sites to access them. Any ideas? Thanks for your time.
  4. neomorpheus

    SSL Login Question

    I am working on a project that involves securing our login forms. Currently we have a login box on the homepage (not secure). We do have SSL on our whole site, so http://www.sitename.com and https://www.sitename.com work well. I have tried to submit the login on the homepage to a...
  5. neomorpheus

    Question on Login HTTP to HTTPS

    I am working on a project that involves securing our login forms. Currently we have a login box on the homepage (not secure). We do have SSL on our whole site, so http://www.sitename.com and https://www.sitename.com work well. I have tried to submit the login on the homepage to a...
  6. neomorpheus

    Checkbox behave like Radio Button

    I am kinda lost here, and I tried looking up most of the forum here for a solution....but not successful. I would appreciate some help if anybody could spare a few minutes for this question. I am trying to comeup with a solution for a pair of checkboxes to behave like radio button. Which means...
  7. neomorpheus

    How to calculate Date?

    I need to find the date that was two months back from current date (today). It also needs to keep in mind 30 or 31 days in a month. I thought about calculating it by subtracting 60 days, but it doesnt give me an exact/ correct date. Since the data I am going to display is time-specific, i need...
  8. neomorpheus

    Subscribe/ Unsubscribe

    I a m currently developing an application that lets users subscribe to newsletters and am having trouble proceeding. I give the users a radio button option (Yes/No) to pick from. Based on what is picked/ not picked, I need to create a string which will be fed to a stored Procedure that inserts...
  9. neomorpheus

    Identifying the recordset

    I have a query which outputs the following NAME AGE DATEOFBIRTH ADDRESS John 33 12/21/66 123 John Lane Joe 32 11/21/44 566 John Lane Jack 23 07/17/55 8654 John Lane At the end of each row, I have a modify button which submits the page. When I click...
  10. neomorpheus

    Laptop Freezes over....

    I Installed a LINKSYS Wireless Access Point Router Mode: BEFW11S4 ver.2 on to my Desktop. It works great and am able to get onto the NET. I also installed a LINKSYS Wireless PCI Card: Model WPC11 ver.3 on my laptop for wireless internet access. I have been having trouble with my laptop freezing...
  11. neomorpheus

    Where to start

    I have a reformatted laptop that has just a version of Caldera DR-DOS 7.03 running. I would like to install XP pro on the laptop but when i insert the Cd, there is no response. I tried to locate the cd drive thru the command prompt but am unable to proceed. Any idea on how to go about??
  12. neomorpheus

    Replacing one item in a list......

    I have a list as below.... SYSDATE,USERNAME,CLIENTIP,URLSTEM,URLQUERY,REFERER,NODEID I want to be able to replace the SYSDATE in the list as "convert(nvarchar, sysdate,101) as sysdate", so that my revised list would be: convert(nvarchar, sysdate,101) as sysdate, USERNAME, CLIENTIP...
  13. neomorpheus

    Break up a list into multiple lines

    I have a list as below- (SuperUser,SuperEdit,ContentEdit,Contentviewers,PageOwners,Metadata,UserAdministrators,BusinessTools,SoftwareTools,ServicesTools,InformationTech,WebReports) I have a table that displays certain data and one of the rows in the table displays the above list. Since the...
  14. neomorpheus

    checkbox mark

    Is there anyway to change the color of the checkmark in a checkbox?
  15. neomorpheus

    CFDIRECTORY/ CFFILE: deleting selective files

    I have a situation where there was an error in the code while uploading files that the temporary files that were uploaded were not deleted. So there exisits in multiple folders/directories, temp files ( for example : DOT TXT, DOT EXE..... no file name, just a DOT and file extension). I am...
  16. neomorpheus

    Date Question

    If I have the value of a CreateODBCDate(Now()) as {d '2002-04-16'}. If I wanted to convert this to a numeric type...what should I do?? for eg: For example, in ColdFusion, a numeric value 37287 will interpret to 1/31/2002. Now how can I convert my date to numeric?? Thanks
  17. neomorpheus

    File Upload....

    I have a form which has 1.) a file upload field and 2.) a dropdown that lists diffrent file extensions. Right now users have to use the file upload to select the file they want to upload AND in the dropdown list for file type/extensions need to pull the right file type. The code is so written...
  18. neomorpheus

    Netscape Problem

    I have a report that is being called thru Cold Fusion 4.5. The report shows up fine in IE versions, but gives me an error message when using Netscape- The viewer is initialized but doesnt run the report. ERROR MESSAGE: "A required argument is invalid or not specified near [-1]- Connecting...
  19. neomorpheus

    SubReport PageHeaders

    I have been having trouble with this for quite some time. Any help would be appreciated. I have a five reports created individually...Each accessing a separate stored procedure in the database but require the same parameters. Each report contains its own set of Report Headers, Page Headers...

Part and Inventory Search

Back
Top