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 Mike Lewis 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. PalOwl

    Object creation in flash

    I'm creating objects from an XML file (code below) my problem is: How do I evaluate "level" and "parent" so that they are seen as objects ? I have tried eval(parent) but with no success This is the call with xml (variables are dynamic) level = new mMenu(name,url,parent); #...
  2. PalOwl

    CGI password change

    This post will help you http://www.tek-tips.com/gviewthread.cfm/lev2/4/lev3/32/pid/219/qid/310708
  3. PalOwl

    Changing email passwords using CGI

    Here is a script the will help you ------------------------------------------------------------------------------ #!/usr/bin/perl # manage.pl # # A program designed to allow teachers on a campus to handle adding # and changing students to the system. # # At my school, all students have an ID...
  4. PalOwl

    Change a Unix/Linux password

    Does anyone of a way to change a linux password WITHOUT needing the Expect module or any modules (this is because of hosting restrictions) as below. It require multiple lines which I cant seem to do. Thanks in advance sub changePasswds { print &quot;<BR>Change Password<BR><BR>&quot...
  5. PalOwl

    Email control through browser

    I would like to be able to add, alter and delete email accounts on my virtual server from a web browser. I see that their is a virtusertable and a &quot;virtusertable.db&quot; this .db is this a berkley db file ? How do i compile the text file into the db file Is there a module that exist to do...
  6. PalOwl

    TextArea Editing

    You can do it in Netscape by using the document.getSelected() function call. Here is an example of an HTML wysiwyg editor Im working on. It looks as though your doing a similar sort of thing. <HTML> <HEAD> <TITLE>Capturing Key Presses</TITLE> <style type=&quot;text/css&quot;> #page {...

Part and Inventory Search

Back
Top