Orca Posted December 5, 2004 Posted December 5, 2004 (edited) Is it possible to have a function initiate a javascript function embeded in html? <AREA SHAPE="poly" COORDS="0,59,21,38,26,38,26,83,21,83,0,61" HREF="javascript:;" ALT="West" onclick="dosub(3); return false;"> I usually have the function just click the button, but recently the button has been beeing forced lower randomly due to differently sized ads at the top of the page. -- Edited -- Please Move, clicked wrong link when posted. Edited December 5, 2004 by SiC_Goat I AM ORCA!! A VERY POWERFUL WHALE!!!
Luke Posted December 5, 2004 Posted December 5, 2004 I'm no expert, but if you reach the point where you're ready for a duct tape solution, try Sending this Javascript to the browser's address field: javascript:void(dosub(3)); followed by {ENTER}. That can work, depending on circumstances. In Opera, F8 ("Set focus to address field"), and Esc ("Restore original address in address field and set focus to page").
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now