I need a script that plays and loops a MID-file, and works with both Netscape Navigator 3.0 and Internet Explorer 3.0.
I was thinking about a script that detects the browser of the user and then se...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_10011627.html
Zones:
JavaScriptDate Answered: 05/23/1997 Rating: 4.8 Views: 0
How can I change the case statement in the while loop looping?
can you show me the source code for this question?
http://www.experts-exchange.com/Programming/Languages/Pascal/Q_10093468.html
Zones:
PascalDate Answered: 12/13/1998 Rating: 5.8 Views: 0
for (loop=1; loop < div0.children.length; loop++) {
if loop++ increments a for loop, how do you decrement it? and how do you specify the increment to be greater than 1?
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_10142138.html
Zones:
JavaScriptDate Answered: 03/23/1999 Rating: 7.6 Views: 0
There is utility text2pdf which converts text file to pdf file.
Format for conversion is:-
text2pdf readme.txt > readme.pdf
Output is readme.pdf
for further information u can see site:=p...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/NT/Q_10226780.html
Zones:
Windows NTDate Answered: 11/03/1999 Rating: 7.0 Views: 0
I have a couple hundred roles in a database (SQL Server 7.0) that each have one user named 'tester1'.
I want to delete all of the roles, but of course need to delete the users out of the roles f...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_10419376.html
Zones:
MS SQL ServerDate Answered: 06/09/2000 Rating: 9.0 Views: 0
I'm a novice programmer using VB6 /w ADO controls & connections & Crystal control w/ Access DB. Tables capture data to pass to the Crystal Print Engine (CRPE). My print report code works /w hard co...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_10524823.html
Zones:
VB DBDate Answered: 07/24/2000 Rating: 6.6 Views: 0
have the following loop creating error:
while( fgets( line1, 256, parse1 ) ){
//ptr1=strtok(line1,"|");
int i;
i=1;
for((ptr1[i]=strtok(line1,"|")...
http://www.experts-exchange.com/Programming/Languages/C/Q_11003602.html
Zones:
CDate Answered: 08/16/2000 Rating: 7.4 Views: 0
I need to know how I can loop thru arrays using this format using javascript.
rs1 = new Array("a","b","c","d","e")
rs2 = new Array("f","g","h","i","j")
rs3 = new Array("k","l","m","n","o")
rs...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_11590078.html
Zones:
JavaScriptDate Answered: 10/18/2000 Rating: 7.8 Views: 4
Instead of using 'max(date)' I would like to check if todays date occurs in a column. If not, go back a day and check again, and loop until I find a date that exists (giving the same result as max(...
http://www.experts-exchange.com/Database/Sybase/Q_20004118.html
Zones:
SybaseDate Answered: 12/13/2000 Rating: 7.6 Views: 0
I'm new to javaScript and I don't quite understand the For loop syntax.
I was expecting the following code to loop just once, and then exit - but it seems to go on forever.
Please can someone...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20032968.html
Zones:
JavaScriptDate Answered: 01/17/2001 Rating: 9.0 Views: 0