Click to See Complete Forum and Search --> : 1 hyperlink 2 pages, how do I do that


jdiller
03-30-2005, 01:07 PM
I am working on a page with streaming video. What I want to do is set it up so that when someone clicks the link for their connection speed, that it opens the video in their player, and opens my contact form in the frame. How do I go about setting one hyperlink to perform both actions?

Thank you in advance

Josh

the tree
03-30-2005, 02:23 PM
<a href="place1.htm" onClick="window.open('place2.htm',child); return true;">
I'm not sure you should do this</a>

96turnerri
03-30-2005, 03:04 PM
I'm not sure you should do thisi agree

jdiller
03-30-2005, 09:08 PM
Why not, I am new to web design and am learning through trial and error, whenever possible I try to use other peoples errors. LOL...ty for the help, let me know if I am missing something.

Josh

Charles
03-31-2005, 04:57 AM
let me know if I am missing something.6.3 Ensure that pages are usable when scripts, applets, or other programmatic objects are turned off or not supported. If this is not possible, provide equivalent information on an alternative accessible page.
http://www.w3.org/TR/WCAG10/wai-pageauth.html#tech-scripts
The problem is that one in ten do not use JavaScript, some of them cannot use it because of some disability.