![]() |
javascript question
This is probably vague, I don't really know what I am doing. :helpme :1orglaugh
Doing this inside of a frame, I want to open in _top not the same frame the code is in. Code:
<select name="page_id" id="page_id" onchange="javascript:dropdown_post_js(this)"> Code:
<script type="text/javascript"> |
Just make the link in the page the frame shows open ''_top"....
:D |
cant do that, since the links are in a select form I believe I need the javascript
Code:
<script type="text/javascript"> |
use parent.location to make the parent page go to the url you want.
parent.location = menuObj.options[menuObj.selectedIndex].value; |
All times are GMT -7. The time now is 05:57 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc