[wdvltalk] Re: Pop ups situations

2003-10-28 Thread Adam Cork
Ok, I haven't really been following this thread, but mozilla's built in pop up blocker doesn't stop pop ups generated from a link, only *unrequested* pop ups, don't know about third party blockers though. I personally hate going to a site that starts throwing new windows at me, whether it's

[wdvltalk] Re: Server locking out

2003-10-02 Thread Adam Cork
Jac, Most common problem we get is users trying to log on with caps lock on when password is lowercase or vice versa. HTH, Adam. why would a server continue to lock out an account. The problem can easily be solved by going in as administrator and unchecking the tick box 'account locked out'

[wdvltalk] Re: ZoneAlarm

2003-09-16 Thread Adam Cork
This is way off what you were looking for, but if the machine's a dedicated internet gateway, or if you have a spare old machine lying around, then http://www.smoothwall.org is well worth a visit. It's basically a cut down linux version designed to run on a gateway machine. Easy set up (I got

[wdvltalk] Re: Image swapping on loaded page

2003-03-19 Thread Adam Cork
Dave, Yes, you can change an image without refreshing the whole page. In javascript you can change the image src. I think it normal to preload the images into an array for speed. Something like: picArray = new Array(); picArray[0] = new Image(); picArray[0].src = images/image1.GIF; picArray[1]

[wdvltalk] Re: PHP read file question

2003-02-24 Thread Adam Cork
Hi, I assume you're using a loop to write the lines of the text file. Are you writing out the headings of the fields prior to the data? If so solution could be: write FieldName1, FieldName2, FieldName3 loop write newline write Field1, Field2, Field3 next By not writing a new line

[wdvltalk] RE: [wdvltalk]ASP/SQL Reports (was: IE Page load time limit?)

2003-02-14 Thread Adam Cork
Rudy, sql server or mysql? sql server. Cheers, Adam. • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk digest version:

[wdvltalk] RE: ASP/SQL Reports

2003-02-14 Thread Adam Cork
Tim: Shooting in the dark here, but would a DISTINCT on the individual help you show only one instance per individual? I've only used it a couple of times. I could be wrong, but I don't think DISTINCT would work here, as if there are several tickets related to the individual then each

[wdvltalk] RE: [wdvltalk]ASP/SQL Reports (was: IE Page load time limit?)

2003-02-13 Thread Adam Cork
OK guys, hope the subject line's more appropriate :-) I'm starting to make progress (I think) ;-) I'm thinking that if I can get the SQL into one query rather than looping through one recordset pulling more data for each record, that this would be a better solution. I'm not really too sure about

[wdvltalk] IE Page load time limit?

2003-02-12 Thread Adam Cork
Hi All, Can anyone tell me if there's a limit to how long IE will wait for a page to load? I have some reports on a client's intranet which they keep changing and adding to, and sometimes the exec time is getting to be rediculously long. Was just wondering if anyone knows if this will cause a

[wdvltalk] RE: IE Page load time limit?

2003-02-12 Thread Adam Cork
Jon, Can anyone tell me if there's a limit to how long IE will wait for a page to load? Yes, there is, but I'm not sure exactly what or how it's triggered. On my box IE seems to give up after about a minute (at least, that's what's happened when, say, DNS servers haven't been available) Hmm,

[wdvltalk] Re: A recap

2003-01-03 Thread Adam Cork
OK, my turn i guess. :) I'm 26 and living in Brighton, England. I developed an interest in computers when my family got an Amstrad CPC6128 (with a *DISK* drive rather than a tape drive). My brothers were only interested in playing games whereas I also took an interest in learning some basic

[wdvltalk] RE: ASP FSO

2002-12-10 Thread Adam Cork
Thanks for the responses, sorry I haven't had a chance to check it yet and I've been off line all day. I'll check it out first thing in the morning and let you know how I get on. Thanks again everyone. Adam - Original Message - From: Furry, Tim [EMAIL PROTECTED] To: [EMAIL PROTECTED]

[wdvltalk] ASP FSO

2002-12-09 Thread Adam Cork
Hi list, Recently there was some mention of the FileSystemObject. I'm trying to run a script to create a file, i've just taken the example code from the help file to create a text file and write a single line out to it, just to get it working, but when i run the page all it does is sit there

[wdvltalk] RE: ASP FSO

2002-12-09 Thread Adam Cork
(Scripting.FileSystemObject) Set a = fso.CreateTextFile(c:\test.txt, True) a.WriteLine(This is a test.) a.Close Adam -Original Message- From: Adam Cork [mailto:[EMAIL PROTECTED]] Sent: 09 December 2002 13:57 To: [EMAIL PROTECTED] Subject: [wdvltalk] RE: ASP FSO OK, would have made sence

[wdvltalk] RE: ASP FSO

2002-12-09 Thread Adam Cork
markup forever (well, it'll eventually time out.) If you already have the HTML in there and its not working, try disambiguating your object. (Server.CreateObject(Sc J.R. -Original Message- From: Adam Cork [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 8:57 AM To: [EMAIL

[wdvltalk] Re: Form Validation w/ JavaScript

2002-10-28 Thread Adam Cork
javascript not equals is != HTH Adam - Original Message - From: Casey Crookston [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, October 28, 2002 5:21 PM Subject: [wdvltalk] Re: Form Validation w/ JavaScript This works great! Just one question... How do you compare two fields?

[wdvltalk] Get client IP - IE5.5

2002-08-22 Thread Adam Cork
Hi List, Can anyone help with a VBScript or Javascript method for getting the IP address of the client machine in IE 5.5? Need this to run on the client machine for logging access to our system on an Intranet, but some machines are running through routers/firewalls and therefore we can't get the

[wdvltalk] valid xml data

2002-07-30 Thread Adam Cork
Hi All, Just trying to get to grips with XML - so far so good, except i've just run in to this problem: Whitespace is not allowed at this location. Error processing resource 'file:///E:/xml_test/newtest.xml'. Line 4, Position 13 dataFoo Bar/data ^ on this file ?xml version=1.0