JavaScript

Moderators: None (Apply to moderate this forum)
Number of threads: 2061
Number of posts: 5164

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Changing url Posted by Grind on 24 Oct 2002 at 4:55 AM
Hi
I havent used javascript much for some time and need to change the url of a page (on a frame) when a form button is pressed. The actual url isnt so important and can be hardcoded till I get home.
Thanks


Report
Re: Changing url Posted by bgibby on 27 Oct 2002 at 4:41 PM
: Hi
: I havent used javascript much for some time and need to change the url of a page (on a frame) when a form button is pressed. The actual url isnt so important and can be hardcoded till I get home.
: Thanks
:
:
:

Hi there,

If the form button is <INPUT TYPE="BUTTON"> then onClick="top.frame_name.document.location.href = 'url.html';".

If the form button is <INPUT TYPE="SUBMIT"> then do the same as the onClick code but place it in the onSubmit event handler in the FORM element.

<FORM onSubmit="top.frame_name.document.location.href = 'url.html';">

HTH
Bradley q:)



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.