If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Chit Chat > HTA new window with Parameters

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-30-06, 11:41
nguye103 nguye103 is offline
Registered User
 
Join Date: Sep 2004
Posts: 6
HTA new window with Parameters

I have been working on this thing forever!! I am in desperate need of help!!

I currently am running an HTA file called h1.hta and I want to be able to open another HTA called h2.hta that will take in parameters and close the current HTA.

I am using this snippet of code to open the new h2.hta(parameters) within my current h1.hta :

nextpage = h2.hta?trial=2&condition=1

//vbscript
set WshShell = CreateObject("WScript.Shell")
WshShell****n(nextpage)

When I run this, I get a "File not Found" error. I believe it's because the file in the system is entitled h2.hta and when i send it with the parameters, it does not recognize.

My question is how do I go to another hta file with parameters???
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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