Current location: Hot Scripts Forums » General Web Coding » JavaScript » Not sure what type of java this is


Not sure what type of java this is

Reply
  #1 (permalink)  
Old 07-25-03, 02:43 PM
Ikoh Ikoh is offline
Newbie Coder
 
Join Date: Jul 2003
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Not sure what type of java this is

Greetings,

I found this script that opens up a IE window and brings you to the site that is in the script. you can set this to refresh every 10 seconds or 10 hours... good for watching auctions etc. I am looking for a way to close the window after it opens for X amout of time. Here is what I have so far.



WshShell = WScript.CreateObject("WScript.Shell");

while (WshShell.Popup("Auto Refresh Ebay every 1 min?",10,"1.1.0",1) < 2) {
WshShell.Run("http://www.ebay.com");
WScript.Sleep(1000 * 1 * 60);
}

Also does anyone know a good web site to look for examples for this type of thing?

Thank you for your time.

Sincerely,

Mark Laudenbach
Reply With Quote
  #2 (permalink)  
Old 08-19-03, 12:37 PM
nytemare nytemare is offline
Newbie Coder
 
Join Date: Aug 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
looks like VBScript to me.
Reply With Quote
  #3 (permalink)  
Old 08-19-03, 06:26 PM
greeny greeny is offline
Newbie Coder
 
Join Date: Jul 2003
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
That's Windows Scripting Host (WSH) demonstrated in JavaScript. You can find more information on it at:

http://www.devguru.com/
http://msdn.microsoft.com/scripting/
__________________
thanks,
valen@efusian.co.uk

Last edited by greeny; 08-19-03 at 07:08 PM.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
We need more java talk rooshine Everything Java 4 05-08-04 10:44 PM
The World Is Breathing Java! fouad Everything Java 16 08-19-03 05:53 PM
PHP with JAVA funkydunk PHP 0 07-21-03 09:40 AM
Detecting Java Plug-in ZirconChief Everything Java 2 06-10-03 04:37 PM
Detecting Java Plug-in ZirconChief Everything Java 0 06-10-03 12:18 PM


All times are GMT -5. The time now is 10:25 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.