#95668 - 2002-11-18 07:15 AM
Re: Jooel - need your web scripting expertise
|
Howard Bullock
KiX Supporter
Registered: 2000-09-15
Posts: 5809
Loc: Harrisburg, PA USA
|
Your solution is better so I also moved the new code to the main just before the call to BuildMemberFiles.
I am checking on the other issue.
|
Top
|
|
|
|
#95669 - 2002-11-18 07:19 AM
Re: Jooel - need your web scripting expertise
|
Howard Bullock
KiX Supporter
Registered: 2000-09-15
Posts: 5809
Loc: Harrisburg, PA USA
|
More info please on the onmouseout issue.
I have onmouseout="rollOut(this)" on all the animation links because that is how FrontPage wrote it. Is this the same onmouseout to which you are referring?
|
Top
|
|
|
|
#95670 - 2002-11-18 07:29 AM
Re: Jooel - need your web scripting expertise
|
Howard Bullock
KiX Supporter
Registered: 2000-09-15
Posts: 5809
Loc: Harrisburg, PA USA
|
Yes, fixing that bug with the ../ makes the members udf page work. Thanks for finding that bad output. [ 18. November 2002, 07:30: Message edited by: Howard Bullock ]
|
Top
|
|
|
|
#95672 - 2002-11-18 07:36 AM
Re: Jooel - need your web scripting expertise
|
Kdyer
KiX Supporter
Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
|
Jooel,
I was looking into how to grab the icons..
I know that Howard has a pretty good method and I am sure that you have used it too..
But, thought I would take a crack at it too:
code:
break on cls ; - http://cwashington.netreach.net/depo/view.asp?Index=399&ScriptType=vbscript ;$file=open(1,@scriptdir+"\page.htm",5) ;$file=writeline(1,"<html><body>@crlf") ;$xml=createobject("microsoft.xmlhttp") ;$.open("get","http://www.gelos.de/publik/Grafik/Glyphs/ToolButtons/",not 1) ;$xml.open("get","http://www.gelos.de/publik/Grafik/Glyphs/ToolButtons/",False) $sSource = "http://www.gelos.de/publik/Grafik/Glyphs/ToolButtons/" ;$sSource = "http://www.gelos.de/publik/Grafik/Glyphs/ToolButtons/t_scripting.jpg" ;$sDest = "test.jpg" ;---End user variables---
;$oHTTP = WScript.CreateObject("Microsoft.XMLHTTP") ;$oFSO = WScript.CreateObject("Scripting.FileSystemObject")
$oHTTP = CreateObject("Microsoft.XMLHTTP") $oFSO = CreateObject("Scripting.FileSystemObject")
$oHTTP.open("GET",$sSource,not 1) $oHTTP.send $body8209 = $oHTTP.responseBody $oHTTP = 0
$sOut = "" For $i = 0 to UBound($body8209) ;$sOut = $sOut + chrw(ascw(chr(ascb(midb($body8209,$i+1,1))))) $sOut = $sOut + chr(asc(chr(asc(SUBSTR($body8209,$i+1,1))))) Next
;We know the length of where we need to start is 54 $sDest = substr($sSource,54,len($sSource)) $oTS = $oFSO.CreateTextFile($sDest, True) $oTS.Write @scriptdir+"\"+$sOut $oTS.Close $oTS = 0 $oFSO = 0 ?"Done!" sleep 3
It acts like it is working, but nothing appears to happen.. No errors no files.
Thanks,
Kent [ 18. November 2002, 07:38: Message edited by: kdyer ]
|
Top
|
|
|
|
#95674 - 2002-11-18 02:08 PM
Re: Jooel - need your web scripting expertise
|
Kdyer
KiX Supporter
Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
|
Jooel,
Not too sure about that. Probably need to do some more testing.
I was trying to combine what you had started with what was on cwashington..
Kent
|
Top
|
|
|
|
#95677 - 2002-11-18 03:41 PM
Re: Jooel - need your web scripting expertise
|
Howard Bullock
KiX Supporter
Registered: 2000-09-15
Posts: 5809
Loc: Harrisburg, PA USA
|
I guess I'll be blacklisted
|
Top
|
|
|
|
#95680 - 2002-11-18 07:58 PM
Re: Jooel - need your web scripting expertise
|
Howard Bullock
KiX Supporter
Registered: 2000-09-15
Posts: 5809
Loc: Harrisburg, PA USA
|
DOC, What URLS did you process? I only have ~7500 files @ 10 Meg. [ 18. November 2002, 20:23: Message edited by: Howard Bullock ]
|
Top
|
|
|
|
#95681 - 2002-11-18 08:24 PM
Re: Jooel - need your web scripting expertise
|
Howard Bullock
KiX Supporter
Registered: 2000-09-15
Posts: 5809
Loc: Harrisburg, PA USA
|
Shawn, don't you think that 7,500 bmps and icons will bloat KiXForms just a little?
|
Top
|
|
|
|
#95683 - 2002-11-18 09:00 PM
Re: Jooel - need your web scripting expertise
|
Howard Bullock
KiX Supporter
Registered: 2000-09-15
Posts: 5809
Loc: Harrisburg, PA USA
|
You will spend weeks finding the right 100 to put into Kixforms.
|
Top
|
|
|
|
#95686 - 2002-11-19 01:18 AM
Re: Jooel - need your web scripting expertise
|
NTDOC
Administrator
Registered: 2000-07-28
Posts: 11624
Loc: CA
|
|
Top
|
|
|
|
Moderator: Arend_, Allen, Jochen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Mart
|
0 registered
and 920 anonymous users online.
|
|
|