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 SkipVought 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. Deltaflyer

    PHP Debug Program

    I am new to PHP. I am wondering how everyone debugs their scripts. I have a need to interogate a value of a variable during runtime. I need a way to step thru the code line by line...
  2. Deltaflyer

    Annoying popup message

    Cheers onpnt, i already my internet settings as allow, but i am working on an intranet, forgot to set those. Thanks. [COLOR=blue]D[COLOR=red]e[COLOR=blue]l[COLOR=red]t[COLOR=blue]a[COLOR=red]F[COLOR=blue]l[COLOR=red]y[COLOR=blue]e[COLOR=red]r [COLOR=blue]The [COLOR=red]Only...
  3. Deltaflyer

    Annoying popup message

    I have written an ActiveX control in VB to use in an asp system. The AXC will upload up to 10 files to the server at once, to do this it needs to know the destination folder on the server. I am passing this information to the AXC via javascript, but everytime i run the page i get the following...
  4. Deltaflyer

    Folder - Subfolders Request

    The issue is i am dealing with a server over 200miles away (slight speed issue) so i was wondering if there was a quicker way of doing it. [COLOR=blue]D[COLOR=red]e[COLOR=blue]l[COLOR=red]t[COLOR=blue]a[COLOR=red]F[COLOR=blue]l[COLOR=red]y[COLOR=blue]e[COLOR=red]r [COLOR=blue]The...
  5. Deltaflyer

    Folder - Subfolders Request

    If you right click on a folder in windows and select properties, you get shown how many files and subfolders there are. Can i achieve the same effect through VB without physically visiting each and every folder below the start folder? If so, can you give me an example or point me in the...
  6. Deltaflyer

    Adding ActiveX Colour Palette

    I have been tasked to compile an ActiveX graph, (my first ActiveX project ever) and would like to be able to choose the colors shown on the graph. It took me a couple of days to figure out how to pass all the graph variables but that is now done, thankfully! I have also successfully added...
  7. Deltaflyer

    Flashing Taskbar

    Cool thanks. [COLOR=blue]D[COLOR=red]e[COLOR=blue]l[COLOR=red]t[COLOR=blue]a[COLOR=red]F[COLOR=blue]l[COLOR=red]y[COLOR=blue]e[COLOR=red]r [COLOR=blue]The [COLOR=red]Only [COLOR=blue]Programmer [COLOR=red]To [COLOR=blue]Crash [COLOR=red]With [COLOR=blue]Style. LOL
  8. Deltaflyer

    Flashing Taskbar

    How do i make the taskbar flash? My program is an ICQ style LAN based secure messenger, the management want to allow interoffice communications but not with the outside world. I have done the hard work but can't figure the simple task. Everyone says that the beep that accompanies the arrival...
  9. Deltaflyer

    Multi projects out of the same WWW root.

    We started using VInterDev about 3 years ago, when we were only running a couple of systems on the web. We now have 27 different systems running on the same www root, this is not a problem, the problem is keeping everyones project view up to date. 20-30 minutes the refresh is taking, is there...
  10. Deltaflyer

    style and text color failure

    I have tried that but to no avail, that is why i reverted to JS. Could you show me how to do this as i am not at all familiar with CSS? [COLOR=blue]D[COLOR=red]e[COLOR=blue]l[COLOR=red]t[COLOR=blue]a[COLOR=red]F[COLOR=blue]l[COLOR=red]y[COLOR=blue]e[COLOR=red]r [COLOR=blue]The [COLOR=red]Only...
  11. Deltaflyer

    style and text color failure

    i am currently using function mousein(x) { x.style.color = '#000000' x.style.textDecoration = 'none' } function mouseout(x) { x.style.color = '#FFFFFF' x.style.textDecoration = 'underline' } To change the style of my hyperlinks when the mouse is hovered over them, <a href=blah.com...
  12. Deltaflyer

    DAO playing havoc with my brain.

    I am using the following code to fill out a combo box with items from an access database, but each time i try to execute it i am coming up with &quot;TYPE MISMATCH Error 13&quot; on the Set rs=db.OpenRecordset line, can anybody help me please. Dim ws As Workspaces Dim db As Database...
  13. Deltaflyer

    The mystery of Netscape and the disappearing Cookies.

    I have a report that uses 40+ criteria to compile. My users have requested that i generate some kind of MEMORY SYSTEM that will remember all these criteria to save them from always having to re-enter. (Theyre a lazy bunch ;-)) This part i have done, (Wehay! :-D) a 300 line javascript reads the...
  14. Deltaflyer

    HTML E-mail

    With this coding on an ASP page, x=&quot;&quot; x=x&&quot;<html><body>&quot; x=x&&quot;<img src=../images/&quot; & picture & &quot;>&quot; x=x&&quot;</tr>&quot; x=x&&quot;</table>&quot; x=x&&quot;</body></html>&quot; oConnect.Execute &quot;EXEC master..xp_sendmail @recipients='&quot; & address...
  15. Deltaflyer

    Multi Select Combo Box

    I have specified the combobox as a multiple, <select multiple size=5 style='FONT-SIZE: 8px; FONT-FAMILY=MS Sans Serif;' name=status > but i need to be able to select multiple entires via javascript. i.e. document.form.status.options[1].selected and document.form.status.options[2].selected...
  16. Deltaflyer

    Multi Select Combo Box

    On the click of a button i need to be able to select several entries out of a multiple combo box containing hundreds, can anybody point me to a working version of this theory or could you help me out? I have tried to select them individually and i only end up with the last one selected.%-( It's...
  17. Deltaflyer

    Cookies across several pages.

    Is it possible to use the cookies from one page on another page? I need to be able to access stored details across 4-5 pages and thought that cookies would be the answer? If it is even possible can you help me out? Thanks for you time...
  18. Deltaflyer

    Opener Span Change

    Can you update the innerHTML of a span tag that is on the opener of the current window. I have been trying to use window.opener.span.innerHTML = 'Whatever' and it does not work. If this is possible could somebody please show me how. Thanks for your time...
  19. Deltaflyer

    Combo Box Styling

    Thankfully were running a NS6 and IE5.5 network, all internal so no probs there. Cheers for the advice anyway. [COLOR=blue]D[COLOR=red]e[COLOR=blue]l[COLOR=red]t[COLOR=blue]a[COLOR=red]F[COLOR=blue]l[COLOR=red]y[COLOR=blue]e[COLOR=red]r [COLOR=blue]The [COLOR=red]Only [COLOR=blue]Programmer...
  20. Deltaflyer

    Combo Box Styling

    Thanks mithril, just what i been looking for. [COLOR=blue]D[COLOR=red]e[COLOR=blue]l[COLOR=red]t[COLOR=blue]a[COLOR=red]F[COLOR=blue]l[COLOR=red]y[COLOR=blue]e[COLOR=red]r [COLOR=blue]The [COLOR=red]Only [COLOR=blue]Programmer [COLOR=red]To [COLOR=blue]Crash [COLOR=red]With [COLOR=blue]Style. LOL

Part and Inventory Search

Back
Top