Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > VB Script

Vista - How change frame location.

Reply
 
Old 12-23-2008   #1 (permalink)
K4nd1


 
 

How change frame location.

Hi. i have a question for all, how to change frame location with 1
button and 1 textbox. example we type www.google.com if we klik button
then frame location is www.google.com.

I hope anybody to answer my question.....

Thanks.


kandi irawan

My System SpecsSystem Spec
Old 12-23-2008   #2 (permalink)
mayayana


 
 

Re: How change frame location.

You need to provide more details. What button and
textbox? What frame? Are you sure that you have a
VBScript question? It sounds like you might be working
with some kind of programming language. VBScript does
not have "controls" such as buttons and textboxes.
Quote:

> Hi. i have a question for all, how to change frame location with 1
> button and 1 textbox. example we type www.google.com if we klik button
> then frame location is www.google.com.
>
> I hope anybody to answer my question.....
>
> Thanks.
>
>
> kandi irawan

My System SpecsSystem Spec
Old 12-24-2008   #3 (permalink)
K4nd1


 
 

Re: How change frame location.

i know vbscript din't have button. but we can make button or textbox
with HTML language...!!!
My System SpecsSystem Spec
Old 12-24-2008   #4 (permalink)
mayayana


 
 

Re: How change frame location.

> i know vbscript din't have button. but we can make button or textbox
Quote:

> with HTML language...!!!
OK. How was anyone supposed to know that?
You need to explain what you're trying to do if
you want help with it. We can't read your mind.
This group is for general VBScript questions. Most
of those are *not* about using VBScript in a browser.

So far you've said you have a button and textbox
in a webpage and it sounds like you're using a
frameset, with the button in frame1 and "frame location"
being frame2. If that's the case, you can write a
navigation function in the frameset page to navigate
in frame2. Then call that from the frame1 button click
by using: parent.NavigationFunction(URL)
where URL is your textbox text.

You also haven't mentioned whether this is server-side
or client-side. As Joe Fawcett explained in your other post,
if you want to do this server-side, from a website, then
you need to use javascript. VBScript is a Microsoft product
that won't work in any browser except IE.




My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Please, allow to change C:\Users[\xxx] location Vista General
Best way to change location of offline files Vista General
ow to change storage location Vista mail
Vista - How to change Office 2003 Frame/Window Theme Colors Vista installation & setup
Why can't I change the location of the message store? Vista mail


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46