473,498 Members | 1,992 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visit web address entered into form

I am creating an active desktop for my office ( A webpage that sits on
everyone's desktop, but doesn't have all of the features of a browser
window). It includes two frames: one for a menu, another for content.

One of the features I would like to have in the menu is a form that
will make the content frame visit the site entered into this form. How
do I do this.

I really appreciate your help.

Thank you.
David Kadavy
Jul 20 '05 #1
2 2221
Have a look here: http://www.w3schools.com/js/js_window.asp

Instead, though, why not investigate the "Address" toolbar on the standard
desktop? Right-click on an empty bit of the taskbar, and pick Toolbars,
then Address. Sounds like what you want with no coding!

--
######################
## PH, London ##
######################
"David Kadavy" <dk*****@rdgusa.com> wrote in message
news:e9**************************@posting.google.c om...
I am creating an active desktop for my office ( A webpage that sits on
everyone's desktop, but doesn't have all of the features of a browser
window). It includes two frames: one for a menu, another for content.

One of the features I would like to have in the menu is a form that
will make the content frame visit the site entered into this form. How
do I do this.

I really appreciate your help.

Thank you.
David Kadavy

Jul 20 '05 #2
In article <e9**************************@posting.google.com >,
dk*****@rdgusa.com (David Kadavy) wrote:
I am creating an active desktop for my office ( A webpage that sits on
everyone's desktop, but doesn't have all of the features of a browser
window). It includes two frames: one for a menu, another for content.

One of the features I would like to have in the menu is a form that
will make the content frame visit the site entered into this form. How
do I do this.

I really appreciate your help.


<form name='site'>
<input
type='text'
name='url'
/>
<input
type='submit'
value='Go!'
onclick="window.theframe.location = document.site.url.value"
/>
</form>

--
Sandman[.net]
Jul 20 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
8147
by: aaron | last post by:
I need some help with validating an email address. Right now, I am doing this: function sys_is_valid_email ($s) { if (preg_match ("/^.+@.+\..+$/", $s)) { return 1; } else { return 0; } }
8
2727
by: pcchong | last post by:
what is the simplest way to put the email address on the homepage so that it is not readable by email extractor or search engine? I remember someone wrote a simple script to do that, but I can't...
117
11718
by: Steevo | last post by:
Any suggestions as to the best programs for cloaking email addresses? Many thanks -- Steevo
1
9027
by: flyguyes | last post by:
HI all Im new to this so forgive my ignorance. so here goes my question I've been researching for a while but havent found what i need. What Im need is a javascript that will make a form box that...
2
1355
by: JD | last post by:
Within asp.net I know it is possible to validate that a user has entered in a correctly formatted email address. However, what I want to be able to do is to verify that the email address entered is...
1
5259
by: cemcat | last post by:
Hello, We have an ASP.NET 2.0 (C#) web form that contains a textbox for users to enter multiple e-mail addresses separated by semicolons. We need to validate that each individual e-mail address...
5
1720
by: gullyou | last post by:
Sorry I crossposted this to java group. Didn't know distinction between Java & Javascript Hi, I'm not a Java script programmer but have this web page with a form form that includes a...
1
1768
by: rwelchman | last post by:
Hi, I have a problem with a submit form in that it does not submit(error message), I think because there is another form on the page whose action is to work out various inputted variables and give...
10
10570
by: H | last post by:
Hi, I have the following address fields in a table: flat_number house_name_or_number street village postal_town county postcode
0
7002
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7165
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7379
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5462
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4908
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3093
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3081
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
656
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
290
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.