Freelancers Forum Messages on Friday July 21st 2000
CV of Jason Turner
date posted 21st July 2000 21:13
This is a multi-part message in MIME format.
------=_NextPart_000_002F_01BFF355.F0684C00
Content-Type: multipart/alternative;
boundary="----=_NextPart_001_0030_01BFF355.F0684C00"
------=_NextPart...
Re: FN-FORUM Refresh rate
date posted 21st July 2000 19:23
On 21/7/00, Fuller Richard wrote about 'FN-FORUM Refresh rate':
>Is there anyway of refreshing a screen quicker than 1/sec??
use 0, it means perform and instant refresh.
Best wishes,
Lindsay...
Re: FN-FORUM Refresh rate
date posted 21st July 2000 18:52
only if you want the moon on a stick....
yeah, you can do it but I cant remember the code. remind me Monday ;-)
mikek
---
Mike Karthauser B.A. - email - [EMAIL REMOVED] - phone - 07939 252144
brigh...
Refresh rate
date posted 21st July 2000 17:19
This is a multi-part message in MIME format.
------=_NextPart_000_00BE_01BFF338.1048FC40
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Is there anyway...
Re: FN-FORUM VRML was "'Bash' Management"
date posted 21st July 2000 15:22
Morgan Richards asked about cheap VRML software.
The one I have used is called Spazz3d.
This is widely used especially for the production of avatars.
It costs a hundred dollars and is well worth the...
Selected Index
date posted 21st July 2000 12:41
Freelancers,
Have been trying for a few days to solve this problem. I know it is
simple - I have made it work before -but everything I have checked points to
nothing of significance to make it work...
RE: FN-FORUM Redirect
date posted 21st July 2000 11:51
> *grins* If you'll finish the design of my database please ;-)
>> > Nowt else to do *S*
>
>> Fancy doing 6 substantive site maps & storyboards for me,
>> then ;-)
Aha! So you *do* have things t...
RE: FN-FORUM Redirect
date posted 21st July 2000 09:59
*grins* If you'll finish the design of my database please ;-)
-----Original Message-----
From: martin burns [EMAIL REMOVED]
Sent: Friday, July 21, 2000 11:07 AM
To: [EMAIL REMOVED]
Subjec...
RE: FN-FORUM Redirect
date posted 21st July 2000 09:48
Martin wrote:
> Nowt else to do *S*
Fancy doing 6 substantive site maps & storyboards for me, then ;-)
Cheers
Martin...
RE: FN-FORUM Redirect
date posted 21st July 2000 09:17
OK, I forgot to say that *S*
-----Original Message-----
From: Ray McGinty [EMAIL REMOVED]
Sent: Friday, July 21, 2000 10:25 AM
To: [EMAIL REMOVED]
Subject: RE: FN-FORUM Redirect
>Ry,...
RE: FN-FORUM Redirect
date posted 21st July 2000 09:12
Nowt else to do *S*
-----Original Message-----
From: Ryan Mawby [EMAIL REMOVED]
Sent: Friday, July 21, 2000 10:20 AM
To: [EMAIL REMOVED]
Subject: RE: FN-FORUM Redirect
Thanks a lot for...
RE: FN-FORUM Redirect
date posted 21st July 2000 09:03
>Ry,
>
>You use the following:
>
>
>Where the first part of CONENT is the time (in seconds) and URL is where you
>want to redirect to
And put it in the HEAD section of your page.
Ray
========...
Re: FN-FORUM Problem with HTML forms
date posted 21st July 2000 09:01
Brian,
Many thanks, I'll try this
Ray
>use an array like this for example (there are a number of other ways)
>
>intNum = Request.QueryString("theme").Count
>ReDim arrThemes(intNum- 1)
>
> For x =...
RE: FN-FORUM Redirect
date posted 21st July 2000 08:57
Thanks a lot for that Martin,
Your on the ball this morning ;p
Ry....
RE: FN-FORUM Redirect
date posted 21st July 2000 08:32
Ry,
You use the following:
Where the first part of CONENT is the time (in seconds) and URL is where you
want to redirect to
HTH
Martin Kellie
Dream Weavers Home...
Redirect
date posted 21st July 2000 08:21
Dear all,
I know this is pretty basic and a lot of you will probably think it is a sin
but could you tell me how to redirect someones browser from one page to
another without them doing anything.
T...
Re: FN-FORUM Problem with HTML forms
date posted 21st July 2000 07:37
use an array like this for example (there are a number of other ways)
intNum = Request.QueryString("theme").Count
ReDim arrThemes(intNum- 1)
For x = 1 to intNum
arrThemes(x - 1) = Request.QuerySt...
Re: FN-FORUM ASP - Date
date posted 21st July 2000 07:20
A couple of ways round this
overide the server setting
Session.LCID = 2057
will set it to English English
or use the formatdatetime command for a different view
eg = formatdatetime((now),vblongdate)...
Re: FN-FORUM ASP - Date
date posted 21st July 2000 00:50
Hi Stephen,
Try using the Day(), Month() and Year() functions, seeded with the
current (US) date.
e.g. strDate = Day(date()) & "/" & Month(date()) & "/" & Year(date())
Not tested the above, but I'...