[thelist] ::Form(Combo Box) & Frames Problem::: (Urgent)

Joseph R. Dietrich yikes at evansville.net
Thu Aug 9 00:21:34 CDT 2001


Try this:

function doSel(selObj)
{
  for (i = 1; i < selObj.length; i++)
    if (selObj.options[i].selected)
       parent.main.document.location = selObj.options[i].value;
}


----- Original Message ----- 
From: "Navin Dhanuka" <navin_dhanuka at yahoo.com>
To: <thelist at lists.evolt.org>
Sent: Thursday, August 09, 2001 12:01 AM
Subject: [thelist] ::Form(Combo Box) & Frames Problem::: (Urgent)


> Hello Everyone,
> 
> I am making web-site for VapsonIndustries.
> I am using frames.
> 
> I am facing a major problem in making the combo box work.
> 
> Please see http://www.vapson.com/products/index.html
> 
> I want to change the p1.html page to cad.html but cannot.
> Instead the p2.html page changes to cad.html
> How should I go about doing this?
> 
> Eagerly waiting for help.
> 
> Navin 
> 
> __________________________________________________
> Do You Yahoo!?
> Make international calls for as low as $.04/minute with Yahoo! Messenger
> http://phonecard.yahoo.com/
> 
> ---------------------------------------
> For unsubscribe and other options, including
> the Tip Harvester and archive of TheList go to:
> http://lists.evolt.org Workers of the Web, evolt !





More information about the thelist mailing list