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: *

  • Users: Astor
  • Content: Threads
  • Order by date
  1. Astor

    Variable Problem (what's new)

    Hello all, I have a little problem that is driving me nuts. I set up a variable in php (print "t1=x&t2=y";) I've also tried it loading the variables through a txt file (t1=x&t2=y) I load the variables in Flash: loadVariablesNum("test.php", 0); Funny enough, if I use a dynamic text field and...
  2. Astor

    Perl DBM Problem

    Hi everyone, I have a bit of a problem. My hosting server changed to a new server, and now I can't open any of my existing DBMs. Let me further explain. Before, when I created a DBM (say test) it would create 1 file and it will call it "Test". Now, using the same script, it creates 2 files...
  3. Astor

    Cron job help

    This must be a very stupid question. I have a very simple perl script called test.cgi I call it through the browser and it does what it's supposed to do. Now I want the server to run it say every minute. For my cron tab command I have: * * * * * /<my path>/test.cgi Obviously the script is...
  4. Astor

    XSL substitution

    Hi everyone, I have a simple problem yet seems more complicated than it should really be. I'm creating an XSL to display my XML. I have the following string <MANAGERS>GS/ML/CSFB</MANAGERS> This is what I want to display GS / ML / CSFB In other words, I need to add a white space between each...
  5. Astor

    Window scrollbars

    Is there any way I can force the window scrollbars to always be visible/available? Somehow, when you have an iframe within a table it will have a scrollbar within the frame, but I need one on the main window as well in order to scroll all the way to the bottom of the embeded frame. Thanks,
  6. Astor

    Diplaying results in a div tag

    Hi, I have the following code <html> <head> <script language=&quot;javascript&quot;> function reptitle(title) { ReptName = title; if (ReptName == null) {ReptName = &quot;My Pages&quot;;} RespName = &quot;Myself&quot;; document.write(ReptName + ' - ' + RespName); return; } </script>...
  7. Astor

    Enable Javascript.

    Is it possible to dynamically enable javascript in IE browser? Thanks
  8. Astor

    No Right Click and No Shift Click combined

    I'm trying to achieve the no right click and the no shift click combined. I have a script that does the job individually, but when put in the same html only one effect occurs. Can anyone help me put these two together? Thanks. <HTML> <HEAD> <title>JavaScript</title> <script...

Part and Inventory Search

Back
Top