Photo Gallery Member List Search Calendars FAQ Ticket List Log Out


Working with Multiple Windows & Frames

 
Logged in as: Guest
arrSession:exec spGetSession 2,2,796
 Active Users: There are 0 members and 0 guests.
 Users viewing this topic: none
 

 

 
  
  Printable Version
All Forums >> [Scripting] >> WSH & Client Side VBScript >> Working with Multiple Windows & Frames
  Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Page: [1]
Login
Message << Older Topic   Newer Topic >>
 Working with Multiple Windows & Frames - 3/10/2003 12:52:28 AM   
  GJelley

 

Posts: 2
Score: 0
Joined: 3/10/2003
From:
Status: offline
Hi all I have the following function that I have written. The problem is I have to submit the page back to another window that opened the window that I am working in.

In JavaScript it would be onClick="parent.top.opener.location='xyz.html'.

I cannot use Javascript and thus have to use VBScript. Everything works except the "TARGET".




Please advice
 
 
Post #: 1
 
 Re: Working with Multiple Windows & Frames - 3/10/2003 1:17:54 AM   
  GJelley

 

Posts: 2
Score: 0
Joined: 3/10/2003
From:
Status: offline
quote:

Hi all I have the following function that I have written. The problem is I have to submit the page back to another window that opened the window that I am working in.

In JavaScript it would be onClick="parent.top.opener.location='xyz.html'.

I cannot use Javascript and thus have to use VBScript. Everything works except the "TARGET".


-script start
Function returnWithNoSave()
With document.frmReturn
.target = "_blank"
.action = "../employees/select.asp"
.submit()
End With
parent.self.close()
End Function
-script end

Please advice




(in reply to GJelley)
 
 
Post #: 2
 
 
 
  

If you found our site useful please link to us <a href="http://www.visualbasicscript.com">VisualBasicScript.com</a>.
All Forums >> [Scripting] >> WSH & Client Side VBScript >> Working with Multiple Windows & Frames Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts