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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by neomorpheus

  1. neomorpheus

    Textarea Quotation Marks and Apostrophes

    Yeah, this is going to be used by a lot of users who do not want to be restricted to using notepad for editing and then pasting. Most of them wouldnt read the instructions even if we posted them. Since Word is most commonly used editor, it poses a big headache for us. I do need to do some...
  2. 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...
  3. neomorpheus

    Redirect back to Page where submitted form

    In yourcode, the return URL is hardcoded. How can I make that NOT hardcoded and send it back to the page it came from. (i.e the page that had submitted the form?)....the refering page.
  4. 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...
  5. 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.
  6. neomorpheus

    SSL Login Question

    The popup alert is actually a warning that we are moving away from a https to http page. Our certificate is validated by Verisign. My problem lies in the fact that I would like to secure the login process. I want the Login details to be encrypted and secure. Since the requirements involve...
  7. neomorpheus

    Question on Login HTTP to HTTPS

    Thanks for your feedback. I agree with your perspective. My problem lies in the fact that I would like to secure the login process. I want the Login details to be encrypted and secure. Since the requirements involve placing the login box on the homepage (not secure- http), submitting the form to...
  8. 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...
  9. 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...
  10. 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...
  11. neomorpheus

    How to calculate Date?

    Heeding to the advic eon one of the posts, I did it using a databse function- **************************************************** CREATE PROCEDURE [GetDateRange] AS DECLARE @date DATETIME, @fdate DATETIME, @ldate DATETIME SELECT @date = Getdate() SELECT...
  12. 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...
  13. 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...
  14. 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...
  15. neomorpheus

    Setting Up New Wireless LAN

    I started out with Linksys WAP and PCI Card. But my laptop kept freezing all the time. Returned Linksys and tried Netgear MA814 router and MA401 PCI card and it works great. I guess it totally depends on your hardware and some might work well and some might keeo giving you trouble. I guess you...

Part and Inventory Search

Back
Top