HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
[Resolved] Opening a link through an input field...
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Form
View previous topic :: View next topic  
Author Message
anton



Joined: 12 Feb 2008
Posts: 3

PostPosted: Tue Feb 12, 2008 3:00 pm     [Resolved] Opening a link through an input field... Reply with quote

Im still a noob with advanced HTML and JS and so on, but what is the proper code to open a given link in a text field targeted to open in another frame?

To explain it a little better, I have an empty textfield in which the user can enter a link, and when they press a submit button it will open that link in another frame below.

I appreciate any help.

EDIT:

I have found how to open a URL through an input field but how do you target it? The target I want it to target to is named "target".

Code:

<form name="openlocation">
<input type="text" name="href" value="http://www.google.com">
<input type="button" value="Go!" onClick="location.href=document.openlocation.href.value;">
</form>


What should I do with this code to make it open the given link in "target"?

EDIT 2:
Finally I have found it!

For anyone who is going in the way I am, the way to open a link through an input box in another frame the code is:
Code:

<form name="openlocation">
<input type="text" name="href" value="http://www.google.com">
<input type="button" value="Go!" onClick="parent.TARGETNAMEGOESHERE.location.href=document.openlocation.href.value;">
</form>

The value of the input field is customizable and so are the names, just make sure you change the names in the onClick attribute if you change the others.
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Form All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial