Embedded Search Box in Submenu doesn't show on IE

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Shannon Leung
Beginner
Beginner
Posts: 3
Joined: Tue Nov 07, 2006 11:49 pm

Embedded Search Box in Submenu doesn't show on IE

Post by Shannon Leung »

Hi all,

I start a new topic to post my question with more detail. Thanks John for response to me.

I have this code in my submenu and only the Firefox browser shows the search box but IE have javascript runtime error.

aI("text=`<form method=post action=index.asp name=frmSearch><input type=radio name=rdRptNo>All (Up to 750 records)<br><input type=radio name=rdRptNo>Record No:<br><input size=4 name=RNStart> to <input size=4 name=RNEnd><br><input type=button onclick=SubmitReport() value=View&nbsp;Report><br><input type=radio name=rdType>HTML&nbsp;<input type=radio name=rdType>PDF&nbsp;<input type=radio name=rdType>Excel</form>`;type=form;");


my IE version is 6.0 and FireFox 1.07

Thanks. :roll:
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Hi,

I no longer have IE6 loaded. However, it does appear in IE7 and FF2 without error. I took your code and dumped it into one of my test pages at http://www.west.asu.edu/sa/testsite/index.htm.

Hopefully somebody else can look at it in IE6.
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

I have IE 6 and I just pasted your code into the download menu_data.js, in the partners submenu in the newest version 5.762 and I see the search form fine.

Ruth
Shannon Leung
Beginner
Beginner
Posts: 3
Joined: Tue Nov 07, 2006 11:49 pm

Post by Shannon Leung »

Thanks.
Post Reply