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 biv343 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
  • 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

    The permissions of my DBMs have not changed, and as I said, it was working 2 days ago. On top of that, the permissions of my "Test" file and my other "Test.dir" & "test.pag" are the same, yet I can access the last two but not my original format. Could it be that there's a perl module missing?
  3. 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...
  4. Astor

    Cron job help

    * * * * * /<my path>/test.cgi Didn't send me any email notifications. I tried, * * * * * <my path>/test.cgi and now I get these emails: /bin/sh: line 1: <path>/test.cgi: No such file or directory Permissions are ok, as when I call the script manually through a browser it works fine. Any...
  5. 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...
  6. Astor

    XSL substitution

    Thanks for the reponse, but the managers names are not always the same amount of character. Those were just examples. I'm getting a list of managers that could either be: GS/ML/CSFB or CSFB/LEHMAN/ML or ... I'm really perplexed that you cannot do a simple substitution in XSL. which...
  7. 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...
  8. 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,
  9. 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>...
  10. Astor

    Enable Javascript.

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

    No Right Click and No Shift Click combined

    ... And which better way is that? :)
  12. 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