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. skootz

    Can I specify attributes of a new window?

    I have a php login script that is actioned to open an authentication page after the user enters their details, ie. <form name=&quot;login&quot; method=&quot;post&quot; action=&quot;auth.php&quot;> Currently this opens auth.php in a new window which is ok but is there any way for me to specify...
  2. skootz

    how do I define a style within a marquee?

    I having a scrolling Marquee that goes to a selected link when you click on the scrolling words. I am trying to define the link/ hover style but with no such luck. Below is an example of the marquee content. I have defined a class but it doesn't seem to apply. Can anyone help? var...
  3. skootz

    Trouble creating new page from template

    Ok, I've arrived at the office this morning - I thought &quot;New day&quot; but still the same old problem!! I've since discovered that every new page I try and create does not display images when I preview it in the browser. I'm thinking there is something seriously wrong with my web server?!!
  4. skootz

    Trouble creating new page from template

    I've been using dreamweaver templates for some time but never have I come across a problem like this before . . . I define a site and create a template but when I try and create a new page from that template it tells me &quot;Error accessing file \\webserver\...\...\\\webserver\...\...\...dwt...
  5. skootz

    Problem when submitting form

    Thanx for your reply Ian. I have now fixed the problem and my stress levels are slowly going down!!
  6. skootz

    Problem when submitting form

    Hi, I have a script for submitting a course booking form. When I submit the form it tells me that I have not submitted the following information: Managers Name and Managers Email - even though I have filled in all the fields. I have gone over and over the script but can't seem to see where i am...
  7. skootz

    Laptop Backup Software

    Hi, I'm looking for a backup software product that allows mobile users to backup files to a network drive whenever they return to the office. Does anyone know of a relatively inexpensive piece of software that would be able to do this? Thankyou in advance . . .
  8. skootz

    Can I echo results of a query in a pop up window?

    THANKYOU!! I didn't realise you could specify a target within a form......DOH! As always I was looking for the complicated answer when there is a simple one just staring right at me. Thanks again!
  9. skootz

    php script

    For CSV txt files you can use something like this: $result = mysql_db_query(&quot;LOAD DATA LOCAL INFILE 'your_file_name.txt' INTO TABLE table_name FIELDS TERMINATED BY ','&quot;);
  10. skootz

    Can I echo results of a query in a pop up window?

    Hi, I'm using the following piece of code to check if users have entered data into a form . . . if((!$first_name) || (!$last_name) || (!$company) || (!$email_address) || (!$username)){ echo 'You did not submit the following required information! <br />'; if(!$first_name){ echo &quot;First...
  11. skootz

    signup/ login page keeps refreshing . . .?

    I am running the following signup script for users to be able to log in: <?php // signup.php include(&quot;common.php&quot;); include(&quot;db.php&quot;); if(!isset($submitok)): // Display the user signup form ?> <html> <head><title>New User Registration</title></head> <body>...

Part and Inventory Search

Back
Top