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 wOOdy-Soft 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. theocraticmind

    cacheless refresh

    Hello, The problem is, the page that javascript needs to refresh is asp. asp, as you may know, runs on the server. What I need is cliant side javascript to get the browser to go back to the server for it's info, and not just reload what it currently has. I've been using this...
  2. theocraticmind

    real player

    hello, does anyone know a way of detecting the end of a real player movie?
  3. theocraticmind

    preload quicktime

    Is it posible to preload a quicktime movie the way that you preload images? thanks
  4. theocraticmind

    display:none;

    I'm creating a "slide show" that incorperated quicktime video. It loads image after image until it gets to a .mov file, and then it should load the movie. I've found that writeing and object tag at runtime is no good. So I've get them loading right away, and then playing when the time...
  5. theocraticmind

    quicktime

    I'm creating a "slide show" that incorperated quicktime video. It loads image after image until it gets to a .mov file, and then it should load the movie. I've found that writeing and object tag at runtime is no good. So I've get them loading right away, and then pressing play when...
  6. theocraticmind

    relative height

    Hi all, I can never seem to give height a percentage value when it comes to a div. I really need it relative... Any ideas?
  7. theocraticmind

    asp and flash hate each other

    All I need to do is import one variable into flash(5) from asp (mySQL database). if frame one loadVariablesNum ("marquee-bar.asp", 0); gotoAndPlay (2); in frame 3: if (marquee == ""){ gotoAndPlay (2); }else{ gotoAndPlay (4); } and in frame 4: if (marquee !=...
  8. theocraticmind

    no width:200px; on mozila?

    Ok, this is my code (xhtml dtd) <div style='width:100px;font-weight:bold;'>whitch one?</div> <table class='normal'> <tr> <td style='border-bottom:1px dotted #000;'>first one</td> <td><span style='width:200px;hieght:10px;background:#f60;border:1px solid...
  9. theocraticmind

    form error

    <form name=&quot;frmEditDel1&quot; action=&quot;form_editDel.asp?submit=true&quot;> <input type=&quot;hidden&quot; name=&quot;idx&quot; value=&quot;4&quot;> <input type=&quot;hidden&quot; name=&quot;dataID&quot; value=&quot;1&quot;> <input type=&quot;hidden&quot; name=&quot;act&quot;> <input...
  10. theocraticmind

    Reciveing imap email

    is there a way for recive imap e-mail with ASP, without a 3rd party product?
  11. theocraticmind

    css absolute position margin hack?

    ok, this is what I want to see: (this is IE6 by the way) http://members.rogers.com/aron.jones/images/good_screen.jpg this is what I'm getting in NS: http://members.rogers.com/aron.jones/images/bad_screen.jpg the problem is that in IE, the margin (5px) of the above div (#menu) pushes the...
  12. theocraticmind

    unexpected 'next'? I'll next you!

    The title explains it all, but I'm getting this error. Error Type: Microsoft VBScript compilation (0x800A041F) Unexpected 'Next' /test/app/Default.asp, line 51 Next here is my code: ...to script up there <body> <% Dim username, password Dim usernum Dim user, pass Dim conn user = False pass...
  13. theocraticmind

    I hope this isn't a really stupid q

    I hope this isn't a really stupid question (or maybe I do) but I've installed iis and mysql on one of those win 2000 &quot;built on NT technology&quot; machines. I'm trying to get mysql to work (I'm a super newbie at it) and this is what I get... C:\mysql\bin>mysql ERROR 2003: Can't connect to...
  14. theocraticmind

    php on pws

    I atempted to install php4 on PWS (win98). The installation has run fine, but now if a try to look at any php files I get: HTTP Error 403 403.1 Forbidden: Execute Access Forbidden This error can be caused if you try to execute a CGI, ISAPI, or other executable program from a directory that...
  15. theocraticmind

    PWS setup problems

    ok, when the setup process is almost complete i get: an unknown error occurred while making MTS specific changes to the system registry. Error code=0x80004005 followed by: setup of &quot;Transaction Server Core Components&quot; failed. the specific error code is 0xfee670 on completion it...
  16. theocraticmind

    a problem with installSheild

    it seems like i can't install anything. when i try and install things, the program seems to be running fine, but when it atempts to lanch installShield, i get: Setup failed to lanch instalation engine: Error loading type library/DLL i know this isn't a windows 9x problem directly, but...
  17. theocraticmind

    caping my cable (probably an easy question)

    someone has cut the end of the coax i need for my cable modem. i went to radio shack, and the lady got me the right end thing, but i have no idea how to attach it. i've butchered like a foot of the cable trying to figure it out, and i'm starting to get slightly frustrated. any help would be...
  18. theocraticmind

    RegExp - this may be simple...

    ok, i realy don't know how this RegExp thing works, but i've read i need to use it in the replace() function. so, this is my code, what am i doing wrong? var strTemp regExpBlack = new RegExp(&quot;[bg=black]&quot;, &quot;i&quot;) regExpRed = new RegExp(&quot;[bg=red]&quot;, &quot;i&quot;)...
  19. theocraticmind

    Server.CreateObject Failed

    i would love some help with this problem. here is the code involved: http://members.rogers.com/aron.jones/txt/admin.txt the error is this: Server object error 'ASP 0177 : 800a003e' Server.CreateObject Failed /church site/admin.asp, line 44 00000000 line 44, is content =...
  20. theocraticmind

    subscript out of range on a dynamic array

    i dim an array, and use split to fill it right away. i don't give it a size because i don't know what size it will need. but i still get subscript out of range. here is the code: Function quoteFilter(string1) dim aray() dim new_string aray() = split(string1,chr(34)) for i = 0 to 100 if...

Part and Inventory Search

Back
Top