Wrox Programmer Forums
|
BOOK: VBScript Programmer's Reference, 1st, 2nd, and 3rd editions
This is the forum to discuss the Wrox book VBScript Programmer's Reference, 3rd Edition by Adrian Kingsley-Hughes, Kathie Kingsley-Hughes, Daniel Read; ISBN: 9780470168080
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: VBScript Programmer's Reference, 1st, 2nd, and 3rd editions section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 7th, 2004, 08:00 AM
Authorized User
 
Join Date: Dec 2004
Posts: 47
Thanks: 0
Thanked 0 Times in 0 Posts
Default link inside vbscript...

hi groups!
   i have an doubt in vbscript ..
is that possible to link a html file inside a vbscript..
for ex
 <SCRIPT LANGUAGE= "VBSCRIPT">
   sub onsubmit_OnClick
       ....
        .....
       .....
     can we have a link to some other file here
      <a href ="newpage.html">go</a>
                  .....>like the code line above can we use it
   </SCRIPT>

if their exists some other way to code plz tell me..
bye for now..




MuthuKumar.AL
__________________
MuthuKumar.AL
 
Old December 11th, 2004, 01:44 AM
Registered User
 
Join Date: Feb 2004
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to jackel23 Send a message via MSN to jackel23 Send a message via Yahoo to jackel23
Default

I have not used onsubmit_onclick to much myself.
I'm not exactly sure what you are asking to do with the code though.
onsubmit_onclick is a method you could use to post information from the page you are at to a new page. I instead use the HTML coding for FORM. I post my data in the next page and then handle the information there. If you have an idea of the code you want to create I would gladly try to help.

¤¤¤¤¤¤¤¤¤¤¤¤
Jackel23
¤¤¤¤¤¤¤¤¤¤¤¤





Similar Threads
Thread Thread Starter Forum Replies Last Post
error compiling link usercontrol inside sharepoint mcarola ASP.NET 2.0 Professional 0 December 4th, 2008 03:51 PM
how to link Using vbscript kri_hegde VB How-To 1 June 19th, 2007 11:43 AM
two while loops inside each other hastikeyvan Dreamweaver (all versions) 6 January 4th, 2006 06:32 AM
Code for "Inside COM" dansima Wrox Book Feedback 3 February 17th, 2004 09:09 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.