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 derfloh 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 evismaniac

  1. evismaniac

    asp.net uploading a document

    wondered if anyone could give me a bit of advice on asp.net. im a newbie so go easy on me :P im coding a site using vb.net, that uploads word and pdf documents to a location which they can then later be viewed and downloaded if requried, what iv got is an sql database that holds all the...
  2. evismaniac

    remembering login using perl

    OK I thought I'd paste an example of the code im using. This is for the add function: #!/usr/local/bin/perl -w #add.pl use DBI; use CGI; $rgt = new CGI; $user = $rgt->param("user"); $pwd = $rgt->param("pwd"); $deptno = $rgt->param("deptno"); $deptname =...
  3. evismaniac

    remembering login using perl

    Hi, im quite new to this sort of thing but im attempting something and hoping I might be able to get some good help in here...? Anyway the situation is: I have a simple webpage that consists of 3 frames, head, menu, and content. The menu consists of 4 links each to a seperate page...
  4. evismaniac

    forms & username and passwords?!?

    Hi, any advice on this now ive posted the code.....? I would like to have this working by Sunday night if possible. Im trying different things but not having much luck! Thanks for any more help.....
  5. evismaniac

    forms & username and passwords?!?

    Hi, ok the frameset code: <html> <head> <title>Company Database Test</title> <script language=&quot;JavaScript&quot;> <!-- function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) with (navigator) {if ((appName==&quot;Netscape&quot;)&&(parseInt(appVersion)==4)) {...
  6. evismaniac

    forms &amp; username and passwords?!?

    Hi, thanks for the help. Ive tried the code but I cant see how the username and password typed in at the login page automatically enters into the username and password fields on the other pages....They still appear empty. Also I'm using frames with a menu on the left which has the link to each...
  7. evismaniac

    forms &amp; username and passwords?!?

    Hi, can anyone help me with this. The situation is: I have a website consisting of 4 webpages each containing a form. The first 2 fields of each form are username and password. This is because when the form is submitted it needs to access a database with the username and password as entered...
  8. evismaniac

    Cookies? User login &amp; password?

    thats cookies not cooies by the way 8-)
  9. evismaniac

    Cookies? User login &amp; password?

    Hi, I'm fairly new to this kind of thing and want to use cooies on my website. Im not really sure where to start but heres the situation: Ok, I have a website which is linked to an Oracle database and I'm using Pearl to send queries. The webpage consists of different forms to do add, delete...
  10. evismaniac

    Remembering user login and password easy?

    Hi trollacious, thanks for the reply. Im very new to this could you tell me how this is done please?? I can show you my code if needed? Thanks for any help.....!
  11. evismaniac

    Remembering user login and password easy?

    Hi, I have a simple webpage, which is connected to an Oracle database and im using Pearl to query it (view, add, update, etc). Each time the user runs a query at present they have to type in their username and password for the oracle database, then complete the rest of the form before clicking...
  12. evismaniac

    simple help needed pls...

    At the moment im using something that looks like this.....ive deleted the html from it. Should I be putting 'form.' before each e.g #form.username# ?? I did try this but it didnt work. Im a bit of a novice at this so go easy on me! Thanks for any help! <cfquery...
  13. evismaniac

    simple help needed pls...

    Hi, thanks for the help. Your advice sounds like a good solution. I'll let you know the results.....! Cheers Craig
  14. evismaniac

    simple help needed pls...

    Hi, I'm very new to this sort of thing but I'm picking it up ok. Anyway I have a customer registration form that stores customer details in a M$ Access database (this is for a project only). Once the user has inputed all the data and clicked submit I want the user to be able to view what they...

Part and Inventory Search

Back
Top